comparison src/share/vm/classfile/classLoaderData.cpp @ 10175:c23dbf0e8ab7

8011268: NPG: Free unused VirtualSpaceNodes Reviewed-by: mgerdin, coleenp, johnc
author jmasa
date Fri, 01 Mar 2013 10:19:29 -0800
parents ba42fd5e00e6
children 1cb4795305b9
comparison
equal deleted inserted replaced
10103:07a4efc5ed14 10175:c23dbf0e8ab7
684 while (next != NULL) { 684 while (next != NULL) {
685 ClassLoaderData* purge_me = next; 685 ClassLoaderData* purge_me = next;
686 next = purge_me->next(); 686 next = purge_me->next();
687 delete purge_me; 687 delete purge_me;
688 } 688 }
689 Metaspace::purge();
689 } 690 }
690 691
691 // CDS support 692 // CDS support
692 693
693 // Global metaspaces for writing information to the shared archive. When 694 // Global metaspaces for writing information to the shared archive. When