RFR: 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 11:00:09 GMT, Ivan Walulya <iwalulya 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
>
> Marked as reviewed by iwalulya (Reviewer).

Thanks @walulyai @shipilev for your reviews

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

PR Comment: https://git.openjdk.org/jdk/pull/20350#issuecomment-2255403147


More information about the hotspot-gc-dev mailing list