-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 26
-
Component/s: hotspot
Seeing the following tests failing with JDK 26 when run with GenShen enabled. Steps to reproduce are below, with the .jtr logs attached.
Failing tests:
* gc/TestReferenceClearDuringMarking.java
* gc/TestReferenceClearDuringReferenceProcessing.java$Shenandoah
1. Clone openjdk/jdk repo
2. Checkout jdk26 branch
3. Run `make images` and `make test-image`
4. Download jtreg from
5. Run ./jtreg/bin/jtreg -jdk:/[path to image] -dir:jdk/ -vmoption:-XX:+UseShenandoahGC -vmoption:-XX:+UnlockExperimentalVMOptions -vmoption:-XX:ShenandoahGCMode=generational -w:JTwork/hotspot -r:JTreport/hotspot '' -nativepath:[path to test image native code] [test]
Failing tests:
* gc/TestReferenceClearDuringMarking.java
* gc/TestReferenceClearDuringReferenceProcessing.java$Shenandoah
1. Clone openjdk/jdk repo
2. Checkout jdk26 branch
3. Run `make images` and `make test-image`
4. Download jtreg from
5. Run ./jtreg/bin/jtreg -jdk:/[path to image] -dir:jdk/ -vmoption:-XX:+UseShenandoahGC -vmoption:-XX:+UnlockExperimentalVMOptions -vmoption:-XX:ShenandoahGCMode=generational -w:JTwork/hotspot -r:JTreport/hotspot '' -nativepath:[path to test image native code] [test]