Integrated: JDK-8301050: Detect Xen Virtualization on Linux aarch64
Matthias Baesken
mbaesken at openjdk.org
Fri Feb 3 07:58:10 UTC 2023
On Thu, 26 Jan 2023 13:22:48 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> With https://bugs.openjdk.org/browse/JDK-8300266 KVM and VMWare virtualization detection has been added; this should be enhanced by Xen detection.
> However it seems that for Xen we should look at other file system locations compared to the other virtualizations.
> more /sys/hypervisor/type
> xen
> seems to be available there.
This pull request has now been integrated.
Changeset: 11804b24
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/11804b246e8643a3465b9549794ccfb24ccd8fc5
Stats: 30 lines in 2 files changed: 17 ins; 2 del; 11 mod
8301050: Detect Xen Virtualization on Linux aarch64
Reviewed-by: dholmes, clanger
-------------
PR: https://git.openjdk.org/jdk/pull/12217
More information about the hotspot-dev
mailing list