hotspot/src/share/vm/oops/constantPoolKlass.hpp
changeset 4584 e2a449e8cc6f
parent 2105 347008ce7984
child 5547 f4b087cbb361
equal deleted inserted replaced
4582:1a6662d11385 4584:e2a449e8cc6f
    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