src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
changeset 53151 22baf8054a40
parent 52500 2e64b70c03b1
child 53967 2bd3e05d4c6f
--- a/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp	Sat Jan 05 10:07:55 2019 +0900
+++ b/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp	Sat Jan 05 10:48:54 2019 +0800
@@ -1886,6 +1886,7 @@
   __ restore_locals();
   __ restore_constant_pool_cache();
   __ get_method(rmethod);
+  __ get_dispatch();
 
   // The method data pointer was incremented already during
   // call profiling. We have to restore the mdp for the current bcp.