RFR: 8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
Baesken, Matthias
matthias.baesken at sap.com
Tue Feb 26 08:47:40 UTC 2019
Hello , please review the following change.
It provides basic virtualization related information in the hs_error file on linux/windows x86_64.
We use cpuid to get the information (detection of VMWare, Xen, KVM and HyperV is included).
Some info about how to detect the virtualization info can be found here :
https://kb.vmware.com/s/article/1009458
(it is VMware related but can be applied for other virtualization technologies as well)
An overview of the ID strings can be found here as well :
https://en.wikipedia.org/wiki/CPUID
The following are known ID strings from virtual machines: ...
bug/webrev :
https://bugs.openjdk.java.net/browse/JDK-8219241
http://cr.openjdk.java.net/~mbaesken/webrevs/8219241.1/
Thanks, Matthias
More information about the hotspot-dev
mailing list