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

memory leak in java 8 #809

Closed
zdyj3170101136 opened this issue Aug 30, 2023 · 2 comments
Closed

memory leak in java 8 #809

zdyj3170101136 opened this issue Aug 30, 2023 · 2 comments
Labels

Comments

@zdyj3170101136
Copy link

our java version is 1.8.

and i want to debug our in use callstack ?

i know that async-profiler only support it in java 11+ and only support a range of time memory in use allocation.

is there any recommend way to analyze memory in use allocation callstack?

@apangin
Copy link
Collaborator

apangin commented Aug 31, 2023

What do you mean by "in use callstack"?
If I understand correctly, you're interested in "live" feature that tracks allocated objects that remain alive by the end of profiling session. Yes, it's supported only in JDK 11+.
For troubleshooting Java memory leaks, I would suggest analyzing heapdumps with MAT or a similar tool.

@apangin
Copy link
Collaborator

apangin commented Sep 12, 2023

Closing the issue in the lack of feedback. Feel free to reopen if you have further comments.

@apangin apangin closed this as completed Sep 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