src/os/linux/vm/os_linux.cpp

Print this page
rev 5146 : imported patch first-patch

*** 4713,4724 **** if(Verbose && PrintMiscellaneous) tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page); #endif } - os::large_page_init(); - // initialize suspend/resume support - must do this before signal_sets_init() if (SR_initialize() != 0) { perror("SR_initialize failed"); return JNI_ERR; } --- 4713,4722 ----