JDK-8226525 : HotSpot compile-time error for x86-32
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13,14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2019-06-20
  • Updated: 2020-06-01
  • Resolved: 2019-07-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
13Fixed 14 b04Fixed
Related Reports
Relates :  
Description
OrderAccess::cross_modify_fence() in orderAccess_linux_x86.hpp has a clobber of EBX:

   __asm__ volatile ("cpuid " : "+a" (idx) : : "ebx", "ecx", "edx", "memory");

This causes a compile-time error because EBX is a reserved register on 32-bit Linux systems.
Comments
Setting subcomponent to 'runtime' for initial triage.
01-07-2019