8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
Reviewed-by: aph
Contributed-by: nick.gasson@arm.com
--- 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.