RFR: 8306476: CDS ArchiveHeapTestClass.java test asserts when vm_exit is called on VM thread
Ioi Lam
iklam at openjdk.org
Fri Apr 21 19:52:44 UTC 2023
On Fri, 21 Apr 2023 16:09:07 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> The change in [JDK-8303422](https://bugs.openjdk.org/browse/JDK-8303422) consolidated the different ways to exit the VM during CDS errors, but it included a small mistake. The use of `vm_exit()` is unsafe in some cases, so the method was updated to use `vm_direct_exit()` instead. Verified with tier 1-5 tests.
LGTM
-------------
PR Review: https://git.openjdk.org/jdk/pull/13583#pullrequestreview-1396324811
More information about the hotspot-runtime-dev
mailing list