RFR: 8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM

David Holmes dholmes at openjdk.org
Mon May 29 02:23:55 UTC 2023


On Fri, 26 May 2023 08:41:40 GMT, Johan Sjölen <jsjolen 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
>
> Thank you for this patch, everything looks good to me )including the build changes).

Thanks for the review @jdksjolen

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

PR Comment: https://git.openjdk.org/jdk/pull/14139#issuecomment-1566402651


More information about the hotspot-dev mailing list