src/share/vm/classfile/dictionary.hpp

changeset 7089
6e0cb14ce59b
parent 7064
c3990b8c710e
child 7535
7ae4e26cb1e0
child 8497
50e62b688ddc
     1.1 --- a/src/share/vm/classfile/dictionary.hpp	Fri Aug 22 12:03:49 2014 -0700
     1.2 +++ b/src/share/vm/classfile/dictionary.hpp	Thu Aug 21 13:57:51 2014 -0700
     1.3 @@ -100,6 +100,7 @@
     1.4    void methods_do(void f(Method*));
     1.5  
     1.6    void unlink(BoolObjectClosure* is_alive);
     1.7 +  void remove_classes_in_error_state();
     1.8  
     1.9    // Classes loaded by the bootstrap loader are always strongly reachable.
    1.10    // If we're not doing class unloading, all classes are strongly reachable.
    1.11 @@ -126,9 +127,7 @@
    1.12  
    1.13    ProtectionDomainCacheEntry* cache_get(oop protection_domain);
    1.14  
    1.15 -#ifndef PRODUCT
    1.16 -  void print();
    1.17 -#endif
    1.18 +  void print(bool details = true);
    1.19    void verify();
    1.20  };
    1.21  

mercurial