hotspot/src/share/vm/classfile/symbolTable.hpp
changeset 11480 1bf714e8adb4
parent 8885 eed0ba1d011b
child 12263 d20640f4f8fe
--- a/hotspot/src/share/vm/classfile/symbolTable.hpp	Mon Jan 09 10:27:24 2012 +0100
+++ b/hotspot/src/share/vm/classfile/symbolTable.hpp	Wed Jan 11 17:34:02 2012 -0500
@@ -144,6 +144,9 @@
 
   static void release(Symbol* sym);
 
+  // Look up the address of the literal in the SymbolTable for this Symbol*
+  static Symbol** lookup_symbol_addr(Symbol* sym);
+
   // jchar (utf16) version of lookups
   static Symbol* lookup_unicode(const jchar* name, int len, TRAPS);
   static Symbol* lookup_only_unicode(const jchar* name, int len, unsigned int& hash);