mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8250598: Hyper-V is detected in spite of running on host OS
Reviewed-by: mbaesken, mdoerr, dholmes
This commit is contained in:
parent
b4787e6c3f
commit
0c20de1954
5 changed files with 84 additions and 81 deletions
|
@ -1609,9 +1609,7 @@ void os::print_os_info(outputStream* st) {
|
|||
|
||||
os::win32::print_uptime_info(st);
|
||||
|
||||
#ifdef _LP64
|
||||
VM_Version::print_platform_virtualization_info(st);
|
||||
#endif
|
||||
}
|
||||
|
||||
void os::win32::print_windows_version(outputStream* st) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue