Building/distributing more than one VM in a single JDK distribution
Chris Plummer
chris.plummer at oracle.com
Tue Mar 11 16:53:09 UTC 2025
I just wanted note that the point of minimal isn't just reduced disk
footprint, but also reduced memory footprint (while sacrificing some
performance and functionality), so in that regard there could be some
use for having both available in the same build. But I don't feel this
flexibility is important enough to warrant the increased build
complexity, so I'm ok with removing support for it.
Chris
On 3/11/25 3:53 AM, Magnus Ihse Bursie wrote:
> ...
>
> The point of minimal is to create a JVM with the smallest possible
> footprint, by excluding functionality. If you distribute the a JDK
> with both the server and minimal JVM included, you fail doubly: the
> footprint will be larger, and there will never be any use of minimal,
> since it is just more limited than server.
> ...
More information about the jdk-dev
mailing list