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

Support for Java JIT compiled methods #1402

Open
marctc opened this issue Nov 25, 2024 · 1 comment
Open

Support for Java JIT compiled methods #1402

marctc opened this issue Nov 25, 2024 · 1 comment
Labels
java Related to Java roadmap

Comments

@marctc
Copy link
Contributor

marctc commented Nov 25, 2024

We recently discovered we can easily get a list of already JITTED methods when Beyla first attaches to the JVM without restart. We can also setup a uprobe on new native compiled method (nmethod) and with that we can implement support for Java threading and Java TLS.

@marctc marctc added java Related to Java roadmap labels Nov 25, 2024
@grcevski
Copy link
Contributor

Once we add Java support, we should attempt to pass this challenge https://ceesbos.nl/posts/aocc-challenge-01/

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

No branches or pull requests

2 participants