-
Bug
-
Resolution: Duplicate
-
P4
-
19
-
x86_64
-
linux
bash ../jdk-src/configure --with-debug-level=release --with-jvm-features=-compiler1
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_objs_macroAssembler_x86.o:
In file included from ~/jdk-src/src/hotspot/share/c1/c1_ValueType.hpp:28,
from ~/jdk-src/src/hotspot/share/c1/c1_LIR.hpp:29,
from ~/jdk-src/src/hotspot/share/c1/c1_FrameMap.hpp:30,
from ~/jdk-src/src/hotspot/cpu/x86/macroAssembler_x86.cpp:29:
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In member function 'bool Compilation::should_install_code()':
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:152:76: error: 'InstallMethods' was not declared in this scope
152 | bool should_install_code() { return _install_code && InstallMethods; }
| ^~~~~~~~~~~~~~
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In static member function 'static int Compilation::desired_max_code_buffer_size()':
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:207:17: error: 'NMethodSizeLimit' was not declared in this scope; did you mean 'JVMCINMethodSizeLimit'?
207 | return (int)NMethodSizeLimit; // default 64K
| ^~~~~~~~~~~~~~~~
| JVMCINMethodSizeLimit
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In member function 'bool Compilation::profile_branches()':
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:236:7: error: 'C1UpdateMethodData' was not declared in this scope
... (rest of output omitted)
* All command lines available in ~/build-c1/make-support/failure-logs.
=== End of repeated output ===
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-server_libjvm_objs_macroAssembler_x86.o:
In file included from ~/jdk-src/src/hotspot/share/c1/c1_ValueType.hpp:28,
from ~/jdk-src/src/hotspot/share/c1/c1_LIR.hpp:29,
from ~/jdk-src/src/hotspot/share/c1/c1_FrameMap.hpp:30,
from ~/jdk-src/src/hotspot/cpu/x86/macroAssembler_x86.cpp:29:
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In member function 'bool Compilation::should_install_code()':
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:152:76: error: 'InstallMethods' was not declared in this scope
152 | bool should_install_code() { return _install_code && InstallMethods; }
| ^~~~~~~~~~~~~~
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In static member function 'static int Compilation::desired_max_code_buffer_size()':
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:207:17: error: 'NMethodSizeLimit' was not declared in this scope; did you mean 'JVMCINMethodSizeLimit'?
207 | return (int)NMethodSizeLimit; // default 64K
| ^~~~~~~~~~~~~~~~
| JVMCINMethodSizeLimit
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp: In member function 'bool Compilation::profile_branches()':
~/jdk-src/src/hotspot/share/c1/c1_Compilation.hpp:236:7: error: 'C1UpdateMethodData' was not declared in this scope
... (rest of output omitted)
* All command lines available in ~/build-c1/make-support/failure-logs.
=== End of repeated output ===
- duplicates
-
JDK-8283494 Factor out calculation of actual number of XMM registers
-
- Resolved
-