-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
-
b05
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8375705 | 26.0.1 | Coleen Phillimore | P4 | Resolved | Fixed | b03 |
| JDK-8375302 | 26 | Coleen Phillimore | P4 | Resolved | Fixed | b31 |
@requires !vm.gc.Z
doesn not run the CompressedOops version of the test when ZGC is present in the VM that is running the test, even if -XX:+UseZGC is not passed on the command line.
On the other hand, using
@requires vm.gc != "Z"
Does run the compressed oops versions of the test unless -XX:+UseZGC is passed on the command line.
Maybe this is a bug in test/jtreg-ext/requires/VMProps.java ?
- backported by
-
JDK-8375302 CompressedOops versions of runtime/cds/TestDefaultArchiveLoading.java aren't run
-
- Resolved
-
-
JDK-8375705 CompressedOops versions of runtime/cds/TestDefaultArchiveLoading.java aren't run
-
- Resolved
-
- caused by
-
JDK-8365932 Implementation of JEP 516: Ahead-of-Time Object Caching with Any GC
-
- Resolved
-
- relates to
-
JDK-8366774 [lworld] runtime/cds/TestDefaultArchiveLoading.java started failing since jdk-25+26
-
- Closed
-
- links to
-
Commit(jdk26)
openjdk/jdk/90d80f99
-
Commit(master)
openjdk/jdk/6d1bfdf7
-
Review(jdk26)
openjdk/jdk/29209
-
Review(master)
openjdk/jdk/29125