Skip to content

Commit 43e16d8

Browse files
committed
leftover comment
1 parent a2e6998 commit 43e16d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hotspot/cpu/s390/frame_s390.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ bool frame::safe_for_sender(JavaThread *thread) {
125125
address sender_pc = (address) sender_abi->return_pc;
126126

127127
if (Continuation::is_return_barrier_entry(sender_pc)) {
128-
assert(false, "wow_continuations - who is using this code");
129128
// If our sender_pc is the return barrier, then our "real" sender is the continuation entry
130129
frame s = Continuation::continuation_bottom_sender(thread, *this, sender_sp);
131130
sender_sp = s.sp();

0 commit comments

Comments
 (0)