Skip to content

Commit 4a7ce1d

Browse files
committed
8344205: [PPC]: failing assertion: sharedRuntime_ppc.cpp:1652: cookie not found
Reviewed-by: mdoerr
1 parent b6c2122 commit 4a7ce1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,6 @@ static void fill_continuation_entry(MacroAssembler* masm, Register reg_cont_obj,
16021602
#ifdef ASSERT
16031603
__ load_const_optimized(tmp2, ContinuationEntry::cookie_value());
16041604
__ stw(tmp2, in_bytes(ContinuationEntry::cookie_offset()), R1_SP);
1605-
__ std(tmp2, _abi0(cr), R1_SP);
16061605
#endif //ASSERT
16071606

16081607
__ li(zero, 0);
@@ -1646,10 +1645,6 @@ static void continuation_enter_cleanup(MacroAssembler* masm) {
16461645
__ ld_ptr(tmp1, JavaThread::cont_entry_offset(), R16_thread);
16471646
__ cmpd(CCR0, R1_SP, tmp1);
16481647
__ asm_assert_eq(FILE_AND_LINE ": incorrect R1_SP");
1649-
__ load_const_optimized(tmp1, ContinuationEntry::cookie_value());
1650-
__ ld(tmp2, _abi0(cr), R1_SP);
1651-
__ cmpd(CCR0, tmp1, tmp2);
1652-
__ asm_assert_eq(FILE_AND_LINE ": cookie not found");
16531648
#endif
16541649

16551650
__ ld_ptr(tmp1, ContinuationEntry::parent_cont_fastpath_offset(), R1_SP);

0 commit comments

Comments
 (0)