On Thu, 9 Sep 2021 13:14:35 GMT, Aleksey Shipilev <sh...@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