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

This pull request has now been integrated.

Changeset: 8620e67c
Author:    Matthias Baesken <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/8620e67c87cf561c858c2528b3b00b016eec3a51
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8377231: Build jpackage with SIZE optimization

Reviewed-by: erikj, asemenyuk

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

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

Reply via email to