comparison src/os/windows/vm/attachListener_windows.cpp @ 11139:2e8f19c2feef

7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Summary: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
author allwin
date Fri, 12 Jul 2013 18:43:27 +0200
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
11136:dbc0b5dc08f5 11139:2e8f19c2feef
1 /* 1 /*
2 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
356 thread->check_and_wait_while_suspended(); 356 thread->check_and_wait_while_suspended();
357 357
358 return op; 358 return op;
359 } 359 }
360 360
361 void AttachListener::vm_start() {
362 // nothing to do
363 }
364
361 int AttachListener::pd_init() { 365 int AttachListener::pd_init() {
362 return Win32AttachListener::init(); 366 return Win32AttachListener::init();
363 } 367 }
364 368
365 // always startup on Windows NT/2000/XP 369 // always startup on Windows NT/2000/XP