jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8373429: gc/g1/TestCodeCacheUnloadDuringConcCycle fails on aarch64

Open tschatzl opened this issue 1 month ago • 5 comments

Hi all,

this is hopefully the last fix attempt for the gc/g1/TestCodeCacheUnloadDuringConcCycle.java test that proves to be fairly unstable across some platforms.

Testing:

Thanks, Thomas


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8373429: gc/g1/TestCodeCacheUnloadDuringConcCycle fails on aarch64 (Bug - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28822/head:pull/28822
$ git checkout pull/28822

Update a local copy of the PR:
$ git checkout pull/28822
$ git pull https://git.openjdk.org/jdk.git pull/28822/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 28822

View PR using the GUI difftool:
$ git pr show -t 28822

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28822.diff

tschatzl avatar Dec 15 '25 11:12 tschatzl

:wave: Welcome back tschatzl! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Dec 15 '25 11:12 bridgekeeper[bot]

@tschatzl This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8373429: gc/g1/TestCodeCacheUnloadDuringConcCycle fails on various platforms

Reviewed-by: mbaesken

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 46 new commits pushed to the master branch:

  • 8402891889c29894555eca6449ba63f7b7458124: 8373355: C2: CompileCommand PrintIdealPhase should also print nodes that are not "reachable from below"
  • 78c2d57259ad829a2cfc1370efbb2a5913df4661: 8373668: Add override keyword to *Klass classes
  • b1e8c4e030f42ea3146b2502c9ab030bc79a8147: 8372543: Shenandoah: undercalculated the available size when soft max takes effect
  • ... and 43 more: https://git.openjdk.org/jdk/compare/650de99fc662a3e8473391627df9e523b6b80727...master

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

openjdk[bot] avatar Dec 15 '25 11:12 openjdk[bot]

@tschatzl The following label will be automatically applied to this pull request:

  • hotspot-gc

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

openjdk[bot] avatar Dec 15 '25 11:12 openjdk[bot]

Test is passed on ARM32

snazarkin avatar Dec 15 '25 11:12 snazarkin

This looks good. I just verified that this fixes the failures on AIX.

TheRealMDoerr avatar Dec 15 '25 15:12 TheRealMDoerr

The ppc64 errors are gone also in our central CI tests. Maybe the PR subject should be changed to aarch64 and ppc64 ? Or just say 'various platforms' ?

MBaesken avatar Dec 16 '25 08:12 MBaesken

Webrevs

mlbridge[bot] avatar Dec 16 '25 09:12 mlbridge[bot]