test/hotspot/gtest/runtime/test_os_windows.cpp
changeset 54983 81becad91321
parent 52399 858c1639bf72
child 58426 ed5e399d967d
child 58678 9cf78a70fa4f
--- a/test/hotspot/gtest/runtime/test_os_windows.cpp	Wed May 22 13:05:37 2019 +0200
+++ b/test/hotspot/gtest/runtime/test_os_windows.cpp	Wed May 22 13:06:31 2019 +0200
@@ -59,8 +59,8 @@
   // set globals to make sure we hit the correct code path
   FLAG_GUARD(UseLargePagesIndividualAllocation);
   FLAG_GUARD(UseNUMAInterleaving);
-  FLAG_SET_CMDLINE(bool, UseLargePagesIndividualAllocation, false);
-  FLAG_SET_CMDLINE(bool, UseNUMAInterleaving, false);
+  FLAG_SET_CMDLINE(UseLargePagesIndividualAllocation, false);
+  FLAG_SET_CMDLINE(UseNUMAInterleaving, false);
 
   const size_t large_allocation_size = os::large_page_size() * 4;
   char* result = os::reserve_memory_special(large_allocation_size, os::large_page_size(), NULL, false);