-
Enhancement
-
Resolution: Fixed
-
P3
-
17, 21
-
b07
-
aarch64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8302541 | 17.0.7 | Matthias Baesken | P3 | Resolved | Fixed | b03 |
Currently we detect virtualization on Linux x86_64 (cpuid call) and Linux ppc64le ; the result is afterwards used e.g. in hs_err and JFR output.
On Linux aarch64 the detection is missing, this should be added.
One option would be to look at /sys/devices/virtual/dmi/id/product_name and related files , at least KVM and VMWare can be detected quite well using these files.
Maybe other options exist.
On Linux aarch64 the detection is missing, this should be added.
One option would be to look at /sys/devices/virtual/dmi/id/product_name and related files , at least KVM and VMWare can be detected quite well using these files.
Maybe other options exist.
- backported by
-
JDK-8302541 Detect Virtualization on Linux aarch64
-
- Resolved
-