src/share/vm/oops/compiledICHolderKlass.cpp

changeset 2036
126ea7725993
parent 1907
c18cbe5936b8
child 2068
7fcd5f39bd7a
     1.1 --- a/src/share/vm/oops/compiledICHolderKlass.cpp	Wed Jul 28 17:57:43 2010 -0400
     1.2 +++ b/src/share/vm/oops/compiledICHolderKlass.cpp	Tue Aug 03 08:13:38 2010 -0400
     1.3 @@ -154,8 +154,6 @@
     1.4  }
     1.5  #endif // SERIALGC
     1.6  
     1.7 -#ifndef PRODUCT
     1.8 -
     1.9  // Printing
    1.10  
    1.11  void compiledICHolderKlass::oop_print_on(oop obj, outputStream* st) {
    1.12 @@ -166,8 +164,6 @@
    1.13    st->print(" - klass:  "); c->holder_klass()->print_value_on(st); st->cr();
    1.14  }
    1.15  
    1.16 -#endif //PRODUCT
    1.17 -
    1.18  void compiledICHolderKlass::oop_print_value_on(oop obj, outputStream* st) {
    1.19    assert(obj->is_compiledICHolder(), "must be compiledICHolder");
    1.20    Klass::oop_print_value_on(obj, st);

mercurial