diff -r ff63d43b0480 -r b2a58604e046 hotspot/src/share/vm/runtime/sharedRuntime.hpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp Fri May 06 06:23:29 2016 -0700 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp Fri May 06 13:00:21 2016 -0700 @@ -522,6 +522,8 @@ static address handle_wrong_method_abstract(JavaThread* thread); static address handle_wrong_method_ic_miss(JavaThread* thread); + static address handle_unsafe_access(JavaThread* thread, address next_pc); + #ifndef PRODUCT // Collect and print inline cache miss statistics