mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
cc14920031
1366 changed files with 37486 additions and 30689 deletions
|
@ -245,6 +245,7 @@ oop StringTable::intern(Handle string_or_null, jchar* name,
|
|||
assert(!Universe::heap()->is_in_reserved(name),
|
||||
"proposed name of symbol must be stable");
|
||||
|
||||
HandleMark hm(THREAD); // cleanup strings created
|
||||
Handle string;
|
||||
// try to reuse the string if possible
|
||||
if (!string_or_null.is_null()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue