< prev index next >

src/share/vm/opto/parse3.cpp

Print this page

        

@@ -293,11 +293,11 @@
     } else {
       field_type = TypeOopPtr::make_from_klass(field->type()->as_klass());
     }
     if (bt == T_VALUETYPE && !field->is_static()) {
       // Store flattened value type to non-static field
-      val->as_ValueType()->store_to_field(this, obj, obj, field->holder(), offset);
+      val->as_ValueType()->store(this, obj, obj, field->holder(), offset);
     } else {
       store_oop_to_object(control(), obj, adr, adr_type, val, field_type, bt, mo);
     }
   } else {
     bool needs_atomic_access = is_vol || AlwaysAtomicAccesses;
< prev index next >