-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8263291 | 16.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8262963 | 16.0.1 | Aleksey Shipilev | P4 | Resolved | Fixed | b08 |
There are 2 locations in vmError.cpp
https://github.com/openjdk/jdk/blob/3c4e824aa5fd99337759fa5000f5673ab2430750/src/hotspot/share/utilities/vmError.cpp#L919
https://github.com/openjdk/jdk/blob/3c4e824aa5fd99337759fa5000f5673ab2430750/src/hotspot/share/utilities/vmError.cpp#L1130
where information on compressed classes is only printed if compressed oops are
enabled. AfterJDK-8241825 both features should be independent.
https://github.com/openjdk/jdk/blob/3c4e824aa5fd99337759fa5000f5673ab2430750/src/hotspot/share/utilities/vmError.cpp#L919
https://github.com/openjdk/jdk/blob/3c4e824aa5fd99337759fa5000f5673ab2430750/src/hotspot/share/utilities/vmError.cpp#L1130
where information on compressed classes is only printed if compressed oops are
enabled. After
- backported by
-
JDK-8262963 UseCompressedClassPointers depends on UseCompressedOops in vmError.cpp
- Resolved
-
JDK-8263291 UseCompressedClassPointers depends on UseCompressedOops in vmError.cpp
- Resolved
- relates to
-
JDK-8241825 Make compressed oops and compressed class pointers independent (x86_64, PPC, S390)
- Resolved
- links to
-
Commit openjdk/jdk16u/3266d0bc
-
Commit openjdk/jdk/a03e22bb
-
Review openjdk/jdk16u/64
-
Review openjdk/jdk/1974
(2 links to)