Integrated: 8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC

Thomas Schatzl tschatzl at openjdk.org
Mon Jul 29 09:12:36 UTC 2024


On Fri, 26 Jul 2024 10:37:58 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi,
> 
>   please review this change that disallows running the `gc/TestDisableExplicitGC.java` test with `-Xcomp` - code compilation can unnecessarily induce code cache gcs which make the test logic fail (expect no gc at all but there is one). There is no gain running this test with `-Xcomp`.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: dab2a0b5
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dab2a0b5978cdd3fad693e4c120a84bb64a3ccde
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC

Reviewed-by: iwalulya, shade

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

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


More information about the hotspot-gc-dev mailing list