-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 9, 10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8242475 | openjdk8u262 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
SpaceManager* Metaspace::_class_vsm is left uninitialized if compressed class pointers are disabled.
This is a day zero bug from early Metaspace days.
Note that this was accidentally fixed in JDK 11 with "8199431: Split up class Metaspace into a static and a non-static part". So it is only a problem for 8, 9, 10.
This is a day zero bug from early Metaspace days.
Note that this was accidentally fixed in JDK 11 with "8199431: Split up class Metaspace into a static and a non-static part". So it is only a problem for 8, 9, 10.
- backported by
-
JDK-8242475 Metaspace::_class_vsm not initialized if compressed class pointers are disabled
- Resolved
-
JDK-8243923 Metaspace::_class_vsm not initialized if compressed class pointers are disabled
- Resolved