diff src/os/windows/vm/os_windows.cpp @ 22883:8461d0b03127

8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code. Reviewed-by: dholmes, minqi
author cjplummer
date Thu, 12 Mar 2015 22:03:16 -0400
parents 09259e52a610
children 9a23a160ca57
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Wed Jan 08 20:23:16 2014 -0500
+++ b/src/os/windows/vm/os_windows.cpp	Thu Mar 12 22:03:16 2015 -0400
@@ -4062,10 +4062,6 @@
   return JNI_OK;
 }
 
-void os::init_3(void) {
-  return;
-}
-
 // Mark the polling page as unreadable
 void os::make_polling_page_unreadable(void) {
   DWORD old_status;