Loading... (original) (raw)
In make/lib/Lib-jdk.hotspot.agent.gmk I see this around line 52:
(eval(eval (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.