JDK-8200423 : Non-PCH build for x86_32 fails
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2018-03-29
  • Updated: 2018-04-19
  • Resolved: 2018-03-29
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 11
11 b10Fixed
Related Reports
Relates :  
Description
x86_32:

/pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp: In static member function 'static SafepointBlob* SharedRuntime::generate_handler_blob(address, int)':
/pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3068:30: error: 'NativeTstRegMem' has not been declared
     __ cmpb(Address(rax, 0), NativeTstRegMem::instruction_code_memXregl);
                              ^~~~~~~~~~~~~~~
/pool/buildbot/slaves/sobornost/jdkX-hs/build/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:3071:31: error: 'NativeTstRegMem' has not been declared
     __ testb(Address(rax, 1), NativeTstRegMem::modrm_mask);
                               ^~~~~~~~~~~~~~~
Comments
The header file in src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp was added by JDK-8189941.
29-03-2018