Skip to content

Commit cc88150

Browse files
committed
8349375: Cleanup AIX special file build settings
Backport-of: 006ed5c02b47d12fdcc070f50cfeb77d5c158bca
1 parent 31ea020 commit cc88150

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

make/hotspot/lib/JvmOverrideFiles.gmk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ else ifeq ($(call isTargetOs, aix), true)
124124
# mode, so don't optimize sharedRuntimeTrig.cpp at all.
125125
BUILD_LIBJVM_sharedRuntimeTrig.cpp_CXXFLAGS := $(CXX_O_FLAG_NONE)
126126

127-
ifneq ($(DEBUG_LEVEL), slowdebug)
128-
# Compiling jvmtiEnterTrace.cpp with full optimization needs more than 30min
129-
# (mostly because of '-qhot=level=1' and the more than 1300 'log_trace' calls
130-
# which cause a lot of template expansion).
131-
BUILD_LIBJVM_jvmtiEnterTrace.cpp_OPTIMIZATION := LOW
132-
endif
133-
134127
# Disable ELF decoder on AIX (AIX uses XCOFF).
135128
JVM_EXCLUDE_PATTERNS += elf
136129

0 commit comments

Comments
 (0)