< prev index next >

src/hotspot/os/windows/attachListener_windows.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 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) 2005, 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.
*** 390,399 **** --- 390,405 ---- int AttachListener::pd_init() { return Win32AttachListener::init(); } + // This function is used for Un*x OSes only. + // We need not to implement it for Windows. + bool AttachListener::check_socket_file() { + return false; + } + bool AttachListener::init_at_startup() { return true; } // no trigger mechanism on Windows to start Attach Listener lazily
< prev index next >