On Thu, 5 Feb 2026 10:26:53 GMT, Matthias Baesken <[email protected]> wrote:
> We can reduce the size of the jpackage.jmod by using SIZE optimization for > the native components on Linux. > See > > > SIZE opt. > linuxx86_64 gcc13 devkit > du -sk images/jdk/jmods/jdk.jpackage.jmod > 1292 images/jdk/jmods/jdk.jpackage.jmod > > linuxppc64le gcc13 devkit > du -sk images/jdk/jmods/jdk.jpackage.jmod > 1416 images/jdk/jmods/jdk.jpackage.jmod > > > NORMAL opt. > linuxx86_64 gcc13 devkit > du -sk images/jdk/jmods/jdk.jpackage.jmod > 1336 images/jdk/jmods/jdk.jpackage.jmod > > linuxppc64le gcc13 devkit > du -sk images/jdk/jmods/jdk.jpackage.jmod > 1460 images/jdk/jmods/jdk.jpackage.jmod Seems ok with me, but someone from the component team should weigh in as well. ------------- Marked as reviewed by erikj (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/29585#pullrequestreview-3758180625
