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	Wed Jun 15 14:04:37 2016
--- new/src/share/vm/opto/parse3.cpp	Wed Jun 15 14:04:37 2016

*** 107,117 **** --- 107,117 ---- Deoptimization::Action_reinterpret, NULL, "put to call site target field"); return; } - assert(field->will_link(method()->holder(), 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