# HG changeset patch # User jmasa # Date 1211914004 25200 # Node ID 23a06eca8e83cfa6096f52bf564fecf514e2724b # Parent 7a0a921a1a8ccfea82ac9856fc96a980ea663f82 6706662: Remove workaround introduced in fix for 6624782 Summary: Remove workaround compiler options for instanceKlass.cpp and objArrayKlass.cpp. Reviewed-by: ysr, jcoomes diff -r 7a0a921a1a8c -r 23a06eca8e83 make/solaris/makefiles/amd64.make --- a/make/solaris/makefiles/amd64.make Wed May 14 15:01:08 2008 -0700 +++ b/make/solaris/makefiles/amd64.make Tue May 27 11:46:44 2008 -0700 @@ -45,10 +45,6 @@ OPT_CFLAGS/generateOptoStub.o = -xO2 OPT_CFLAGS/thread.o = -xO2 -# Work around for 6624782 -OPT_CFLAGS/instanceKlass.o = -Qoption ube -no_a2lf -OPT_CFLAGS/objArrayKlass.o = -Qoption ube -no_a2lf - else ifeq ("${Platform_compiler}", "gcc")