comparison src/os/linux/vm/os_linux.cpp @ 12252:06ae47d9d088

Merge
author tschatzl
date Thu, 19 Sep 2013 09:26:08 +0200
parents 4472884d8b37 40136aa2cdb1
children 899ecf76b570 263f2c796d6c
comparison
equal deleted inserted replaced
12219:41e6ae9f6dd7 12252:06ae47d9d088
4802 #ifndef PRODUCT 4802 #ifndef PRODUCT
4803 if(Verbose && PrintMiscellaneous) 4803 if(Verbose && PrintMiscellaneous)
4804 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page); 4804 tty->print("[Memory Serialize Page address: " INTPTR_FORMAT "]\n", (intptr_t)mem_serialize_page);
4805 #endif 4805 #endif
4806 } 4806 }
4807
4808 os::large_page_init();
4809 4807
4810 // initialize suspend/resume support - must do this before signal_sets_init() 4808 // initialize suspend/resume support - must do this before signal_sets_init()
4811 if (SR_initialize() != 0) { 4809 if (SR_initialize() != 0) {
4812 perror("SR_initialize failed"); 4810 perror("SR_initialize failed");
4813 return JNI_ERR; 4811 return JNI_ERR;