hotspot/src/os/windows/vm/attachListener_windows.cpp
changeset 35212 7a6d0993a080
parent 33794 41ef3dc95179
equal deleted inserted replaced
35209:b2f409087683 35212:7a6d0993a080
   376 
   376 
   377 int AttachListener::pd_init() {
   377 int AttachListener::pd_init() {
   378   return Win32AttachListener::init();
   378   return Win32AttachListener::init();
   379 }
   379 }
   380 
   380 
   381 // always startup on Windows NT/2000/XP
       
   382 bool AttachListener::init_at_startup() {
   381 bool AttachListener::init_at_startup() {
   383   return os::win32::is_nt();
   382   return true;
   384 }
   383 }
   385 
   384 
   386 // no trigger mechanism on Windows to start Attach Listener lazily
   385 // no trigger mechanism on Windows to start Attach Listener lazily
   387 bool AttachListener::is_init_trigger() {
   386 bool AttachListener::is_init_trigger() {
   388   return false;
   387   return false;