src/os/windows/vm/attachListener_windows.cpp

Print this page
rev 4897 : 7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
Reviewed-by: duke

*** 356,365 **** --- 356,369 ---- thread->check_and_wait_while_suspended(); return op; } + void AttachListener::vm_start() { + // nothing to do + } + int AttachListener::pd_init() { return Win32AttachListener::init(); } // always startup on Windows NT/2000/XP