the patch - removes `PropertyResolvingWrapper` from `vmTestbase/nsk/aod` tests - updates `AODRunnerArgParser` to remove surrounding `"` symbols from `javaOpts` option values - updates vmTestbase/nsk/aod test descriptions to have `"` in `javaOpts` values (as opposed of around `-javaOpts=$value` as it's now) - mechanically reformats/cleans up the tests (whitespaces, imports, etc)
testing: * [x] vmTestbase/nsk/aod on {macosx,windows,linux}-x64 * [ ] vmTestbase/nsk/aod on macosx-x64 w/ `VM_OPTIONS`, `JAVA_OPTIONS` being empty and having value ------------- Commit messages: - 8251999: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/aod Changes: https://git.openjdk.java.net/jdk/pull/311/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=311&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8251999 Stats: 280 lines in 20 files changed: 58 ins; 48 del; 174 mod Patch: https://git.openjdk.java.net/jdk/pull/311.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/311/head:pull/311 PR: https://git.openjdk.java.net/jdk/pull/311