We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220781f commit b754aa5Copy full SHA for b754aa5
src/hotspot/share/runtime/continuationFreezeThaw.cpp
@@ -1461,7 +1461,7 @@ static bool monitors_on_stack(JavaThread* thread) {
1461
ContinuationEntry* ce = thread->last_continuation();
1462
RegisterMap map(thread,
1463
RegisterMap::UpdateMap::include,
1464
- RegisterMap::ProcessFrames::skip,
+ RegisterMap::ProcessFrames::include,
1465
RegisterMap::WalkContinuation::skip);
1466
map.set_include_argument_oops(false);
1467
for (frame f = thread->last_frame(); Continuation::is_frame_in_continuation(ce, f); f = f.sender(&map)) {
0 commit comments