-
Bug
-
Resolution: Fixed
-
P4
-
21, 22, 23
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331780 | 21.0.5-oracle | Mimoun Ghordou | P4 | Resolved | Fixed | b01 |
JDK-8334783 | 21.0.5 | Amos SHI | P4 | Resolved | Fixed | b01 |
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.
```
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.
- backported by
-
JDK-8331780 TestCDSVMCrash.java spawns two processes
- Resolved
-
JDK-8334783 TestCDSVMCrash.java spawns two processes
- Resolved
- relates to
-
JDK-8306583 Add JVM crash check in CDSTestUtils.executeAndLog
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/2d89cc2c
-
Commit openjdk/jdk/1fde8b86
-
Review openjdk/jdk21u-dev/755
-
Review openjdk/jdk/17092
(2 links to)