JDK-8264759 : x86_32 Minimal VM build failure after JDK-8262355
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2021-04-06
  • Updated: 2021-07-15
  • Resolved: 2021-04-06
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 17
17 b17Fixed
Related Reports
Relates :  
Description
* For target hotspot_variant-minimal_libjvm_objs_sharedRuntime_x86_32.o:
/home/shade/trunks/jdk/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp: In static member function 'static OopMap* RegisterSaver::save_live_registers(MacroAssembler*, int, int*, bool, bool)':
/home/shade/trunks/jdk/src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:234:22: error: 'opmask_state_bytes' was not declared in this scope
  234 |       __ subptr(rsp, opmask_state_bytes);
      |                      ^~~~~~~~~~~~~~~~~~


Comments
ILW = HMH = P1
07-04-2021

Changeset: a756d8d7 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-04-06 18:14:15 +0000 URL: https://git.openjdk.java.net/jdk/commit/a756d8d7
06-04-2021