-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b10
-
x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8211095 | 11.0.2 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8210288 | 11.0.1 | Goetz Lindenmaier | P4 | Closed | Won't Fix |
The testcase enabling ZGC is protected by (Platform.isLinux() && Platform.isX64()). Thus, the test fails if the VM is compiled without ZGS.
Fix: use GC.Z.isSupported()
Fix: use GC.Z.isSupported()
- backported by
-
JDK-8211095 [testbug] IncompatibleOptions.java fails if VM configured without ZGC
-
- Resolved
-
-
JDK-8210288 [testbug] IncompatibleOptions.java fails if VM configured without ZGC
-
- Closed
-
- duplicates
-
JDK-8207799 runtime/appcds/sharedStrings/IncompatibleOptions.java fails: Option -XX:+UseZGC not supported
-
- Closed
-