Skip to content

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

Merged
hangshao0 merged 1 commit into
eclipse-openj9:v0.48.0-releasefrom
theresa-m:findclass_cache_48
Sep 19, 2024
Merged

(0.48) Cache rom to ram mappings for exception backtrace#20195
hangshao0 merged 1 commit into
eclipse-openj9:v0.48.0-releasefrom
theresa-m:findclass_cache_48

Conversation

@theresa-m

Copy link
Copy Markdown
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 <Theresa.T.Mammarella@ibm.com>
@hangshao0
hangshao0 merged commit 47042a0 into eclipse-openj9:v0.48.0-release Sep 19, 2024
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