author | tschatzl |
Fri, 04 Dec 2015 02:39:03 +0100 | |
changeset 34627 | cffa1bd3d263 |
parent 34625 | 0fe552410730 (diff) |
parent 34626 | b366ee049e8f (current diff) |
child 34630 | 4054119c7b5e |
--- a/hotspot/make/linux/makefiles/gcc.make Tue Dec 01 16:46:55 2015 +0100 +++ b/hotspot/make/linux/makefiles/gcc.make Fri Dec 04 02:39:03 2015 +0100 @@ -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)