hotspot/src/os/windows/vm/attachListener_windows.cpp
changeset 35212 7a6d0993a080
parent 33794 41ef3dc95179
--- a/hotspot/src/os/windows/vm/attachListener_windows.cpp	Tue Dec 22 00:08:38 2015 +0000
+++ b/hotspot/src/os/windows/vm/attachListener_windows.cpp	Tue Dec 22 05:26:55 2015 -0800
@@ -378,9 +378,8 @@
   return Win32AttachListener::init();
 }
 
-// always startup on Windows NT/2000/XP
 bool AttachListener::init_at_startup() {
-  return os::win32::is_nt();
+  return true;
 }
 
 // no trigger mechanism on Windows to start Attach Listener lazily