RFR: 8318098: Update jfr tests with corresponding requires flags
Leonid Mesnik
lmesnik at openjdk.org
Tue Nov 19 16:57:59 UTC 2024
There are few JFR tests are failing with -Xcomp and compiler stress flags.
I added requires tag when tests are incompatible with corresponding mode:
1) huge stacks and DeoptimieALot cause timeout
2) WB controlled compilation doesn't work with Xcomp
3) Arguments tests might be sensitive to aby flags and should be flagless
and excluded a 2 groups of tests failing with Xcomp for further invesitigation.
So now jfr tests support all flags used for testing in CI with them.
The bug
https://bugs.openjdk.org/browse/JDK-8318098
has a linked all the product issues found by running JFR tests with flags and explanation why is it needed.
-------------
Commit messages:
- 8318098: Update jfr tests with corresponding requires flags
- Merge branch 'master' of https://github.com/lmesnik/jdk
- 8344051
Changes: https://git.openjdk.org/jdk/pull/22249/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22249&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8318098
Stats: 22 lines in 9 files changed: 22 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/22249.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22249/head:pull/22249
PR: https://git.openjdk.org/jdk/pull/22249
More information about the hotspot-dev
mailing list