hotspot/src/cpu/sparc/vm/abstractInterpreter_sparc.cpp
changeset 46461 7155d5ff2d07
parent 46381 020219e46c86
child 46597 d669fb842ae3
--- 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;