hotspot/src/share/vm/classfile/symbolTable.hpp
changeset 39713 29ece76096cb
parent 37995 92aec042a43b
child 45114 45644c5f6b8e
--- a/hotspot/src/share/vm/classfile/symbolTable.hpp	Wed Apr 06 07:55:32 2016 -0400
+++ b/hotspot/src/share/vm/classfile/symbolTable.hpp	Wed Apr 06 21:53:44 2016 -0700
@@ -253,6 +253,8 @@
 
   // Sharing
   static void serialize(SerializeClosure* soc);
+  static u4 encode_shared(Symbol* sym);
+  static Symbol* decode_shared(u4 offset);
 
   // Rehash the symbol table if it gets out of balance
   static void rehash_table();