Skip to content

Commit a1e0346

Browse files
author
Mandy Chung
committedSep 22, 2023
8316698: build failure caused by JDK-8316456
Reviewed-by: dcubed, dholmes
1 parent c72f004 commit a1e0346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/prims/stackwalk.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ jint StackWalk::fetchNextBatch(Handle stackStream, jint mode, jlong magic,
522522

523523
log_debug(stackwalk)("StackWalk::fetchNextBatch last_batch_count %d buffer_size %d existing_stream "
524524
PTR_FORMAT " start %d", last_batch_count,
525-
buffer_size, p2i(existing_stream), start_index, frames_array->length());
525+
buffer_size, p2i(existing_stream), start_index);
526526
int end_index = start_index;
527527
if (buffer_size <= start_index) {
528528
return 0; // No operation.

0 commit comments

Comments
 (0)
Please sign in to comment.