< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeBinder.java

Print this page
rev 52026 : 8205654: serviceability/dcmd/framework/HelpTest.java timed out
8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
Reviewed-by: sspitsyn, dholmes

*** 1,7 **** /* ! * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2001, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 173,183 **** /** * Make preperation for IOPipe connection before starting debugee VM process. * May change options in the passed <code>argumentHandler</code>. */ ! protected void prepareForPipeConnection(DebugeeArgumentHandler argumentHandler) { if (argumentHandler.isTransportAddressDynamic()) { try { pipeServerSocket = new ServerSocket(); pipeServerSocket.setReuseAddress(false); pipeServerSocket.bind(null); --- 173,183 ---- /** * Make preperation for IOPipe connection before starting debugee VM process. * May change options in the passed <code>argumentHandler</code>. */ ! public void prepareForPipeConnection(DebugeeArgumentHandler argumentHandler) { if (argumentHandler.isTransportAddressDynamic()) { try { pipeServerSocket = new ServerSocket(); pipeServerSocket.setReuseAddress(false); pipeServerSocket.bind(null);
< prev index next >