RFR: 7904036: jcstress: Enable annotation processors for all test projects

Aleksey Shipilev shade at openjdk.org
Tue Jun 17 11:44:50 UTC 2025


[CODETOOLS-7904029](https://bugs.openjdk.org/browse/CODETOOLS-7904029) is incomplete.


$ 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

-------------

Commit messages:
 - Fix

Changes: https://git.openjdk.org/jcstress/pull/167/files
  Webrev: https://webrevs.openjdk.org/?repo=jcstress&pr=167&range=00
  Issue: https://bugs.openjdk.org/browse/CODETOOLS-7904036
  Stats: 8 lines in 2 files changed: 5 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/jcstress/pull/167.diff
  Fetch: git fetch https://git.openjdk.org/jcstress.git pull/167/head:pull/167

PR: https://git.openjdk.org/jcstress/pull/167


More information about the jcstress-dev mailing list