diff -r cdc19fb67395 -r 8475fdc6dcc3 hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp --- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Mon Apr 25 11:36:14 2016 +0200 +++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp Mon Apr 25 09:51:00 2016 -0400 @@ -755,6 +755,7 @@ istate->set_locals(locals); istate->set_method(method); + istate->set_mirror(method->method_holder()->java_mirror()); istate->set_self_link(istate); istate->set_prev_link(NULL); istate->set_thread(thread);