Skip to content

Commit

Permalink
Merge branch 'master' into JDK-8316699
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonFool committed Sep 22, 2023
2 parents af9966d + a1e0346 commit 799659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/stackwalk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ jint StackWalk::fetchNextBatch(Handle stackStream, jint mode, jlong magic,

log_debug(stackwalk)("StackWalk::fetchNextBatch last_batch_count %d buffer_size %d existing_stream "
PTR_FORMAT " start %d", last_batch_count,
buffer_size, p2i(existing_stream), start_index, frames_array->length());
buffer_size, p2i(existing_stream), start_index);
int end_index = start_index;
if (buffer_size <= start_index) {
return 0; // No operation.
Expand Down

0 comments on commit 799659a

Please sign in to comment.