/workspace/open/src/hotspot/share/classfile/javaClasses.hpp:109:21: error: inline function 'java_lang_String::length' is not defined [-Werror,-Wundefined-inline]
static inline int length(oop java_string);
^
/workspace/open/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:387:25: note: used here
if (java_lang_String::length(name()) <= 1) {
^
1 error generated.
And this:
/workspace/open/src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp:153:16: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
objArrayHandle CompilerToVM::initialize_intrinsics(TRAPS) {
^
static inline int length(oop java_string);
^
/workspace/open/src/hotspot/share/jvmci/jvmciCompilerToVM.cpp:387:25: note: used here
if (java_lang_String::length(name()) <= 1) {
^
1 error generated.
And this:
/workspace/open/src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp:153:16: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
objArrayHandle CompilerToVM::initialize_intrinsics(TRAPS) {
^
- relates to
-
JDK-8197235 src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
-
- Resolved
-