On Wed, 19 Oct 2022 08:15:54 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> The "sizecalc.h" file is moved out from java.desktop/share/native/include, 
> the files in that folder appear in the jdk bundle after installation like the 
> "jawt.h".

make/common/modules/LauncherCommon.gmk line 48:

> 46: LAUNCHER_SRC := $(TOPDIR)/src/java.base/share/native/launcher
> 47: LAUNCHER_CFLAGS += -I$(TOPDIR)/src/java.base/share/native/launcher \
> 48:     -I$(TOPDIR)/src/java.desktop/share/native/include \

This line was added recently, not sure why.

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

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

Reply via email to