Skip to content

Commit 3103153

Browse files
authored
7903350: JMH: Update README
1 parent 7631fce commit 3103153

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,26 +124,26 @@ If all these did not help, you are welcome to report the issue.
124124

125125
### Reporting Harness and Test Bugs
126126

127-
If you have the access to [JDK Bug System](https://bugs.openjdk.java.net/browse/CODETOOLS-7902762?jql=project%20%3D%20CODETOOLS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20tools%20AND%20Subcomponent%20%3D%20jmh), please submit the bug there:
127+
If you have the access to [OpenJDK Bug System](https://bugs.openjdk.org/browse/CODETOOLS-7902762?jql=project%20%3D%20CODETOOLS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20tools%20AND%20Subcomponent%20%3D%20jmh), please submit the bug there:
128128
* Project: CODETOOLS
129129
* Component: tools
130130
* Sub-component: jmh
131131

132-
If you don't have the access to JDK Bug System, submit the bug report at "Issues" here, and wait for maintainers to pick that up.
132+
Alternatively, you can join the [JMH Mailing List](https://mail.openjdk.org/mailman/listinfo/jmh-dev) and report the bugs there.
133133

134134
## Development
135135

136136
JMH project accepts pull requests, like other OpenJDK projects.
137-
If you have never contributed to OpenJDK before, then bots would require you to [sign OCA first](http://openjdk.java.net/contribute).
137+
If you have never contributed to OpenJDK before, then bots would require you to [sign OCA first](http://openjdk.org/contribute).
138138
Normally, you don't need to post patches anywhere else, or post to mailing lists, etc.
139-
If you do want to have a wider discussion about JMH, please refer to [jmh-dev](https://mail.openjdk.java.net/mailman/listinfo/jmh-dev).
139+
If you do want to have a wider discussion about JMH, please refer to [jmh-dev](https://mail.openjdk.org/mailman/listinfo/jmh-dev).
140140

141141
Short instructions to build, test bleeding-edge JMH, and install its JAR to local Maven repo:
142142

143143
$ mvn clean install
144144

145145
If you already have the benchmark project, then it is enough to change JMH dependencies version
146-
to the latest `SNAPSHOT` version (look up the actual latest version in [root `pom.xml`](https://github.com/openjdk/jmh/blob/9f5b990334bbcb27856740d6330ba2d0c928d2f1/pom.xml#L33)). If not, create the JMH benchmark project and change the version there.
146+
to the latest `SNAPSHOT` version (look up the actual latest version in [root `pom.xml`](https://github.com/openjdk/jmh/blob/master/pom.xml)). If not, create the JMH benchmark project and change the version there.
147147

148148
GitHub workflow "JMH Pre-Integration Tests" should pass on the changes. It would be triggered
149149
for PRs. You can also trigger it manually for your branch.

0 commit comments

Comments
 (0)