src/share/vm/oops/cpCacheOop.cpp

changeset 2658
c7f3d0b4570f
parent 2571
a97fd181b813
child 2742
ed69575596ac
     1.1 --- a/src/share/vm/oops/cpCacheOop.cpp	Fri Mar 18 15:52:42 2011 -0700
     1.2 +++ b/src/share/vm/oops/cpCacheOop.cpp	Fri Mar 18 16:00:34 2011 -0700
     1.3 @@ -133,7 +133,7 @@
     1.4                                         TosState field_type,
     1.5                                         bool is_final,
     1.6                                         bool is_volatile) {
     1.7 -  set_f1(field_holder());
     1.8 +  set_f1(field_holder()->java_mirror());
     1.9    set_f2(field_offset);
    1.10    // The field index is used by jvm/ti and is the index into fields() array
    1.11    // in holder instanceKlass.  This is scaled by instanceKlass::next_offset.

mercurial