src/share/vm/classfile/symbolTable.hpp

changeset 3427
94ec88ca68e2
parent 2700
352622fd140a
child 3682
fc9d8850ab8b
     1.1 --- a/src/share/vm/classfile/symbolTable.hpp	Mon Jan 09 10:27:24 2012 +0100
     1.2 +++ b/src/share/vm/classfile/symbolTable.hpp	Wed Jan 11 17:34:02 2012 -0500
     1.3 @@ -144,6 +144,9 @@
     1.4  
     1.5    static void release(Symbol* sym);
     1.6  
     1.7 +  // Look up the address of the literal in the SymbolTable for this Symbol*
     1.8 +  static Symbol** lookup_symbol_addr(Symbol* sym);
     1.9 +
    1.10    // jchar (utf16) version of lookups
    1.11    static Symbol* lookup_unicode(const jchar* name, int len, TRAPS);
    1.12    static Symbol* lookup_only_unicode(const jchar* name, int len, unsigned int& hash);

mercurial