Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-60052] GraalVM: Add debug symbols to GraalVM CE builds (libjvm.so) #10128

Open
REASY opened this issue Nov 21, 2024 · 1 comment
Open

[GR-60052] GraalVM: Add debug symbols to GraalVM CE builds (libjvm.so) #10128

REASY opened this issue Nov 21, 2024 · 1 comment
Assignees
Labels

Comments

@REASY
Copy link

REASY commented Nov 21, 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:
image

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.

@REASY REASY added the feature label Nov 21, 2024
@REASY REASY changed the title GraalVM: Add debug symbols to GraalVM CE builds GraalVM: Add debug symbols to GraalVM CE builds (libjvm.so) Nov 21, 2024
@selhagani selhagani self-assigned this Nov 25, 2024
@selhagani 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
@selhagani
Copy link
Member

Hi @REASY,
Thank you for reaching out to us, we'll take a look into your request and I'll make sure to keep you updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants