Relates :
|
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. After JDK-8241825 both features should be independent.
|