< prev index next >

test/jdk/com/sun/jdi/cds/CDSJDITest.java

Print this page
rev 51977 : [mq]: 8211350-no-jprt

*** 44,54 **** String[] testArgs = { // JVM Args: // These first three properties are setup by jtreg, and must be passed // to the JDI test subprocess because it needs them in order to // pass them to the subprocess it will create for the debuggee. This ! // is how the JPRT -javaopts are passed to the debggee. See // VMConnection.getDebuggeeVMOptions(). getPropOpt("test.classes"), getPropOpt("test.java.opts"), getPropOpt("test.vm.opts"), // Pass -showversion to the JDI test just so we get a bit of trace output. --- 44,54 ---- String[] testArgs = { // JVM Args: // These first three properties are setup by jtreg, and must be passed // to the JDI test subprocess because it needs them in order to // pass them to the subprocess it will create for the debuggee. This ! // is how the -javaopts are passed to the debuggee. See // VMConnection.getDebuggeeVMOptions(). getPropOpt("test.classes"), getPropOpt("test.java.opts"), getPropOpt("test.vm.opts"), // Pass -showversion to the JDI test just so we get a bit of trace output.
< prev index next >