JDK-8254362 : x86_32 builds fail after JDK-8253180
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-11
  • Updated: 2021-01-13
  • Resolved: 2020-10-11
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 16
16 b20Fixed
Related Reports
Relates :  
Description
* For target hotspot_variant-server_libjvm_objs_c2_safepointPollStubTable_x86.o:
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/cpu/x86/c2_safepointPollStubTable_x86.cpp: In member function 'void C2SafepointPollStubTable::emit_stub_impl(MacroAssembler&, C2SafepointPollStubTable::C2SafepointPollStub*) const':
/home/buildbot/worker/build-jdkX-linux/build/src/hotspot/cpu/x86/c2_safepointPollStubTable_x86.cpp:43:21: error: 'r15_thread' was not declared in this scope
   __ movptr(Address(r15_thread, JavaThread::saved_exception_pc_offset()), rscratch1);
Comments
Changeset: d3069ac9 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2020-10-11 21:07:48 +0000 URL: https://git.openjdk.java.net/jdk/commit/d3069ac9
11-10-2020