src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
changeset 50172 9925e9fd56ad
parent 50104 4ea7917929b9
child 51350 57565f7dcb2a
child 51573 3b3685479784
--- a/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp	Fri May 18 16:27:15 2018 +0800
+++ b/src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp	Fri May 18 13:23:28 2018 +0300
@@ -2937,7 +2937,7 @@
 
   // Exception pending
 
-  RegisterSaver::restore_live_registers(masm);
+  RegisterSaver::restore_live_registers(masm, save_vectors);
 
   __ far_jump(RuntimeAddress(StubRoutines::forward_exception_entry()));