RFR: 8263567: gtests don't terminate the VM safely

David Holmes dholmes at openjdk.java.net
Fri Aug 6 04:22:30 UTC 2021


On Wed, 4 Aug 2021 07:02:46 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> test/hotspot/gtest/gtestMain.cpp line 113:
>> 
>>> 111:   char** _argv;
>>> 112:   bool _is_initialized;
>>> 113:   JavaVM* jvm;
>> 
>> underscore missing?
>
> and `_is_initialized` is now redundant and could be aliased to `_jvm != NULL`

Yes good point - fixed.

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

PR: https://git.openjdk.java.net/jdk/pull/4986


More information about the hotspot-dev mailing list