> run a separate task with "configure --with-jvm-variants=minimal && > make hotspot".
Hello, this would , as far as I know, not produce the same result jdk image with both minimal+server libjvm in the image . So the proposed change sounds a bit like a workaround, but not a real replacement to what we have currently . Best Regards, Matthias > > On 2020-02-19 16:59, Baesken, Matthias wrote: > > Hi Magnus, yes we do. We build (on Linux only currently) "--with-jvm- > variants=minimal,server" in our central builds to test that minimal is > still > working and that is was not destroyed by recent changes . > > > > Best Regards, Matthias > Is this just to test that minimal is working? If so, you could just as > well run a separate task with "configure --with-jvm-variants=minimal && > make hotspot". Unless you are actually shipping this configuration, that > does not seem like a solid reason for keeping this functionality in the > build. > > /Magnus