comparison 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
comparison
equal deleted inserted replaced
12230:040895ec3920 12233:40136aa2cdb1
3918 if(Verbose && PrintMiscellaneous) 3918 if(Verbose && PrintMiscellaneous)
3919 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page); 3919 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
3920 #endif 3920 #endif
3921 } 3921 }
3922 3922
3923 os::large_page_init();
3924
3925 // Setup Windows Exceptions 3923 // Setup Windows Exceptions
3926 3924
3927 // for debugging float code generation bugs 3925 // for debugging float code generation bugs
3928 if (ForceFloatExceptions) { 3926 if (ForceFloatExceptions) {
3929 #ifndef _WIN64 3927 #ifndef _WIN64