RFR: 8348830: LIBFONTMANAGER optimization is always HIGHEST
Matthias Baesken
mbaesken at openjdk.org
Wed Feb 5 13:47:16 UTC 2025
On Wed, 29 Jan 2025 23:25:51 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> (hint: Use e.g. make java.desktop-libs-only JOBS=1 LOG=info to get a build speed number that you can compare across compiler flag changes)
That does not work/compile, it leads to
make java.desktop-libs-only JOBS=1 LOG=info
Generating main target list
Running make as 'make JOBS=1 LOG=info java.desktop-libs-only'
Building target 'java.desktop-libs-only' in configuration '/myjdk'
Creating support/modules_libs/java.desktop/libawt.so from 72 file(s)
Compiling AlphaMacros.c (for libawt.so)
In file included from /myjdk/jdk/src/java.desktop/share/native/libawt/java2d/loops/AlphaMacros.h:29,
from /myjdk/jdk/src/java.desktop/share/native/libawt/java2d/loops/AlphaMacros.c:26:
/myjdk/jdk/src/java.desktop/share/native/libawt/java2d/loops/GraphicsPrimitiveMgr.h:36:10: fatal error: java_awt_AlphaComposite.h: No such file or directory
Seems the dependencies do not work for some reason, so I need to build the whole jdk with LOG=info I guess.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23332#issuecomment-2636895021
More information about the build-dev
mailing list