You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -124,26 +124,26 @@ If all these did not help, you are welcome to report the issue.
124
124
125
125
### Reporting Harness and Test Bugs
126
126
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:
128
128
* Project: CODETOOLS
129
129
* Component: tools
130
130
* Sub-component: jmh
131
131
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.
133
133
134
134
## Development
135
135
136
136
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).
138
138
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).
140
140
141
141
Short instructions to build, test bleeding-edge JMH, and install its JAR to local Maven repo:
142
142
143
143
$ mvn clean install
144
144
145
145
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.
147
147
148
148
GitHub workflow "JMH Pre-Integration Tests" should pass on the changes. It would be triggered
149
149
for PRs. You can also trigger it manually for your branch.
0 commit comments