diff -r b18c8301b8c2 -r 81becad91321 src/hotspot/os/windows/os_windows.cpp --- a/src/hotspot/os/windows/os_windows.cpp Wed May 22 13:05:37 2019 +0200 +++ b/src/hotspot/os/windows/os_windows.cpp Wed May 22 13:06:31 2019 +0200 @@ -4072,7 +4072,7 @@ init_page_sizes((size_t) win32::vm_page_size()); // This may be overridden later when argument processing is done. - FLAG_SET_ERGO(bool, UseLargePagesIndividualAllocation, false); + FLAG_SET_ERGO(UseLargePagesIndividualAllocation, false); // Initialize main_process and main_thread main_process = GetCurrentProcess(); // Remember main_process is a pseudo handle