Integrated: 8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM

David Holmes dholmes at openjdk.org
Tue May 30 22:50:16 UTC 2023


On Thu, 25 May 2023 05:02:19 GMT, David Holmes <dholmes at openjdk.org> wrote:

> We now track the in-progress and completed states of VM creation and only return a VM from JNI_GetCreatedJavaVMs when there is a fully initialized VM.
> 
> Testing: 
>  - new regression test
>  - tiers 1-3 (sanity)
> 
> Thanks

This pull request has now been integrated.

Changeset: 1e6770fb
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/1e6770fb978e630b38a70a05120c50f723bb66dc
Stats:     178 lines in 4 files changed: 163 ins; 2 del; 13 mod

8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM

Reviewed-by: jsjolen, gziemski

-------------

PR: https://git.openjdk.org/jdk/pull/14139


More information about the hotspot-dev mailing list