Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8321933

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.

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

                Created:
                Updated:
                Resolved: