diff src/os/windows/vm/os_windows.cpp @ 12233:40136aa2cdb1

8010722: assert: failed: heap size is too big for compressed oops Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation. Reviewed-by: stefank, dholmes
author tschatzl
date Wed, 11 Sep 2013 16:25:02 +0200
parents f7bc2ab5f659
children 179cd89fb279
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Wed Sep 11 12:03:41 2013 +0200
+++ b/src/os/windows/vm/os_windows.cpp	Wed Sep 11 16:25:02 2013 +0200
@@ -3920,8 +3920,6 @@
 #endif
   }
 
-  os::large_page_init();
-
   // Setup Windows Exceptions
 
   // for debugging float code generation bugs