Skip to content

Commit b754aa5

Browse files
committed
8298371: monitors_on_stack extracts unprocessed oops
Reviewed-by: pchilanomate, rehn
1 parent 220781f commit b754aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/runtime/continuationFreezeThaw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ static bool monitors_on_stack(JavaThread* thread) {
14611461
ContinuationEntry* ce = thread->last_continuation();
14621462
RegisterMap map(thread,
14631463
RegisterMap::UpdateMap::include,
1464-
RegisterMap::ProcessFrames::skip,
1464+
RegisterMap::ProcessFrames::include,
14651465
RegisterMap::WalkContinuation::skip);
14661466
map.set_include_argument_oops(false);
14671467
for (frame f = thread->last_frame(); Continuation::is_frame_in_continuation(ce, f); f = f.sender(&map)) {

0 commit comments

Comments
 (0)