hotspot/src/share/vm/oops/klass.hpp
changeset 20066 439710df6d1a
parent 20017 81eba62e9048
child 22794 f1c014ad3754
equal deleted inserted replaced
20064:1bf86af2cec9 20066:439710df6d1a
   697   // Verification
   697   // Verification
   698   virtual void verify_on(outputStream* st, bool check_dictionary);
   698   virtual void verify_on(outputStream* st, bool check_dictionary);
   699   void verify(bool check_dictionary = true) { verify_on(tty, check_dictionary); }
   699   void verify(bool check_dictionary = true) { verify_on(tty, check_dictionary); }
   700 
   700 
   701 #ifndef PRODUCT
   701 #ifndef PRODUCT
   702   void verify_vtable_index(int index);
   702   bool verify_vtable_index(int index);
       
   703   bool verify_itable_index(int index);
   703 #endif
   704 #endif
   704 
   705 
   705   virtual void oop_verify_on(oop obj, outputStream* st);
   706   virtual void oop_verify_on(oop obj, outputStream* st);
   706 
   707 
   707   static bool is_null(narrowKlass obj);
   708   static bool is_null(narrowKlass obj);