RFR: 8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM [v2]

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


On Mon, 29 May 2023 03:13:30 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
>
> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Enable the test on all Posix platforms

I'm aware from https://github.com/openjdk/jdk/pull/14209 that this new test will fail on AIX but as it will need the same fix as being discussed there I'd rather patch it once we know we have a cross-platform solution. I will file a follow up bug for that (unless we can fix it in #14209.)

Thanks for the reviews.

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

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



More information about the build-dev mailing list