hotspot/src/share/vm/oops/klassKlass.hpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
    65 
    65 
    66   // Allocation profiling support
    66   // Allocation profiling support
    67   juint alloc_size() const              { return _alloc_size; }
    67   juint alloc_size() const              { return _alloc_size; }
    68   void set_alloc_size(juint n)          { _alloc_size = n; }
    68   void set_alloc_size(juint n)          { _alloc_size = n; }
    69 
    69 
    70  public:
       
    71   // Printing
    70   // Printing
    72   void oop_print_value_on(oop obj, outputStream* st);
    71   void oop_print_value_on(oop obj, outputStream* st);
    73 #ifndef PRODUCT
       
    74   void oop_print_on      (oop obj, outputStream* st);
    72   void oop_print_on      (oop obj, outputStream* st);
    75 #endif //PRODUCT
       
    76 
    73 
    77   // Verification
    74   // Verification
    78   const char* internal_name() const;
    75   const char* internal_name() const;
    79   void oop_verify_on(oop obj, outputStream* st);
    76   void oop_verify_on(oop obj, outputStream* st);
    80 };
    77 };