The Windows function GetVersionEx is deprecated, apparently to discourage the use of version range checks rather than various "property" checks. We're using it in a couple places in os_windows.cpp. Those uses are among the things preventing us from removing the global (for HotSpot) disabling of deprecation warnings when building for Windows.
- relates to
-
JDK-8286262 Windows: Cleanup deprecation warning suppression
-
- Resolved
-