src/os/windows/vm/os_windows.cpp

Print this page
rev 5146 : [mq]: first-patch

@@ -3915,12 +3915,10 @@
     if(Verbose && PrintMiscellaneous)
       tty->print("[Memory Serialize  Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
 #endif
   }
 
-  os::large_page_init();
-
   // Setup Windows Exceptions
 
   // for debugging float code generation bugs
   if (ForceFloatExceptions) {
 #ifndef  _WIN64