hotspot/make/solaris/makefiles/amd64.make
changeset 6751 b399fd234e47
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
--- a/hotspot/make/solaris/makefiles/amd64.make	Wed Sep 29 18:53:28 2010 +0200
+++ b/hotspot/make/solaris/makefiles/amd64.make	Wed Sep 29 16:53:42 2010 -0700
@@ -35,7 +35,8 @@
 
 # Temporary until SS10 C++ compiler is fixed
 OPT_CFLAGS/generateOptoStub.o = -xO2
-
+# Temporary util SS12u1 C++ compiler is fixed
+OPT_CFLAGS/c1_LinearScan.o = -xO2
 else
 
 ifeq ("${Platform_compiler}", "gcc")