RFR: 8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[])

Leonid Mesnik lmesnik at openjdk.org
Fri Mar 24 06:31:15 UTC 2023


On Thu, 23 Mar 2023 21:49:55 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> The TestScaffold incorrectly parse options, it should insert wrapper class between VM options and applications classame.

I've added comment with example from one of tests and expected result of parsing.
The problem was that wrapper inserted it's arguments before vm options because didn't expect them in the args.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13170#issuecomment-1482315285


More information about the serviceability-dev mailing list