comparison make/solaris/makefiles/optimized.make @ 833:acba6af809c8

6840775: Multiple JVM crashes seen with 1.6.0_10 through 1.6.0_14 Summary: Put missed reference to allocated array in copyOf() intrinsic into OopMap for the call slow_arraycopy(). Reviewed-by: never
author kvn
date Wed, 01 Jul 2009 20:22:18 -0700
parents 4d20a3aaf1ab
children bd02caa94611
comparison
equal deleted inserted replaced
828:b64314863098 833:acba6af809c8
39 OPT_CFLAGS/java.o = $(OPT_CFLAGS/SLOWER) -g 39 OPT_CFLAGS/java.o = $(OPT_CFLAGS/SLOWER) -g
40 OPT_CFLAGS/jni.o = $(OPT_CFLAGS/SLOWER) -g 40 OPT_CFLAGS/jni.o = $(OPT_CFLAGS/SLOWER) -g
41 endif 41 endif
42 42
43 # Workaround SS11 bug 6345274 (all platforms) (Fixed in SS11 patch and SS12) 43 # Workaround SS11 bug 6345274 (all platforms) (Fixed in SS11 patch and SS12)
44 ifeq ($(COMPILER_REV_NUMERIC),508)) 44 ifeq ($(COMPILER_REV_NUMERIC),508)
45 OPT_CFLAGS/ciTypeFlow.o = $(OPT_CFLAGS/O2) 45 OPT_CFLAGS/ciTypeFlow.o = $(OPT_CFLAGS/O2)
46 endif # COMPILER_REV_NUMERIC == 508 46 endif # COMPILER_REV_NUMERIC == 508
47 47
48 endif # Platform_compiler == sparcWorks 48 endif # Platform_compiler == sparcWorks
49 49