mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24: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
|
@ -184,8 +184,7 @@ VerificationType StackMapReader::parse_verification_type(u1* flags, TRAPS) {
|
|||
_stream->stackmap_format_error("bad class index", THREAD);
|
||||
return VerificationType::bogus_type();
|
||||
}
|
||||
return VerificationType::reference_type(
|
||||
symbolHandle(THREAD, _cp->klass_name_at(class_index)));
|
||||
return VerificationType::reference_type(_cp->klass_name_at(class_index));
|
||||
}
|
||||
if (tag == ITEM_UninitializedThis) {
|
||||
if (flags != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue