RFR: 8263567: gtests don't terminate the VM safely [v2]
David Holmes
dholmes at openjdk.java.net
Fri Aug 6 05:22:52 UTC 2021
On Fri, 6 Aug 2021 05:07:21 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Addressed comments from @tstuefe
>
> test/hotspot/gtest/gtestMain.cpp line 121:
>
>> 119: virtual void OnTestStart(const ::testing::TestInfo& test_info) {
>> 120: const char* name = test_info.name();
>> 121: if ( _jvm == nullptr && is_same_vm_test(name)) {
>
> superfluous blank? (after first open bracket)
Fixed. Thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/4986
More information about the hotspot-dev
mailing list