src/share/vm/opto/parse3.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/parse3.cpp	Thu Jun  2 12:26:09 2016
--- new/src/share/vm/opto/parse3.cpp	Thu Jun  2 12:26:09 2016

*** 107,117 **** --- 107,117 ---- Deoptimization::Action_reinterpret, NULL, "put to call site target field"); return; } ! assert(field->will_link(method()->holder(), method(), bc()), "getfield: typeflow responsibility"); // Note: We do not check for an unloaded field type here any more. // Generate code for the object pointer. Node* obj;

src/share/vm/opto/parse3.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File