RFR: 8295413: com/sun/jdi/EATests.java fails with compiler flag -XX:+StressReflectiveCode
Richard Reingruber
rrich at openjdk.org
Thu Oct 20 20:06:53 UTC 2022
On Thu, 20 Oct 2022 19:52:39 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Should we add check for `StressReflectiveCode` to all `shouldSkip()` methods too? Similar to `DeoptimizeObjectsALot` flag.
I'd be ok to skip all testcases (by checking for `StressReflectiveCode` in the base classes' `shouldSkip()`). The tests' purpose is to check if ea based optimizations are reverted appropriately. Doesn't help much to run them with `StressReflectiveCode` except for random fuzzing.
Would you like me to skip all test cases if running with `StressReflectiveCode`?
-------------
PR: https://git.openjdk.org/jdk/pull/10769
More information about the serviceability-dev
mailing list