make/solaris/makefiles/fastdebug.make

changeset 4044
78b56e53050e
parent 4037
da91efe96a93
child 4344
892acf0431ef
equal deleted inserted replaced
4043:044a77cd0c8b 4044: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)

mercurial