Re: RFR: 8293499: Provide jmod --compress option [v3]

2022-09-13 Thread Aleksey Shipilev
On Mon, 12 Sep 2022 18:51:28 GMT, Mandy Chung wrote: >> Aleksey Shipilev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Adopt "--compress zip-[0-9]" as option format > > src/jdk.jlink/share/classes/jdk/tools/jmod/JmodOutputStream.java l

Re: RFR: 8293499: Provide jmod --compress option [v3]

2022-09-12 Thread Mandy Chung
On Mon, 12 Sep 2022 18:34:12 GMT, Aleksey Shipilev wrote: >> I have been looking into `make clean-images images` performance, and >> realized jmod keeps compressing files with default compression level. Tuning >> that toward lighter compression levels improves build performance >> considerably

Re: RFR: 8293499: Provide jmod --compress option [v3]

2022-09-12 Thread Aleksey Shipilev
> I have been looking into `make clean-images images` performance, and realized > jmod keeps compressing files with default compression level. Tuning that > toward lighter compression levels improves build performance considerably, > without a heavy loss in *.jmod sizes. > > This PR allows JMO