src/hotspot/os/windows/attachListener_windows.cpp
changeset 55682 70fab3a8ff02
parent 55597 a128ba0b5f94
child 58679 9c3209ff7550
equal deleted inserted replaced
55681:7b671e6b0d5b 55682:70fab3a8ff02
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2019, 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.
   381 
   381 
   382 int AttachListener::pd_init() {
   382 int AttachListener::pd_init() {
   383   return Win32AttachListener::init();
   383   return Win32AttachListener::init();
   384 }
   384 }
   385 
   385 
       
   386 // This function is used for Un*x OSes only.
       
   387 // We need not to implement it for Windows.
       
   388 bool AttachListener::check_socket_file() {
       
   389   return false;
       
   390 }
       
   391 
   386 bool AttachListener::init_at_startup() {
   392 bool AttachListener::init_at_startup() {
   387   return true;
   393   return true;
   388 }
   394 }
   389 
   395 
   390 // no trigger mechanism on Windows to start Attach Listener lazily
   396 // no trigger mechanism on Windows to start Attach Listener lazily