--- old/src/hotspot/share/ci/ciValueKlass.cpp 2017-10-04 15:08:24.131337502 +0200 +++ new/src/hotspot/share/ci/ciValueKlass.cpp 2017-10-04 15:08:23.943338516 +0200 @@ -87,8 +87,6 @@ for (int j = 0; j < nof_nonstatic_fields(); j++) { ciField* f = nonstatic_field_at(j); BasicType bt = f->type()->basic_type(); - // TODO re-enable when using T_VALUETYPEPTR - //assert(bt != T_VALUETYPE, "embedded"); if (bt == T_LONG || bt == T_DOUBLE) { slots++; }