RFR: 8295554: Move the "sizecalc.h" to the correct location
Sergey Bylokhov
serb at openjdk.org
Thu Oct 20 04:53:49 UTC 2022
On Wed, 19 Oct 2022 08:15:54 GMT, Sergey Bylokhov <serb at 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
More information about the build-dev
mailing list