On Thu, 9 Sep 2021 14:28:19 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> 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. Ok, I agree. Can I do a Zero-specific thing here (so that it is potentially cleanly backportable), and then handle the rest of the variants? ------------- PR: https://git.openjdk.java.net/jdk/pull/5440