src/share/vm/oops/klassKlass.hpp

changeset 2036
126ea7725993
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2035:a64438a2b7e8 2036:126ea7725993
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 };

mercurial