< prev index next >

src/hotspot/os/windows/os_windows.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 1605,1617 **** st->print("OS:"); os::win32::print_windows_version(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) { OSVERSIONINFOEX osvi; VS_FIXEDFILEINFO *file_info; --- 1605,1615 ----
< prev index next >