Skip to content

Commit 88df2f0

Browse files
author
Vladimir Kempik
committedJun 23, 2020
8243470: [macos] bring back O2 opt level for unsafe.cpp
Remove special case for unsafe.cpp on clang macos Reviewed-by: erikj, ihse
1 parent f8596b5 commit 88df2f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎make/hotspot/lib/JvmOverrideFiles.gmk

-4
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ else ifeq ($(call isTargetOs, macosx), true)
9292
# NOTE: The old build tested clang version to make sure this workaround
9393
# for the clang bug was still needed.
9494
BUILD_LIBJVM_loopTransform.cpp_CXXFLAGS := $(CXX_O_FLAG_NONE)
95-
ifneq ($(DEBUG_LEVEL), slowdebug)
96-
BUILD_LIBJVM_unsafe.cpp_CXXFLAGS := -O1
97-
endif
9895

9996
# The following files are compiled at various optimization
10097
# levels due to optimization issues encountered at the
@@ -110,7 +107,6 @@ else ifeq ($(call isTargetOs, macosx), true)
110107
sharedRuntimeTrig.cpp \
111108
sharedRuntimeTrans.cpp \
112109
loopTransform.cpp \
113-
unsafe.cpp \
114110
jvmciCompilerToVM.cpp \
115111
$(OPT_SPEED_SRC) \
116112
#

0 commit comments

Comments
 (0)
Please sign in to comment.