Skip to content

Commit 006ed5c

Browse files
committed
8349375: Cleanup AIX special file build settings
Reviewed-by: mdoerr, clanger, erikj, jwaters
1 parent 3989a19 commit 006ed5c

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
@@ -122,13 +122,6 @@ else ifeq ($(call isTargetOs, aix), true)
122122
# mode, so don't optimize sharedRuntimeTrig.cpp at all.
123123
BUILD_LIBJVM_sharedRuntimeTrig.cpp_CXXFLAGS := $(CXX_O_FLAG_NONE)
124124

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

0 commit comments

Comments
 (0)