comparison make/solaris/makefiles/amd64.make @ 160:23a06eca8e83

6706662: Remove workaround introduced in fix for 6624782 Summary: Remove workaround compiler options for instanceKlass.cpp and objArrayKlass.cpp. Reviewed-by: ysr, jcoomes
author jmasa
date Tue, 27 May 2008 11:46:44 -0700
parents a294fd0c4b38
children d1605aabd0a1
comparison
equal deleted inserted replaced
148:7a0a921a1a8c 160:23a06eca8e83
43 43
44 # Temporary until SS10 C++ compiler is fixed 44 # Temporary until SS10 C++ compiler is fixed
45 OPT_CFLAGS/generateOptoStub.o = -xO2 45 OPT_CFLAGS/generateOptoStub.o = -xO2
46 OPT_CFLAGS/thread.o = -xO2 46 OPT_CFLAGS/thread.o = -xO2
47 47
48 # Work around for 6624782
49 OPT_CFLAGS/instanceKlass.o = -Qoption ube -no_a2lf
50 OPT_CFLAGS/objArrayKlass.o = -Qoption ube -no_a2lf
51
52 else 48 else
53 49
54 ifeq ("${Platform_compiler}", "gcc") 50 ifeq ("${Platform_compiler}", "gcc")
55 # gcc 51 # gcc
56 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack 52 # The serviceability agent relies on frame pointer (%rbp) to walk thread stack