comparison src/share/vm/oops/constantPoolKlass.hpp @ 1161:1fc01a2425ce

Merge
author iveresov
date Tue, 12 Jan 2010 13:54:40 -0800
parents 4e6abf09f540
children c18cbe5936b8
comparison
equal deleted inserted replaced
1149:0579c695832f 1161:1fc01a2425ce
63 // Allocation profiling support 63 // Allocation profiling support
64 // no idea why this is pure virtual and not in Klass ??? 64 // no idea why this is pure virtual and not in Klass ???
65 juint alloc_size() const { return _alloc_size; } 65 juint alloc_size() const { return _alloc_size; }
66 void set_alloc_size(juint n) { _alloc_size = n; } 66 void set_alloc_size(juint n) { _alloc_size = n; }
67 67
68 #ifndef PRODUCT
69 public: 68 public:
70 // Printing 69 // Printing
70 void oop_print_value_on(oop obj, outputStream* st);
71 #ifndef PRODUCT
71 void oop_print_on(oop obj, outputStream* st); 72 void oop_print_on(oop obj, outputStream* st);
72 #endif 73 #endif
73 74
74 public: 75 public:
75 // Verification 76 // Verification