diff make/solaris/makefiles/fastdebug.make @ 270:b7f01ad69d30

Merge
author jmasa
date Mon, 04 Aug 2008 12:11:36 -0700
parents be7facf71163
children 4d20a3aaf1ab
line wrap: on
line diff
--- a/make/solaris/makefiles/fastdebug.make	Mon Jul 28 15:30:23 2008 -0700
+++ b/make/solaris/makefiles/fastdebug.make	Mon Aug 04 12:11:36 2008 -0700
@@ -38,6 +38,8 @@
 
 # Problem with SS12 compiler, dtrace doesn't like the .o files  (bug 6693876)
 ifeq ($(COMPILER_REV), 5.9)
+  # To avoid jvm98 crash
+  OPT_CFLAGS/instanceKlass.o = $(OPT_CFLAGS/SLOWER)
   # Not clear this workaround could be skipped in some cases.
   OPT_CFLAGS/vmGCOperations.o = $(OPT_CFLAGS/SLOWER)
   OPT_CFLAGS/java.o = $(OPT_CFLAGS/SLOWER)