From 831ee085f03e90194fea774d6bee4567cbe4d093 Mon Sep 17 00:00:00 2001 From: Jon Masamitsu Date: Tue, 27 May 2008 11:46:44 -0700 Subject: [PATCH] 6706662: Remove workaround introduced in fix for 6624782 Remove workaround compiler options for instanceKlass.cpp and objArrayKlass.cpp. Reviewed-by: ysr, jcoomes --- hotspot/make/solaris/makefiles/amd64.make | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hotspot/make/solaris/makefiles/amd64.make b/hotspot/make/solaris/makefiles/amd64.make index 9b229e83b79..34251bf5a4b 100644 --- a/hotspot/make/solaris/makefiles/amd64.make +++ b/hotspot/make/solaris/makefiles/amd64.make @@ -45,10 +45,6 @@ OPT_CFLAGS/os_solaris_x86_64.o = -xO1 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")