RFR: 8285447: StackWalker minimal batch size should be optimized for getCallerClass [v4]

Mandy Chung mchung at openjdk.org
Tue Sep 12 16:16:41 UTC 2023


On Tue, 12 Sep 2023 14:38:07 GMT, Volker Simonis <simonis at openjdk.org> wrote:

>> Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   cleanup
>
> src/java.base/share/classes/java/lang/StackStreamFactory.java line 766:
> 
>> 764:         @Override
>> 765:         protected int batchSize(int lastBatchFrameCount) {
>> 766:             // this method is only called when the caller class is not found in
> 
> Minor nit: start sentence with an uppercase letter.

I'll leave it as is.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15642#discussion_r1323277241


More information about the core-libs-dev mailing list