On Thu, 20 Oct 2022 19:52:39 GMT, Vladimir Kozlov <k...@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