On Tue, 9 Aug 2022 12:43:36 GMT, Magnus Ihse Bursie <i...@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