You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the jar-size of the JVMTI-access library becomes an issue, we could evaluate reducing it by stripping the debug symbols from the binaries. According to this comment the JVM builds on linux do the same.
We would need to ensure that hs_err_pid JVM crash files still contain functions names for the stripped binaries
We should ship the symbols in the sources.jar and ensure that they actually work (e.g. for analyzing core dumps)
The text was updated successfully, but these errors were encountered:
In case the jar-size of the JVMTI-access library becomes an issue, we could evaluate reducing it by stripping the debug symbols from the binaries. According to this comment the JVM builds on linux do the same.
hs_err_pid
JVM crash files still contain functions names for the stripped binariessources.jar
and ensure that they actually work (e.g. for analyzing core dumps)The text was updated successfully, but these errors were encountered: