Skip to content

(0.48) Cache rom to ram mappings for exception backtrace #20195

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

Merged

Conversation

theresa-m
Copy link
Contributor

Create a hash table and access mutex to cache romClass to ramClass mappings from exceptiondescribe.c:findJ9ClassForROMClass. This saves time iterating over multiple class loaders to find a ram class. Entries will be deleted when a class is unloaded or redefined.

Port from #20169

Create a hash table and access mutex to cache romClass to ramClass mappings from
exceptiondescribe.c:findJ9ClassForROMClass. This saves time iterating over multiple
class loaders to find a ram class. Entries will be deleted when a class
is unloaded or redefined.

Signed-off-by: Theresa Mammarella <[email protected]>
@hangshao0 hangshao0 merged commit 47042a0 into eclipse-openj9:v0.48.0-release Sep 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants