src/hotspot/share/runtime/vm_version.hpp
changeset 54899 e4cff3cf0234
parent 54485 ddc19ea5059c
child 55105 9ad765641e8f
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/runtime/vm_version.hpp	Wed May 15 12:30:02 2019 +0200
+++ b/src/hotspot/share/runtime/vm_version.hpp	Thu May 16 09:21:49 2019 +0200
@@ -34,7 +34,10 @@
   XenHVM,
   KVM,
   VMWare,
-  HyperV
+  HyperV,
+  PowerVM, // on AIX or Linux ppc64(le)
+  PowerFullPartitionMode, // on Linux ppc64(le)
+  PowerKVM
 } VirtualizationType;
 
 // VM_Version provides information about the VM.