[9] RFR[XS] 8166096: variable tracking size limit exceeded in	jvmciCompilerToVM.cpp
    Vladimir Kozlov 
    vladimir.kozlov at oracle.com
       
    Sat Sep 17 01:17:56 UTC 2016
    
    
  
https://bugs.openjdk.java.net/browse/JDK-8166096
+++ b/make/lib/JvmOverrideFiles.gmk	Fri Sep 16 18:14:06 2016 -0700
@@ -31,6 +31,7 @@
  ifeq ($(TOOLCHAIN_TYPE), gcc)
    BUILD_LIBJVM_vmStructs.cpp_CXXFLAGS := -fno-var-tracking-assignments -O0
+  BUILD_LIBJVM_jvmciCompilerToVM.cpp_CXXFLAGS := -fno-var-tracking-assignments
  endif
  ifeq ($(OPENJDK_TARGET_OS), linux)
Remove annoying Hotspot compilation warning:
hotspot/src/share/vm/jvmci/jvmciCompilerToVM.cpp: In static member function 'static objArrayHandle CompilerToVM::initialize_intrinsics(Thread*)':
hotspot/src/share/vm/jvmci/jvmciCompilerToVM.cpp:206:16: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
  objArrayHandle CompilerToVM::initialize_intrinsics(TRAPS) {
Thanks,
Vladimir
    
    
More information about the build-dev
mailing list