On Fri, 29 Apr 2022 18:23:35 GMT, Mikhailo Seledtsov <mseledt...@openjdk.org> 
wrote:

>> Alan Bateman has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Refresh 7965cc6b168e567ac2596f2fbc3b00a7d99b7e1e
>
> test/jdk/jdk/jfr/api/consumer/TestManyClasses.java line 57:
> 
>> 55:         int classLoaderCount = Integer.parseInt(args[0]);
>> 56:         int classCount = Integer.parseInt(args[1]);
>> 57:         for (int i = 0; i <classCount; i++) {
> 
> Minor: Style: please insert space between < and classCount

Also, should this be i < classLoaderCount ??

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

PR: https://git.openjdk.java.net/jdk/pull/8166

Reply via email to