提交 5cf5f899 编写于 作者: K kvn

7196167: NPG: mismerge in make/solaris/makefiles/fastdebug.make

Summary: Remove the workaround of 7187454 problem which was restored incorrectly during NPG merge.
Reviewed-by: coleenp, dholmes
上级 6452b216
......@@ -41,9 +41,6 @@ ifeq ($(COMPILER_REV_NUMERIC), 510)
OPT_CFLAGS/simpleThresholdPolicy.o = $(OPT_CFLAGS/DEFAULT) $(OPT_CCFLAGS/NO_TAIL_CALL_OPT)
# CC 5.10 has bug XXXXX with -xO4
OPT_CFLAGS/jvmtiClassFileReconstituter.o = $(OPT_CFLAGS/SLOWER)
# jvm98 crashes on solaris-i586-fastdebug and solaris-sparc-fastdebug with stack overflow
OPT_CFLAGS/escape.o = $(OPT_CFLAGS) -xspace
OPT_CFLAGS/matcher.o = $(OPT_CFLAGS) -xspace
endif # COMPILER_REV_NUMERIC == 510
ifeq ($(COMPILER_REV_NUMERIC), 509)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册