hotspot/src/os/windows/vm/attachListener_windows.cpp
changeset 18931 5de3638104b4
parent 7397 5b173b4ca846
child 27471 6e56277909f1
equal deleted inserted replaced
18928:ac0163dd0a50 18931:5de3638104b4
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2013, 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.
   356   thread->check_and_wait_while_suspended();
   356   thread->check_and_wait_while_suspended();
   357 
   357 
   358   return op;
   358   return op;
   359 }
   359 }
   360 
   360 
       
   361 void AttachListener::vm_start() {
       
   362   // nothing to do
       
   363 }
       
   364 
   361 int AttachListener::pd_init() {
   365 int AttachListener::pd_init() {
   362   return Win32AttachListener::init();
   366   return Win32AttachListener::init();
   363 }
   367 }
   364 
   368 
   365 // always startup on Windows NT/2000/XP
   369 // always startup on Windows NT/2000/XP