comparison make/solaris/makefiles/fastdebug.make @ 6732:78b56e53050e

7196167: NPG: mismerge in make/solaris/makefiles/fastdebug.make Summary: Remove the workaround of 7187454 problem which was restored incorrectly during NPG merge. Reviewed-by: coleenp, dholmes
author kvn
date Wed, 05 Sep 2012 10:18:37 -0700
parents da91efe96a93
children e522a00b91aa 892acf0431ef
comparison
equal deleted inserted replaced
6731:044a77cd0c8b 6732:78b56e53050e
39 ifeq ($(COMPILER_REV_NUMERIC), 510) 39 ifeq ($(COMPILER_REV_NUMERIC), 510)
40 # Avoid apparent crash because of corrupted methodHandle in a tail call 40 # Avoid apparent crash because of corrupted methodHandle in a tail call
41 OPT_CFLAGS/simpleThresholdPolicy.o = $(OPT_CFLAGS/DEFAULT) $(OPT_CCFLAGS/NO_TAIL_CALL_OPT) 41 OPT_CFLAGS/simpleThresholdPolicy.o = $(OPT_CFLAGS/DEFAULT) $(OPT_CCFLAGS/NO_TAIL_CALL_OPT)
42 # CC 5.10 has bug XXXXX with -xO4 42 # CC 5.10 has bug XXXXX with -xO4
43 OPT_CFLAGS/jvmtiClassFileReconstituter.o = $(OPT_CFLAGS/SLOWER) 43 OPT_CFLAGS/jvmtiClassFileReconstituter.o = $(OPT_CFLAGS/SLOWER)
44 # jvm98 crashes on solaris-i586-fastdebug and solaris-sparc-fastdebug with stack overflow
45 OPT_CFLAGS/escape.o = $(OPT_CFLAGS) -xspace
46 OPT_CFLAGS/matcher.o = $(OPT_CFLAGS) -xspace
47 endif # COMPILER_REV_NUMERIC == 510 44 endif # COMPILER_REV_NUMERIC == 510
48 45
49 ifeq ($(COMPILER_REV_NUMERIC), 509) 46 ifeq ($(COMPILER_REV_NUMERIC), 509)
50 # To avoid jvm98 crash 47 # To avoid jvm98 crash
51 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER) 48 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER)