diff src/share/vm/classfile/symbolTable.hpp @ 4988:eb5b24d1499f

Merge
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 27 Feb 2012 15:06:36 -0800
parents 94ec88ca68e2
children fc9d8850ab8b
line wrap: on
line diff
--- a/src/share/vm/classfile/symbolTable.hpp	Mon Feb 27 14:50:58 2012 -0800
+++ b/src/share/vm/classfile/symbolTable.hpp	Mon Feb 27 15:06:36 2012 -0800
@@ -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);