On Wed, 15 Sep 2021 10:02:19 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

> As the follow-up for Zero-specific JDK-8273494, we might want to clean up 
> build system logic for all VM variants: stop impersonating "server" VMs for 
> all of them. This basically leaves "core" and "custom" variants to be handled 
> with this patch.
> 
> Additional testing:
>  - [x] Linux x86_64 `core` build passes, `libjvm.so` now in `core`, `jvm.cfg` 
> mentions `-core KNOWN`
>  - [x] Linux x86_64 `custom` (+serialgc,+compiler2) build passes, `libjvm.so` 
> now in `custom`, `jvm.cfg` mentions `-custom KNOWN`

Marked as reviewed by ihse (Reviewer).

Looks good. Thanks for waiting for my input; sorry for the delay.

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

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

Reply via email to