Skip to content

Commit

Permalink
Merge pull request #20383 from theresa-m/fix_20368_48
Browse files Browse the repository at this point in the history
(0.48) Update classloader when cached rom to ram entry is found
  • Loading branch information
hangshao0 authored Oct 18, 2024
2 parents f171c71 + 6f538fc commit 935b098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/vm/exceptiondescribe.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ findJ9ClassForROMClass(J9VMThread *vmThread, J9ROMClass *romClass, J9ClassLoader
omrthread_rwmutex_exit_read(config->romToRamHashTableMutex);
if (NULL != resultEntry) {
ret = resultEntry->ramClass;
*resultClassLoader = ret->classLoader;
goto done;
}

Expand Down

0 comments on commit 935b098

Please sign in to comment.