[OpenJDK 2D-Dev] RFR: 8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux [v2]

Phil Race prr at openjdk.java.net
Tue Mar 16 16:56:23 UTC 2021


On Tue, 16 Mar 2021 10:38:19 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux
>
> make/modules/java.desktop/lib/Awt2dLibraries.gmk line 456:
> 
>> 454:    # when building libharfbuzz
>> 455:    ifeq ($(call isTargetOs, aix), true)
>> 456:      LIBHARFBUZZ_CFLAGS += -qdebug=necan
> 
> Should it be `HARFBUZZ_CFLAGS` instead of `LIBHARFBUZZ_CFLAGS`? I don't see any usage of `LIBHARFBUZZ_CFLAGS` in this makefile.

D'oh. It was LIB* in the old code and I copy / pasted and of course can't test that.
I've uploaded a fix.

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

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


More information about the 2d-dev mailing list