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 Thanks for the reviews ! ------------- PR Comment: https://git.openjdk.org/jdk/pull/29585#issuecomment-3860275793
