Integrated: 8306476: CDS ArchiveHeapTestClass.java test asserts when vm_exit is called on VM thread
Matias Saavedra Silva
matsaave at openjdk.org
Mon Apr 24 14:17:00 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.
This pull request has now been integrated.
Changeset: 62acc882
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/62acc882bff32da287ac3ea22ebe43b90a724489
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8306476: CDS ArchiveHeapTestClass.java test asserts when vm_exit is called on VM thread
Reviewed-by: ccheung
-------------
PR: https://git.openjdk.org/jdk/pull/13583
More information about the hotspot-runtime-dev
mailing list