JDK-8225104 : 32-bit build failures after JDK-8222252
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 13
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-05-31
  • Updated: 2019-08-06
  • Resolved: 2019-06-02
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 13 JDK 14
13 b24Fixed 14Fixed
Related Reports
Relates :  
Description
x86_32:

/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/runtime/arguments.cpp: In static member function 'static void Arguments::set_heap_size()':
/home/buildbot/worker/jdkX-linux/build/src/hotspot/share/runtime/globals_extension.hpp:33:32: error: 'Flag_UseCompressedOops_enum' was not declared in this scope
 #define FLAG_MEMBER_ENUM(name) Flag_##name##_enum
                                ^
   ... (rest of output omitted)

Comments
RFR: https://mail.openjdk.java.net/pipermail/hotspot-dev/2019-May/038319.html
31-05-2019