diff -r d25a320cd821 -r 7155d5ff2d07 hotspot/src/cpu/sparc/vm/abstractInterpreter_sparc.cpp --- a/hotspot/src/cpu/sparc/vm/abstractInterpreter_sparc.cpp Thu May 11 16:17:31 2017 -0700 +++ b/hotspot/src/cpu/sparc/vm/abstractInterpreter_sparc.cpp Thu May 11 16:33:18 2017 +0200 @@ -281,9 +281,6 @@ *interpreter_frame->register_addr(LcpoolCache) = (intptr_t) method->constants()->cache(); // save the mirror in the interpreter frame *interpreter_frame->interpreter_frame_mirror_addr() = method->method_holder()->java_mirror(); -#ifdef FAST_DISPATCH - *interpreter_frame->register_addr(IdispatchTables) = (intptr_t) Interpreter::dispatch_table(); -#endif #ifdef ASSERT BasicObjectLock* mp = (BasicObjectLock*)monitors;