< prev index next >

src/hotspot/os/windows/gc/z/zSyscall_windows.cpp

Print this page

        

@@ -55,11 +55,11 @@
   lookup_symbol(VirtualFreeEx,      "KernelBase", "VirtualFreeEx");
   lookup_symbol(MapViewOfFile3,     "KernelBase", "MapViewOfFile3");
   lookup_symbol(UnmapViewOfFile2,   "KernelBase", "UnmapViewOfFile2");
 }
 
-bool ZSyscall::is_os_supported() {
+bool ZSyscall::is_supported() {
   char ebuf[1024];
   void* const handle = os::dll_load("KernelBase", ebuf, sizeof(ebuf));
   if (handle == NULL) {
     assert(false, "Failed to load library: KernelBase");
     return false;
< prev index next >