comparison src/share/vm/memory/metaspace.hpp @ 6969:6bc207d87e5d

7200229: NPG: possible performance issue exposed by closed/runtime/6559877/Test6559877.java Summary: Reduce the amount of calls to ChunkManager verification code Reviewed-by: jmasa, coleenp
author mgerdin
date Fri, 09 Nov 2012 00:38:31 +0100
parents 685df3c6f84b
children 59c790074993 90273fc0a981
comparison
equal deleted inserted replaced
6931:ca8168203393 6969:6bc207d87e5d
187 static void print_on(outputStream * out); 187 static void print_on(outputStream * out);
188 static void print_on(outputStream * out, Metaspace::MetadataType mdtype); 188 static void print_on(outputStream * out, Metaspace::MetadataType mdtype);
189 189
190 static void print_waste(outputStream* out); 190 static void print_waste(outputStream* out);
191 static void dump(outputStream* out); 191 static void dump(outputStream* out);
192 static void verify_free_chunks();
192 }; 193 };
193 194
194 // Metaspace are deallocated when their class loader are GC'ed. 195 // Metaspace are deallocated when their class loader are GC'ed.
195 // This class implements a policy for inducing GC's to recover 196 // This class implements a policy for inducing GC's to recover
196 // Metaspaces. 197 // Metaspaces.