TestCDSVMCrash.java spawns two processes

XMLWordPrintable

    • b03

        TestCDSVMCrash.java looks like it spawns two processes:
        ```
                 OutputAnalyzer output = new OutputAnalyzer(pb.start());
                 // executeAndLog should throw an exception in the VM crashed
                 try {
                    CDSTestUtils.executeAndLog(pb, "cds_vm_crash");

        once in the pb.start() call and then again in executeAndLog. The test should be refactored such that only one process is spawned.

              Assignee:
              Matias Saavedra Silva
              Reporter:
              Matias Saavedra Silva
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: