RFR: 8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[]) [v2]
David Holmes
dholmes at openjdk.org
Tue Mar 28 04:30:29 UTC 2023
On Mon, 27 Mar 2023 18:02:05 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> In that case did you mean:
>>
>> '@run driver Frames2Test -Xss4M Frames2Targ'
>>
>> ?
>
> the @run line contains only the test name and additional command-line options if needed, the target app class 'Frames2Targ' is not included. I have copy-pasted this example from
> https://github.com/openjdk/jdk/blob/0deb648985b018653ccdaf193dc13b3cf21c088a/test/jdk/com/sun/jdi/Frames2Test.java#L34
That is very confusing because the `Frames2Targ` seems to appear out of nowhere.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13170#discussion_r1150012428
More information about the serviceability-dev
mailing list