mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 22:50:08 +00:00
8158938: AIX: some more new hotspot build fixes
Reviewed-by: erikj
This commit is contained in:
parent
b0fab9d6b7
commit
4a9d6dcbba
@ -153,6 +153,13 @@ else ifeq ($(OPENJDK_TARGET_OS), aix)
|
||||
# mode, so don't optimize sharedRuntimeTrig.cpp at all.
|
||||
BUILD_LIBJVM_sharedRuntimeTrig.cpp_CXXFLAGS := $(CXX_O_FLAG_NONE)
|
||||
|
||||
ifneq ($(DEBUG_LEVEL),slowdebug)
|
||||
# Compiling jvmtiEnterTrace.cpp with full optimization needs more than 30min
|
||||
# (mostly because of '-qhot=level=1' and the more than 1300 'log_trace' calls
|
||||
# which cause a lot of template expansion).
|
||||
BUILD_LIBJVM_jvmtiEnterTrace.cpp_OPTIMIZATION := LOW
|
||||
endif
|
||||
|
||||
# Disable ELF decoder on AIX (AIX uses XCOFF).
|
||||
JVM_EXCLUDE_PATTERNS += elf
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user