-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 22
-
Component/s: infrastructure
-
b20
A couple of users have reported that running jmh tests in the JDK now fails with:
Running test 'micro:java.lang.ArraysSort'
Exception in thread "main" java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList
at org.openjdk.jmh.runner.AbstractResourceReader.getReaders(AbstractResourceReader.java:98)
at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:124)
at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:252)
at org.openjdk.jmh.runner.Runner.run(Runner.java:208)
at org.openjdk.jmh.Main.main(Main.java:71)
The command used to launch the tests was:
$ make test TEST="micro:java.lang.ArraysSort"
More details are available in the PR comment here https://github.com/openjdk/jdk/pull/14432#issuecomment-1751929321
Running test 'micro:java.lang.ArraysSort'
Exception in thread "main" java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList
at org.openjdk.jmh.runner.AbstractResourceReader.getReaders(AbstractResourceReader.java:98)
at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:124)
at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:252)
at org.openjdk.jmh.runner.Runner.run(Runner.java:208)
at org.openjdk.jmh.Main.main(Main.java:71)
The command used to launch the tests was:
$ make test TEST="micro:java.lang.ArraysSort"
More details are available in the PR comment here https://github.com/openjdk/jdk/pull/14432#issuecomment-1751929321
- relates to
-
JDK-8306819 Consider disabling the compiler's default active annotation processing
-
- Resolved
-