Integrated: JDK-8303575: adjust Xen handling on Linux aarch64

Matthias Baesken mbaesken at openjdk.org
Wed Mar 8 11:42:19 UTC 2023


On Fri, 3 Mar 2023 12:56:55 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> After [JDK-8301050](https://bugs.openjdk.org/browse/JDK-8301050) the Xen handling on aarch64 should be slightly adjusted.
> The output in VM_Version::print_platform_virtualization_info was missed and needs to be added for Xen.
> Additionally a new XenPVHVM virtualization type could be introduced because this describes the Xen on aarch64 better.
> See also https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/virtualization-on-arm-with-xen where the naming is used.

This pull request has now been integrated.

Changeset: 8eaf84f0
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8eaf84f09476b08ed421efe74d7554e2b29bc5a7
Stats:     13 lines in 3 files changed: 5 ins; 0 del; 8 mod

8303575: adjust Xen handling on Linux aarch64

Reviewed-by: lucy, mdoerr

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

PR: https://git.openjdk.org/jdk/pull/12853


More information about the hotspot-dev mailing list