From e929c24b7690806e07c7a17abec13898709103eb Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 11 Jun 2026 07:06:59 +0000 Subject: [PATCH] leftover comment --- src/hotspot/cpu/s390/sharedRuntime_s390.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/cpu/s390/sharedRuntime_s390.cpp b/src/hotspot/cpu/s390/sharedRuntime_s390.cpp index 830e0433f26..450a753886d 100644 --- a/src/hotspot/cpu/s390/sharedRuntime_s390.cpp +++ b/src/hotspot/cpu/s390/sharedRuntime_s390.cpp @@ -1589,7 +1589,6 @@ static void gen_continuation_enter(MacroAssembler* masm, // SharedRuntime::find_callee_info_helper() which calls // LinkResolver::resolve_continuation_enter() which resolves the call to // Continuation.enter(Continuation c, boolean isContinue). - // FIXME:: this call can be optimized see other Archs __ relocate(relocInfo::static_call_type); __ z_nop(); __ z_brasl(Z_R14, SharedRuntime::get_resolve_static_call_stub());