-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b10
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8351668 | 24.0.2 | Matthias Baesken | P4 | Resolved | Fixed | master |
We have on AIX special file settings e.g.
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
that seem to be no longer needed.
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
that seem to be no longer needed.
- backported by
-
JDK-8351668 Cleanup AIX special file build settings
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk24u/cc881509
-
Commit(master) openjdk/jdk/006ed5c0
-
Review(master) openjdk/jdk24u/123
-
Review(master) openjdk/jdk/23487