hotspot/make/solaris/makefiles/fastdebug.make
changeset 13393 f0344cc50a90
parent 13391 30245956af37
child 13397 29369e94a65b
equal deleted inserted replaced
13392:1ef07ae0723d 13393:f0344cc50a90
    37 OPT_CFLAGS/SLOWER = -xO2
    37 OPT_CFLAGS/SLOWER = -xO2
    38 
    38 
    39 ifeq ($(COMPILER_REV_NUMERIC), 510)
    39 ifeq ($(COMPILER_REV_NUMERIC), 510)
    40 # CC 5.10 has bug XXXXX with -xO4
    40 # CC 5.10 has bug XXXXX with -xO4
    41 OPT_CFLAGS/jvmtiClassFileReconstituter.o = $(OPT_CFLAGS/SLOWER)
    41 OPT_CFLAGS/jvmtiClassFileReconstituter.o = $(OPT_CFLAGS/SLOWER)
    42 # jvm98 crashes on solaris-i586-fastdebug and solaris-sparc-fastdebug with stack overflow
       
    43 OPT_CFLAGS/escape.o = $(OPT_CFLAGS) -xspace
       
    44 OPT_CFLAGS/matcher.o = $(OPT_CFLAGS) -xspace
       
    45 endif # COMPILER_REV_NUMERIC == 510
    42 endif # COMPILER_REV_NUMERIC == 510
    46 
    43 
    47 ifeq ($(COMPILER_REV_NUMERIC), 509)
    44 ifeq ($(COMPILER_REV_NUMERIC), 509)
    48 # To avoid jvm98 crash
    45 # To avoid jvm98 crash
    49 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER)
    46 OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER)