# HG changeset patch # User dsamersoff # Date 1449167663 -10800 # Node ID 0fe552410730a58f984cbebfc8fac3552cc5e551 # Parent b04133a768255ca14881a077dca1cdc40515116f 8114853: variable tracking size limit exceeded in vmStructs.cpp Summary: Turn off var-tracking-assignments for vmStructs.cpp Reviewed-by: tschatzl, mgerdin, coleenp diff -r b04133a76825 -r 0fe552410730 hotspot/make/linux/makefiles/gcc.make --- a/hotspot/make/linux/makefiles/gcc.make Wed Dec 02 10:17:31 2015 +0100 +++ b/hotspot/make/linux/makefiles/gcc.make Thu Dec 03 21:34:23 2015 +0300 @@ -260,6 +260,9 @@ OPT_CFLAGS = $(OPT_CFLAGS/$(OPT_CFLAGS_DEFAULT)) $(OPT_EXTRAS) +# Variable tracking size limit exceeded for VMStructs::init() +OPT_CFLAGS/vmStructs.o += -fno-var-tracking-assignments + # The gcc compiler segv's on ia64 when compiling bytecodeInterpreter.cpp # if we use expensive-optimizations ifeq ($(BUILDARCH), ia64)