RFR: 8330534: Update nsk/jdwp tests to use driver instead of othervm [v2]
Leonid Mesnik
lmesnik at openjdk.org
Sun May 5 18:07:48 UTC 2024
On Mon, 22 Apr 2024 11:21:33 GMT, Andrey Turbanov <aturbanov at openjdk.org> 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
More information about the serviceability-dev
mailing list