RFR: 8284161: Implementation of Virtual Threads (Preview) [v8]
Mikhailo Seledtsov
mseledtsov at openjdk.java.net
Fri Apr 29 18:30:26 UTC 2022
On Fri, 29 Apr 2022 18:23:35 GMT, Mikhailo Seledtsov <mseledtsov at 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
More information about the core-libs-dev
mailing list