mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8285890: Fix some @param tags
Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
This commit is contained in:
parent
d9541c5e9f
commit
3eb661bbe7
8 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -376,8 +376,8 @@ final class StackStreamFactory {
|
|||
/*
|
||||
* Fetches stack frames.
|
||||
*
|
||||
* @params batchSize number of elements of the frame buffers for this batch
|
||||
* @returns number of frames fetched in this batch
|
||||
* @param batchSize number of elements of the frame buffers for this batch
|
||||
* @return number of frames fetched in this batch
|
||||
*/
|
||||
private int fetchStackFrames(int batchSize) {
|
||||
int startIndex = frameBuffer.startIndex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue