Integrated: 8373429: gc/g1/TestCodeCacheUnloadDuringConcCycle fails on various platforms

Thomas Schatzl tschatzl at openjdk.org
Wed Jan 7 06:32:48 UTC 2026


On Mon, 15 Dec 2025 11:34:55 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   this is hopefully the last fix attempt for the [gc/g1/TestCodeCacheUnloadDuringConcCycle.java](https://github.com/openjdk/jdk/pull/28822/files#diff-6ce99d53ba7ea02f2c7f0e878f937acecbd64f3c9a6edebcef79d10983cf3c28) test that proves to be fairly unstable across some platforms.
> 
> The change adds more classes/code to be compiled during the test to fill the code cache faster, and more consistently exercise the code cachec loading.
> 
> I also opted to revert the change from https://bugs.openjdk.org/browse/JDK-8372860 because it (unsuccessfully) tried the same method. There is no need to prolong the test any more.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 5c6947f7
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5c6947f736568413d53d5a00de2e865f86e637c4
Stats:     5 lines in 1 file changed: 2 ins; 1 del; 2 mod

8373429: gc/g1/TestCodeCacheUnloadDuringConcCycle fails on various platforms

Reviewed-by: mbaesken, mdoerr

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

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


More information about the hotspot-gc-dev mailing list