< prev index next >

src/hotspot/share/oops/cpCache.hpp

Print this page
@@ -189,15 +189,10 @@
    static ByteSize resolved_references_offset()     { return byte_offset_of(ConstantPoolCache, _resolved_references);     }
    static ByteSize invokedynamic_entries_offset()   { return byte_offset_of(ConstantPoolCache, _resolved_indy_entries);   }
    static ByteSize field_entries_offset()           { return byte_offset_of(ConstantPoolCache, _resolved_field_entries);  }
    static ByteSize method_entries_offset()          { return byte_offset_of(ConstantPoolCache, _resolved_method_entries); }
  
- #if INCLUDE_CDS
-   void remove_unshareable_info();
-   void save_for_archive(TRAPS);
- #endif
- 
   public:
    static int size() { return align_metadata_size(sizeof(ConstantPoolCache) / wordSize); }
  
   private:
  
< prev index next >