comparison 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
comparison
equal deleted inserted replaced
1824:ad0638ff8ea4 1825:80c9354976b0
33 # 33 #
34 ifeq ("${Platform_compiler}", "sparcWorks") 34 ifeq ("${Platform_compiler}", "sparcWorks")
35 35
36 # Temporary until SS10 C++ compiler is fixed 36 # Temporary until SS10 C++ compiler is fixed
37 OPT_CFLAGS/generateOptoStub.o = -xO2 37 OPT_CFLAGS/generateOptoStub.o = -xO2
38 38 # Temporary util SS12u1 C++ compiler is fixed
39 OPT_CFLAGS/c1_LinearScan.o = -xO2
39 else 40 else
40 41
41 ifeq ("${Platform_compiler}", "gcc") 42 ifeq ("${Platform_compiler}", "gcc")
42 # gcc 43 # gcc
43 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack 44 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack