test/sun/rmi/runtime/Log/6409194/NoConsoleOutput.java

Print this page
rev 6273 : 8005290: remove -showversion from RMI test library subprocess mechanism
Reviewed-by: XXX

@@ -62,11 +62,11 @@
 
         // We instantiate a JavaVM that should not produce any console output
         // (neither on standard output, nor on standard err streams).
         JavaVM vm = new JavaVM(DoRMIStuff.class.getName(),
             "-Djava.util.logging.config.file=" + loggingPropertiesFile,
-                               "", out, err, false);
+                               "", out, err);
         vm.start();
         vm.getVM().waitFor();
 
         /*
          * Verify that the subprocess had no System.out or System.err