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 Basically, there are two maintainers of jpackage, @sashamatveev and me. Does it make me a 'component team'? 😏 @kevinrushforth, do we need another reviewer for this PR? Oh, OK. It was fast 😄. No problem, I think we are good. ------------- PR Comment: https://git.openjdk.org/jdk/pull/29585#issuecomment-3860268004 PR Comment: https://git.openjdk.org/jdk/pull/29585#issuecomment-3860275181 PR Comment: https://git.openjdk.org/jdk/pull/29585#issuecomment-3860284139
