Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 8u172, 11, 12
-
Fix Version/s: 12
-
Component/s: infrastructure
-
Subcomponent:
-
Resolved In Build:b12
-
OS:linux
Backports
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 |
Description
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.
Attachments
Issue Links
- 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
-