Skip to content

Commit 2ad9521

Browse files
committedSep 16, 2021
Remove incorrect assert
1 parent c419137 commit 2ad9521

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/hotspot/share/runtime/continuation.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -3167,9 +3167,6 @@ bool Continuation::is_scope_bottom(oop cont_scope, const frame& f, const Registe
31673167
if (cont_scope == nullptr || !is_continuation_entry_frame(f, map))
31683168
return false;
31693169

3170-
assert (!map->in_cont(), "");
3171-
// if (map->in_cont()) return false;
3172-
31733170
oop cont = get_continuation_for_sp(map->thread(), f.sp());
31743171
if (cont == nullptr)
31753172
return false;

0 commit comments

Comments
 (0)
Please sign in to comment.