-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8279915 | 17.0.3-oracle | Vaibhav Choudhary | P4 | Resolved | Fixed | b03 |
JDK-8279964 | 17.0.3 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8324586 | 11.0.24-oracle | AMOD KUMAR | P4 | Resolved | Fixed | b01 |
If the VM is an emulated-client, providing the flag -XX:+TieredCompilation does not print a warning or an error and the test case does no longer detect that it is executed in a client VM. Hence some of its assertions are wrong and the test fails with:
java.lang.RuntimeException: No code cache segmentation.
at compiler.codecache.CheckSegmentedCodeCache.verifySegmentedCodeCache(CheckSegmentedCodeCache.java:64)
at compiler.codecache.CheckSegmentedCodeCache.main(CheckSegmentedCodeCache.java:109)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
java.lang.RuntimeException: No code cache segmentation.
at compiler.codecache.CheckSegmentedCodeCache.verifySegmentedCodeCache(CheckSegmentedCodeCache.java:64)
at compiler.codecache.CheckSegmentedCodeCache.main(CheckSegmentedCodeCache.java:109)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
- backported by
-
JDK-8279915 CheckSegmentedCodeCache test fails in an emulated-client VM
-
- Resolved
-
-
JDK-8279964 CheckSegmentedCodeCache test fails in an emulated-client VM
-
- Resolved
-
-
JDK-8324586 CheckSegmentedCodeCache test fails in an emulated-client VM
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/2e5c4007
-
Commit openjdk/jdk/595446bf
-
Review openjdk/jdk17u-dev/84
-
Review openjdk/jdk/4540
(2 links to)