mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8011268: NPG: Free unused VirtualSpaceNodes
Reviewed-by: mgerdin, coleenp, johnc
This commit is contained in:
parent
687b6a8d44
commit
e1cbb28f3f
5 changed files with 233 additions and 52 deletions
|
@ -686,6 +686,7 @@ void ClassLoaderDataGraph::purge() {
|
|||
next = purge_me->next();
|
||||
delete purge_me;
|
||||
}
|
||||
Metaspace::purge();
|
||||
}
|
||||
|
||||
// CDS support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue