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

is it possible to get class imported jar version? #861

Closed
zdyj3170101136 opened this issue Dec 8, 2023 · 1 comment
Closed

is it possible to get class imported jar version? #861

zdyj3170101136 opened this issue Dec 8, 2023 · 1 comment
Labels

Comments

@zdyj3170101136
Copy link

two different jar may have same class name.

it is possible to let jfr contain the class name's correspond jar version?(groupid:artifactid:version)

@apangin
Copy link
Collaborator

apangin commented Dec 8, 2023

async-profiler does not analyze jars, it operates on the loaded classes.
You may use -verbose:class JVM option to find which .jar a particular class is loaded from.

@apangin apangin closed this as completed Dec 12, 2023
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