Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206049 | 12 | Per Liden | P3 | Resolved | Fixed | team |
JDK-8206644 | 11.0.1 | Per Liden | P3 | Resolved | Fixed | b01 |
compiler/gcbarriers/UnsafeIntrinsicsTest.java tier1, tier2
gc/stress/gcbasher/TestGCBasherWithZ.java tier4
gc/stress/gcold/TestGCOldWithZ.java tier4
Running the above tests in CDS mode results in the following assert failure:
open/src/hotspot/share/memory/universe.hpp:249), pid=12790, tid=12792
# assert(UseCompressedClassPointers) failed: no compressed klass ptrs?
gc/stress/gcbasher/TestGCBasherWithZ.java tier4
gc/stress/gcold/TestGCOldWithZ.java tier4
Running the above tests in CDS mode results in the following assert failure:
open/src/hotspot/share/memory/universe.hpp:249), pid=12790, tid=12792
# assert(UseCompressedClassPointers) failed: no compressed klass ptrs?
- backported by
-
JDK-8206049 assert(UseCompressedClassPointers) failed in universe.hpp
-
- Resolved
-
-
JDK-8206644 assert(UseCompressedClassPointers) failed in universe.hpp
-
- Resolved
-
- relates to
-
JDK-8202951 Implementation of JEPJDK-8204247: Include default CDS (Class Data Sharing) archive in JDK binary
-
- Resolved
-