JDK-8244971 : Zero VM is broken after JDK-8241825 (COMPRESSED_CLASS_POINTERS_DEPENDS_ON_COMPRESSED_OOPS not defined)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-13
  • Updated: 2021-01-07
  • Resolved: 2020-05-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b24Fixed
Related Reports
Relates :  
Relates :  
Description
* 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) {
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/a9dbb1e23a06 User: jiefu Date: 2020-05-14 02:40:35 +0000
14-05-2020