hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 4584 e2a449e8cc6f
parent 4496 c5a0b15a8e7d
child 5547 f4b087cbb361
equal deleted inserted replaced
4582:1a6662d11385 4584:e2a449e8cc6f
   837 
   837 
   838 public:
   838 public:
   839   // JVMTI support
   839   // JVMTI support
   840   jint jvmti_class_status() const;
   840   jint jvmti_class_status() const;
   841 
   841 
   842 #ifndef PRODUCT
       
   843  public:
   842  public:
   844   // Printing
   843   // Printing
       
   844   void oop_print_value_on(oop obj, outputStream* st);
       
   845 #ifndef PRODUCT
   845   void oop_print_on      (oop obj, outputStream* st);
   846   void oop_print_on      (oop obj, outputStream* st);
   846   void oop_print_value_on(oop obj, outputStream* st);
       
   847 
   847 
   848   void print_dependent_nmethods(bool verbose = false);
   848   void print_dependent_nmethods(bool verbose = false);
   849   bool is_dependent_nmethod(nmethod* nm);
   849   bool is_dependent_nmethod(nmethod* nm);
   850 #endif
   850 #endif
   851 
   851 
   852  public:
       
   853   // Verification
   852   // Verification
   854   const char* internal_name() const;
   853   const char* internal_name() const;
   855   void oop_verify_on(oop obj, outputStream* st);
   854   void oop_verify_on(oop obj, outputStream* st);
   856 
   855 
   857 #ifndef PRODUCT
   856 #ifndef PRODUCT