TestScaffold combines test optionos and jtreg vm options. Before [JDK-8304834](https://bugs.openjdk.org/browse/JDK-8304834) it passed test jvm args as part of targetAppCommandLine. So the test VM args are added to the jtreg vm options. But after JDK-8304834 it parse then into targetVMArgs. So test vm args should append to jtreg vm options to override them.
Testing: tier1-tier5 (including failing combination and testing with wrapper) I haven't added requires to filter out the test, because e filter only failing combination usually. ------------- Commit messages: - 8305937 - Merge branch 'master' of https://github.com/openjdk/jdk into 8289546 - Merge branch 'master' of https://github.com/openjdk/jdk into 8289546 - Updated comments - updated after David's comments. - Merge branch 'master' of https://github.com/openjdk/jdk into 8289546 - updated parsing. - added comments and trim arguments - parsing updted - problemlist fixed - ... and 2 more: https://git.openjdk.org/jdk/compare/6b9b7d1d...424d854e Changes: https://git.openjdk.org/jdk/pull/13461/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13461&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8305937 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/13461.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/13461/head:pull/13461 PR: https://git.openjdk.org/jdk/pull/13461