--- old/src/share/vm/ci/ciStreams.cpp 2016-06-02 10:38:19.206472349 +0200 +++ new/src/share/vm/ci/ciStreams.cpp 2016-06-02 10:38:18.898472359 +0200 @@ -278,7 +278,7 @@ // 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(_holder, _method, _bc); return f; }