src/hotspot/os/windows/attachListener_windows.cpp
changeset 55682 70fab3a8ff02
parent 55597 a128ba0b5f94
child 58679 9c3209ff7550
--- a/src/hotspot/os/windows/attachListener_windows.cpp	Mon Jul 15 11:23:05 2019 -0400
+++ b/src/hotspot/os/windows/attachListener_windows.cpp	Tue Jul 16 07:29:12 2019 +0900
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
+ * 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
@@ -383,6 +383,12 @@
   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;
 }