On Mon, 22 Apr 2024 11:21:33 GMT, Andrey Turbanov <[email protected]> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> identation updated.
>
> test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/OwnedMonitors/ownmonitors001.java
> line 101:
>
>> 99: */
>> 100: public static void main (String argv[]) {
>> 101: int result = run(argv,System.out);
>
> Suggestion:
>
> int result = run(argv, System.out);
Thanks, I update the indentation in all places.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18826#discussion_r1590376511