From 43e16d87fffde166b96b0f7de565f952cbd09cd8 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 10 Jun 2026 00:14:56 +0530 Subject: [PATCH] leftover comment --- src/hotspot/cpu/s390/frame_s390.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/cpu/s390/frame_s390.cpp b/src/hotspot/cpu/s390/frame_s390.cpp index 28e127f782c..4d9805b4044 100644 --- a/src/hotspot/cpu/s390/frame_s390.cpp +++ b/src/hotspot/cpu/s390/frame_s390.cpp @@ -125,7 +125,6 @@ bool frame::safe_for_sender(JavaThread *thread) { address sender_pc = (address) sender_abi->return_pc; if (Continuation::is_return_barrier_entry(sender_pc)) { - assert(false, "wow_continuations - who is using this code"); // If our sender_pc is the return barrier, then our "real" sender is the continuation entry frame s = Continuation::continuation_bottom_sender(thread, *this, sender_sp); sender_sp = s.sp();