diff --git a/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp b/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp index d2d2bf8ffe6..5d1c9400797 100644 --- a/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp +++ b/src/hotspot/cpu/x86/c1_Runtime1_x86.cpp @@ -678,9 +678,9 @@ void Runtime1::generate_unwind_exception(StubAssembler *sasm) { // verify that there is really a valid exception in rax __ verify_not_null_oop(exception_oop); - __ restore_profile_rng(); + __ restore_profile_rng(); - // get throwing pc (= return address). + // get throwing pc (= return address). // rdx has been destroyed by the call, so it must be set again // the pop is also necessary to simulate the effect of a ret(0) __ pop(exception_pc);