Convert 6 non-native aod tests from main/othervm to driver mode. Added classpath to target process command in AODTestRunner.java since driver mode doesn't inherit classpath like othervm.
4 native tests and 3 self-attach tests (-Djdk.attach.allowAttachSelf) stay as othervm. Testing: - Local macosx-aarch64: all 13 aod tests pass - Mach5 linux-x64-debug, windows-x64-debug: all 13 pass ------------- Commit messages: - 8338594: Update nsk/aod tests to use driver instead of othervm Changes: https://git.openjdk.org/jdk/pull/30520/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30520&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8338594 Stats: 21 lines in 7 files changed: 2 ins; 6 del; 13 mod Patch: https://git.openjdk.org/jdk/pull/30520.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30520/head:pull/30520 PR: https://git.openjdk.org/jdk/pull/30520
