src/share/vm/ci/ciStreams.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciStreams.cpp	Fri Jun 10 19:38:02 2016
--- new/src/share/vm/ci/ciStreams.cpp	Fri Jun 10 19:38:02 2016

*** 276,286 **** --- 276,286 ---- // // If this bytecode is one of get_field, get_static, put_field, // or put_static, get the referenced field. ciField* ciBytecodeStream::get_field(bool& will_link) { ciField* f = CURRENT_ENV->get_field_by_index(_holder, get_field_index()); ! will_link = f->will_link(_holder, _bc); ! will_link = f->will_link(_method, _bc); return f; } // ------------------------------------------------------------------

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