-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b24
* For target hotspot_variant-zero_libjvm_objs_arguments.o:
/jdk/src/hotspot/share/runtime/arguments.cpp: In static member function 'static void Arguments::set_heap_size()':
/jdk/src/hotspot/share/runtime/arguments.cpp:1863:15: error: 'COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS' was not declared in this scope
if (COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/jdk/src/hotspot/share/runtime/arguments.cpp: In static member function 'static void Arguments::set_heap_size()':
/jdk/src/hotspot/share/runtime/arguments.cpp:1863:15: error: 'COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS' was not declared in this scope
if (COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- relates to
-
JDK-8241825 Make compressed oops and compressed class pointers independent (x86_64, PPC, S390)
- Resolved
-
JDK-8259368 Zero: UseCompressedClassPointers does not depend on UseCompressedOops
- Resolved