--- old/src/share/vm/oops/cpCacheOop.cpp Fri Mar 18 14:58:47 2011 +++ new/src/share/vm/oops/cpCacheOop.cpp Fri Mar 18 14:58:47 2011 @@ -133,7 +133,7 @@ TosState field_type, bool is_final, bool is_volatile) { - set_f1(field_holder()); + set_f1(field_holder()->java_mirror()); set_f2(field_offset); // The field index is used by jvm/ti and is the index into fields() array // in holder instanceKlass. This is scaled by instanceKlass::next_offset.