-
Bug
-
Resolution: Fixed
-
P3
-
11, 17
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8279670 | 17.0.3-oracle | Vaibhav Choudhary | P3 | Resolved | Fixed | b02 |
JDK-8280050 | 17.0.3 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
We should look at providing a safe/safer termination process, either by using JNI_DestroyJavaVM, or more crudely (but perhaps expeditiously) calling _exit() instead of exit() so that we get a more immediate termination of the process without executing atexit hooks etc.
- backported by
-
JDK-8279670 gtests don't terminate the VM safely
-
- Resolved
-
-
JDK-8280050 gtests don't terminate the VM safely
-
- Resolved
-
- relates to
-
JDK-8261916 gtest/GTestWrapper.java vmErrorTest.unimplemented1_vm_assert failed
-
- Resolved
-
-
JDK-8271080 3 gtest/LargePageGtests.java subtests fail with SIGSEGV in AccessInternal::PostRuntimeDispatch<G1BarrierSet::AccessBarrier
-
- Closed
-
- links to
-
Commit openjdk/jdk17u-dev/e9658818
-
Commit openjdk/jdk/843943c2
-
Review openjdk/jdk17u-dev/90
-
Review openjdk/jdk/4986