src/hotspot/share/classfile/dictionary.hpp
changeset 47761 1b0566927c7a
parent 47634 6a0c42c40cd1
child 47774 69c081ca110a
equal deleted inserted replaced
47760:c15f15bcc23e 47761:1b0566927c7a
    86   void add_protection_domain(int index, unsigned int hash,
    86   void add_protection_domain(int index, unsigned int hash,
    87                              InstanceKlass* klass,
    87                              InstanceKlass* klass,
    88                              Handle protection_domain, TRAPS);
    88                              Handle protection_domain, TRAPS);
    89 
    89 
    90   // Sharing support
    90   // Sharing support
    91   void reorder_dictionary_for_sharing();
    91   void reorder_dictionary_for_sharing() NOT_CDS_RETURN;
    92 
    92 
    93   void print_on(outputStream* st) const;
    93   void print_on(outputStream* st) const;
    94   void verify();
    94   void verify();
    95   DictionaryEntry* bucket(int i) const {
    95   DictionaryEntry* bucket(int i) const {
    96     return (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::bucket(i);
    96     return (DictionaryEntry*)Hashtable<InstanceKlass*, mtClass>::bucket(i);