src/share/vm/oops/cpCacheKlass.hpp

changeset 1590
4e6abf09f540
parent 1014
0fbdb4381b99
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/oops/cpCacheKlass.hpp	Fri Jan 08 09:42:31 2010 -0800
     1.2 +++ b/src/share/vm/oops/cpCacheKlass.hpp	Fri Jan 08 13:47:01 2010 -0800
     1.3 @@ -61,9 +61,10 @@
     1.4    juint alloc_size() const              { return _alloc_size; }
     1.5    void set_alloc_size(juint n)          { _alloc_size = n; }
     1.6  
     1.7 -#ifndef PRODUCT
     1.8   public:
     1.9    // Printing
    1.10 +  void oop_print_value_on(oop obj, outputStream* st);
    1.11 +#ifndef PRODUCT
    1.12    void oop_print_on(oop obj, outputStream* st);
    1.13  #endif
    1.14  

mercurial