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

Reduce size of jvmti-access library #235

Open
JonasKunz opened this issue Apr 29, 2024 · 1 comment
Open

Reduce size of jvmti-access library #235

JonasKunz opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JonasKunz
Copy link
Contributor

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)
@JonasKunz
Copy link
Contributor Author

Relevant comment with suggestion on how to do it.

@SylvainJuge SylvainJuge added the enhancement New feature or request label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants