Open
Description
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.