mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8206423: Use locking for cleaning ResolvedMethodTable
ServiceThread is now in charge of cleaning ResolvedMethodTable entries Reviewed-by: gziemski, dholmes, coleenp
This commit is contained in:
parent
eca24bfb55
commit
4ef5590fa7
5 changed files with 31 additions and 33 deletions
|
@ -1883,7 +1883,7 @@ bool SystemDictionary::do_unloading(GCTimer* gc_timer,
|
|||
|
||||
if (do_cleaning) {
|
||||
GCTraceTime(Debug, gc, phases) t("ResolvedMethodTable", gc_timer);
|
||||
ResolvedMethodTable::unlink();
|
||||
ResolvedMethodTable::trigger_cleanup();
|
||||
}
|
||||
|
||||
return unloading_occurred;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue