-
Bug
-
Resolution: Fixed
-
P4
-
8u172, 11, 12
-
b12
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8212064 | 11.0.2 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8215115 | openjdk8u212 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
In make/lib/Lib-jdk.hotspot.agent.gmk I see this around line 52:
$(eval $(call SetupJdkLibrary, BUILD_LIBSA, \
NAME := saproc, \
OPTIMIZATION := NONE, \
DISABLED_WARNINGS_microsoft := 4267, \
DISABLED_WARNINGS_gcc := sign-compare, \
That is, libsaproc.so will get compiled without optimization at all. Setting OPTIMIZATION := LOW and running hotspot serviceability tests does not show new failures. We should consider increasing the OPT level.
$(eval $(call SetupJdkLibrary, BUILD_LIBSA, \
NAME := saproc, \
OPTIMIZATION := NONE, \
DISABLED_WARNINGS_microsoft := 4267, \
DISABLED_WARNINGS_gcc := sign-compare, \
That is, libsaproc.so will get compiled without optimization at all. Setting OPTIMIZATION := LOW and running hotspot serviceability tests does not show new failures. We should consider increasing the OPT level.
- backported by
-
JDK-8212064 libsaproc is being compiled without optimization
- Resolved
-
JDK-8215115 libsaproc is being compiled without optimization
- Resolved
- relates to
-
JDK-8210761 libjsig is being compiled without optimization
- Resolved
-
JDK-8210836 Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
- Resolved
-
JDK-8212110 Build of saproc.dll broken on Windows 32 bit after JDK-8210647
- Resolved