JDK-8215898 : Build broken on 32-bit after JDK-8211425
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-12-22
  • Updated: 2019-02-21
  • Resolved: 2018-12-22
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 12 JDK 13
12 b26Fixed 13Fixed
Related Reports
Duplicate :  
Relates :  
Description
The patches for AllocateOldGenAt sets UseCompressed* to false in the argument parsing, this needs to be guarded by LP64_ONLY.