RFR: 8273494: Zero: Put libjvm.so into "zero" folder, not "server"

Magnus Ihse Bursie ihse at openjdk.java.net
Thu Sep 9 14:34:09 UTC 2021


On Thu, 9 Sep 2021 13:14:35 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> make/autoconf/hotspot.m4 line 86:
>> 
>>> 84:   fi
>>> 85: 
>>> 86:   # All "special" variants share the same output directory ("server")
>> 
>> I presume "zero" was a special variant? Are there any other variants remaining?
>
> Yes, there are at least "core" and "custom":
> 
> 
> # All valid JVM variants
> VALID_JVM_VARIANTS="server client minimal core zero custom"

I think we should stop these as well from impersonating the server JVM. Preferably in the same fix, so we can remove all the special casing for "server" being anything else but server.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5440



More information about the build-dev mailing list