mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
This commit is contained in:
parent
c716fa083c
commit
221308625d
8 changed files with 248 additions and 4 deletions
|
@ -3637,6 +3637,7 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
|
||||
// Start Attach Listener if +StartAttachListener or it can't be started lazily
|
||||
if (!DisableAttachMechanism) {
|
||||
AttachListener::vm_start();
|
||||
if (StartAttachListener || AttachListener::init_at_startup()) {
|
||||
AttachListener::init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue