8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults

Reviewed-by: aph
This commit is contained in:
Nick Gasson 2019-01-05 10:48:54 +08:00 committed by Fei Yang
parent 2648146575
commit e19bb15389

View File

@ -1886,6 +1886,7 @@ void TemplateInterpreterGenerator::generate_throw_exception() {
__ 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.