RFR: 8321369: Unproblemlist gc/cslocker/TestCSLocker.java

Thomas Schatzl tschatzl at openjdk.org
Tue Dec 5 11:54:54 UTC 2023


Hi all,

  please review this fix to unproblemlist gc/cs/TestCSLocker.java; the CR to fix this [JDK-8310480](https://bugs.openjdk.org/browse/JDK-8310480) has already been closed as duplicate of [JDK-8318706](https://bugs.openjdk.org/browse/JDK-8318706) that removed the GCLocker for G1 which is the cause for the issue.

Note that the test has only been problemlisted for linux-x64 previously, so it has already been run for a long time for other platforms and other collectors, so my testing did not extensively try all the other platforms/gc combinations (I did try with Serial and Parallel a few times with no issues; ZGC is excluded anyway in the test, and Shenandoah also does not use the GCLocker).

Testing: test case with g1, gha

Thanks,
  Thomas

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

Commit messages:
 - 8321369 unproblemlist testcslocker.java

Changes: https://git.openjdk.org/jdk/pull/16970/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16970&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8321369
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16970.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16970/head:pull/16970

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


More information about the hotspot-dev mailing list