--- old/src/share/vm/opto/parse3.cpp 2016-06-10 19:38:03.514926337 +0200 +++ new/src/share/vm/opto/parse3.cpp 2016-06-10 19:38:03.326926331 +0200 @@ -109,7 +109,7 @@ return; } - assert(field->will_link(method()->holder(), bc()), "getfield: typeflow responsibility"); + assert(field->will_link(method(), bc()), "getfield: typeflow responsibility"); // Note: We do not check for an unloaded field type here any more.