RFR: 8290732: JNI DestroyJavaVM can start shutdown when one non-daemon thread remains [v3]

David Holmes dholmes at openjdk.org
Thu Aug 11 02:31:23 UTC 2022


On Tue, 9 Aug 2022 12:43:36 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed `if` block indentation per Magnus's request
>
> make/test/JtregNativeHotspot.gmk line 869:
> 
>> 867:     BUILD_HOTSPOT_JTREG_LIBRARIES_LIBS_libAsyncGetCallTraceTest := -ldl
>> 868: else
>> 869:     BUILD_HOTSPOT_JTREG_EXCLUDE += libtest-rw.c libtest-rwx.c \
> 
> Actually this line was correctly indented, and all other incorrectly... If you can be bothered to fix it, please make sure there is just a two space indentation in the "if" block.

Fixed here and throughout the file.

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

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



More information about the build-dev mailing list