mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-10 04:25:35 +00:00
leftover comment
This commit is contained in:
parent
a2e69980da
commit
43e16d87ff
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user