diff -r 86dbf3cacacc -r 4d9030fe341f hotspot/src/share/vm/oops/constantPoolKlass.hpp --- a/hotspot/src/share/vm/oops/constantPoolKlass.hpp Wed Jul 28 17:57:43 2010 -0400 +++ b/hotspot/src/share/vm/oops/constantPoolKlass.hpp Tue Aug 03 08:13:38 2010 -0400 @@ -61,18 +61,13 @@ int oop_oop_iterate_m(oop obj, OopClosure* blk, MemRegion mr); // Allocation profiling support - // no idea why this is pure virtual and not in Klass ??? juint alloc_size() const { return _alloc_size; } void set_alloc_size(juint n) { _alloc_size = n; } - public: // Printing void oop_print_value_on(oop obj, outputStream* st); -#ifndef PRODUCT void oop_print_on(oop obj, outputStream* st); -#endif - public: // Verification const char* internal_name() const; void oop_verify_on(oop obj, outputStream* st);