mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -162,7 +162,7 @@ Handle java_lang_String::create_from_unicode(jchar* unicode, int length, TRAPS)
|
|||
}
|
||||
|
||||
Handle java_lang_String::create_tenured_from_unicode(jchar* unicode, int length, TRAPS) {
|
||||
return basic_create_from_unicode(unicode, length, true, CHECK_NH);
|
||||
return basic_create_from_unicode(unicode, length, JavaObjectsInPerm, CHECK_NH);
|
||||
}
|
||||
|
||||
oop java_lang_String::create_oop_from_unicode(jchar* unicode, int length, TRAPS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue