RFR: 8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[]) [v2]
Leonid Mesnik
lmesnik at openjdk.org
Mon Mar 27 18:05:14 UTC 2023
On Mon, 27 Mar 2023 05:51:11 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Frames2Test is the name of test that uses additional command-line options. It is an example.
>
> 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
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13170#discussion_r1149615514
More information about the serviceability-dev
mailing list