Withdrawn: 8318098: Update jfr tests with corresponding requires flags

duke duke at openjdk.org
Wed Jan 15 03:57:39 UTC 2025


On Tue, 19 Nov 2024 16:52:17 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> 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.
> 
> The drivers for these are following bug escapes because of JFR was not tested with VM flags:
> https://bugs.openjdk.org/browse/JDK-8340586
> https://bugs.openjdk.org/browse/JDK-8344199
> https://bugs.openjdk.org/browse/JDK-8340826
> https://bugs.openjdk.org/browse/JDK-8343893
> 
> 
> 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.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/22249


More information about the hotspot-compiler-dev mailing list