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