changeset 27473 | 07948a5f8f5c |
parent 27458 | eb5f1b4f01e1 |
child 27474 | 2b061fd571eb |
--- a/hotspot/src/os/bsd/vm/os_bsd.cpp Mon Nov 03 11:34:13 2014 -0800 +++ b/hotspot/src/os/bsd/vm/os_bsd.cpp Wed Nov 05 13:00:59 2014 -0800 @@ -3635,9 +3635,6 @@ return JNI_OK; } -// this is called at the end of vm_initialization -void os::init_3(void) { } - // Mark the polling page as unreadable void os::make_polling_page_unreadable(void) { if (!guard_memory((char*)_polling_page, Bsd::page_size())) {