8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp

Fixed by removing all code related to LowMemoryProtection, which removed offending code.

Reviewed-by: dholmes, minqi
This commit is contained in:
Chris Plummer 2014-11-05 13:00:59 -08:00
parent f048251de8
commit 7a414a2c7d
8 changed files with 0 additions and 139 deletions

View file

@ -3635,9 +3635,6 @@ jint os::init_2(void) {
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())) {