--- old/src/share/vm/ci/ciEnv.cpp 2016-06-02 12:26:07.502263843 +0200 +++ new/src/share/vm/ci/ciEnv.cpp 2016-06-02 12:26:07.158263854 +0200 @@ -710,7 +710,7 @@ KlassHandle h_holder(THREAD, holder); LinkResolver::check_klass_accessability(h_accessor, h_holder, KILL_COMPILE_ON_FATAL_(NULL)); methodHandle dest_method; - LinkInfo link_info(h_holder, name, sig, h_accessor, /*check_access*/true); + LinkInfo link_info(h_holder, name, sig, h_accessor, NULL, /*check_access*/true); switch (bc) { case Bytecodes::_invokestatic: dest_method =