Re: Size difference of Java.base image between OSX and Linux

2016-10-28 Thread David Holmes
On 29/10/2016 3:32 AM, Waldek Kozaczuk wrote: I used jlink to create minimal custom JRE image on OSX and Linux and I noticed there is a significant difference in size. The Mac version takes 21M where the Linux one takes 30M which means Linux version is 50% bigger than Mac. Is it as you would

Size difference of Java.base image between OSX and Linux

2016-10-28 Thread Waldek Kozaczuk
I used jlink to create minimal custom JRE image on OSX and Linux and I noticed there is a significant difference in size. The Mac version takes 21M where the Linux one takes 30M which means Linux version is 50% bigger than Mac. Is it as you would have expected? Why is size difference so big? I