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
Recently we experienced an issue that our Java app started spending a lot of time in kernel mode (high System CPU usage). We used perf for investigation, but could only see the graph below:
Would it be possible to add debug symbols to the builds so we can see which JVM methods are called as well?
selhagani
changed the title
GraalVM: Add debug symbols to GraalVM CE builds (libjvm.so)
[GR-60052] GraalVM: Add debug symbols to GraalVM CE builds (libjvm.so)
Nov 25, 2024
GraalVM: Add debug symbols to GraalVM CE builds
Recently we experienced an issue that our Java app started spending a lot of time in kernel mode (high System CPU usage). We used perf for investigation, but could only see the graph below:
Would it be possible to add debug symbols to the builds so we can see which JVM methods are called as well?
Or is there a way to map a specific version of Dev build (https://github.com/graalvm/graalvm-ce-dev-builds) that has debug symbols (?) to non-dev version? Are they even compatible?
Thanks.
The text was updated successfully, but these errors were encountered: