mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6962931: move interned strings out of the perm gen
Reviewed-by: never, coleenp, ysr, jwilhelm
This commit is contained in:
parent
1ed31f9194
commit
fe899cc10d
14 changed files with 58 additions and 41 deletions
|
@ -1561,6 +1561,7 @@ void GenCollectedHeap::preload_and_dump(TRAPS) {
|
|||
// 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue