TestScaffold uses test arguments as additional options for debuggee process. Options like `-XX:+PrintInlineLayout', `-XX:+PrintFlatArrayLayout` can cause significant debuggee output before TestScaffold connect to the debuggee and start to read it output. As a result internal output buffer fills and debuggee process hungs. The fix removes extra arguments used for experiments at test development.
------------- Commit messages: - 8375332 Changes: https://git.openjdk.org/valhalla/pull/2184/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2184&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8375332 Stats: 10 lines in 4 files changed: 0 ins; 9 del; 1 mod Patch: https://git.openjdk.org/valhalla/pull/2184.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2184/head:pull/2184 PR: https://git.openjdk.org/valhalla/pull/2184
