< prev index next >

hotspot/src/share/vm/runtime/fieldType.hpp

Print this page

        

*** 75,84 **** --- 75,88 ---- return (sig_length >= 2 && (signature->byte_at(0) == 'Q') && (signature->byte_at(sig_length - 1) == ';')); } + // MVT name mangling, VM derived value type naming Foo->Foo$Value + static bool is_dvt_postfix(Symbol* signature); + static char* dvt_unmangle_vcc(Symbol* signature); + // Parse field and extract array information. Works for T_ARRAY only. static BasicType get_array_info(Symbol* signature, FieldArrayInfo& ai, TRAPS); }; #endif // SHARE_VM_RUNTIME_FIELDTYPE_HPP
< prev index next >