mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6990754: Use native memory and reference counting to implement SymbolTable
Move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
This commit is contained in:
parent
950858350d
commit
7b4f8073f0
223 changed files with 3783 additions and 3641 deletions
|
@ -110,7 +110,7 @@ ciSymbol* ciObjArrayKlass::construct_array_name(ciSymbol* element_name,
|
|||
EXCEPTION_CONTEXT;
|
||||
int element_len = element_name->utf8_length();
|
||||
|
||||
symbolOop base_name_sym = element_name->get_symbolOop();
|
||||
Symbol* base_name_sym = element_name->get_symbol();
|
||||
char* name;
|
||||
|
||||
if (base_name_sym->byte_at(0) == '[' ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue