diff make/solaris/makefiles/amd64.make @ 1825:80c9354976b0

6988346: 6986046 breaks tiered Summary: adjusted profiling code generation to use the new ValueStack implementation; lowered optimization level for c1_LinearScan.cpp on solaris x64. Reviewed-by: kvn, never
author iveresov
date Wed, 29 Sep 2010 16:53:42 -0700
parents c18cbe5936b8
children f95d63e2154a
line wrap: on
line diff
--- a/make/solaris/makefiles/amd64.make	Wed Sep 29 18:53:28 2010 +0200
+++ b/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")