From 95cb611b76e0df133ccb612a976308f5c3d3f484 Mon Sep 17 00:00:00 2001 From: jmasa Date: Tue, 27 May 2008 11:46:44 -0700 Subject: [PATCH] 6706662: Remove workaround introduced in fix for 6624782 Summary: Remove workaround compiler options for instanceKlass.cpp and objArrayKlass.cpp. Reviewed-by: ysr, jcoomes --- make/solaris/makefiles/amd64.make | 4 ---- 1 file changed, 4 deletions(-) diff --git a/make/solaris/makefiles/amd64.make b/make/solaris/makefiles/amd64.make index 9b229e83b..34251bf5a 100644 --- a/make/solaris/makefiles/amd64.make +++ b/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") -- GitLab