-
Bug
-
Resolution: Fixed
-
P4
-
16
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8257698 | 11.0.11 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
# Symptom
```
STDERR:
stdout: [];
stderr: [Error: VM option 'VerifyDependencies' is develop and is available only in debug version of VM.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
```
```
STDERR:
stdout: [];
stderr: [Error: VM option 'VerifyDependencies' is develop and is available only in debug version of VM.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
```
- backported by
-
JDK-8257698 runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
- Resolved
- relates to
-
JDK-8212218 [TESTBUG] runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java timed out
- Resolved