--- old/src/share/vm/ci/ciMethod.cpp 2015-11-16 22:52:18.886048011 -0800 +++ new/src/share/vm/ci/ciMethod.cpp 2015-11-16 22:52:18.745040950 -0800 @@ -787,7 +787,8 @@ Symbol* h_name = name()->get_symbol(); Symbol* h_signature = signature()->get_symbol(); - LinkInfo link_info(h_resolved, h_name, h_signature, caller_klass, check_access); + LinkInfo link_info(h_resolved, h_name, h_signature, caller_klass, + check_access ? LinkInfo::needs_access_check : LinkInfo::skip_access_check); methodHandle m; // Only do exact lookup if receiver klass has been linked. Otherwise, // the vtable has not been setup, and the LinkResolver will fail.