$ java -jar tests-all/target/jcstress.jar -l | grep 'All matching"
All matching tests - 158
Those are only the tests from jcstress-samples. We need to enable annotation processors for all tests projects.
For reference, compiled with JDK 17:
$ java -jar tests-all/target/jcstress.jar -l | grep "All matching"
All matching tests - 4552
- relates to
-
CODETOOLS-7904029 jcstress: Explicitly enable annotation processors to fix build artifacts on JDK 23+
-
- Resolved
-
- links to
-
Review(master) openjdk/jcstress/167