diff src/share/vm/memory/dump.cpp @ 2379:b099aaf51bf8

6962931: move interned strings out of the perm gen Reviewed-by: never, coleenp, ysr, jwilhelm
author jcoomes
date Tue, 22 Mar 2011 13:36:33 -0700
parents 3582bf76420e
children 352622fd140a
line wrap: on
line diff
--- a/src/share/vm/memory/dump.cpp	Mon Mar 21 18:38:00 2011 -0700
+++ b/src/share/vm/memory/dump.cpp	Tue Mar 22 13:36:33 2011 -0700
@@ -1561,6 +1561,7 @@
     // thread because it requires object allocation.
     LinkClassesClosure lcc(Thread::current());
     object_iterate(&lcc);
+    ensure_parsability(false); // arg is actually don't care
     tty->print_cr("done. ");
 
     // Create and dump the shared spaces.