Integrated: 8273797: Stop impersonating "server" VM in all VM variants

Aleksey Shipilev shade at openjdk.java.net
Tue Sep 21 06:03:47 UTC 2021


On Wed, 15 Sep 2021 10:02:19 GMT, Aleksey Shipilev <shade at 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`

This pull request has now been integrated.

Changeset: f242cb5c
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f242cb5ce0af3bacf7af51351121f9137db92931
Stats:     41 lines in 5 files changed: 3 ins; 33 del; 5 mod

8273797: Stop impersonating "server" VM in all VM variants

Reviewed-by: dholmes, erikj, ihse

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

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


More information about the core-libs-dev mailing list