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

Fix code cache visualisation since segmented code cache #358

Open
chriswhocodes opened this issue Jan 3, 2022 · 0 comments
Open

Fix code cache visualisation since segmented code cache #358

chriswhocodes opened this issue Jan 3, 2022 · 0 comments
Assignees
Labels

Comments

@chriswhocodes
Copy link
Member

The code cache view is less useful since JDK9 introduced the segmented code cache. The compiled methods are much harder to spot visually.

Need to obtain the correct address ranges for the native, profiled, and non-profiled segments and when viewing a compiled method, only show the address range for the segment containing that method.

@chriswhocodes chriswhocodes self-assigned this Jan 3, 2022
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

1 participant