mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
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:
parent
f048251de8
commit
7a414a2c7d
8 changed files with 0 additions and 139 deletions
|
@ -3617,9 +3617,6 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
}
|
||||
}
|
||||
|
||||
// Give os specific code one last chance to start
|
||||
os::init_3();
|
||||
|
||||
create_vm_timer.end();
|
||||
#ifdef ASSERT
|
||||
_vm_complete = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue