提交 2f6e89e2 编写于 作者: J jmasa

6624782: Bigapps crashes during CMS precleaning.

Summary: Lowered optimization level for files instanceKlass.cpp and objArrayKlass.cpp
Reviewed-by: ysr
上级 e2cae64c
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
# CA 95054 USA or visit www.sun.com if you need additional information or # CA 95054 USA or visit www.sun.com if you need additional information or
# have any questions. # have any questions.
# #
# #
# Must also specify if CPU is little endian # Must also specify if CPU is little endian
...@@ -45,6 +45,10 @@ OPT_CFLAGS/os_solaris_x86_64.o = -xO1 ...@@ -45,6 +45,10 @@ OPT_CFLAGS/os_solaris_x86_64.o = -xO1
OPT_CFLAGS/generateOptoStub.o = -xO2 OPT_CFLAGS/generateOptoStub.o = -xO2
OPT_CFLAGS/thread.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 else
ifeq ("${Platform_compiler}", "gcc") ifeq ("${Platform_compiler}", "gcc")
...@@ -58,6 +62,6 @@ else ...@@ -58,6 +62,6 @@ else
# error # error
_JUNK2_ := $(shell echo >&2 \ _JUNK2_ := $(shell echo >&2 \
"*** ERROR: this compiler is not yet supported by this code base!") "*** ERROR: this compiler is not yet supported by this code base!")
@exit 1 @exit 1
endif endif
endif endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册