aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authoriveresov <none@none>2010-09-29 16:53:42 -0700
committeriveresov <none@none>2010-09-29 16:53:42 -0700
commit1c1b2d1506b2c2e7f64ff299d71fa889d1003061 (patch)
tree857ac64ceb8e96f9b699b41b6c3b6c3f071b01f1 /make
parentfd9f3d25e7961082463abb381e7b267df38a5908 (diff)
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
Diffstat (limited to 'make')
-rw-r--r--make/solaris/makefiles/amd64.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/solaris/makefiles/amd64.make b/make/solaris/makefiles/amd64.make
index d9ca84a6e..4c6afaad7 100644
--- a/make/solaris/makefiles/amd64.make
+++ b/make/solaris/makefiles/amd64.make
@@ -35,7 +35,8 @@ ifeq ("${Platform_compiler}", "sparcWorks")
# 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")