hotspot/src/share/vm/runtime/thread.cpp
changeset 18931 5de3638104b4
parent 18928 ac0163dd0a50
child 18938 ff8f8cec9434
--- a/hotspot/src/share/vm/runtime/thread.cpp	Wed Jul 10 15:49:15 2013 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Jul 12 18:43:27 2013 +0200
@@ -3637,6 +3637,7 @@
 
   // Start Attach Listener if +StartAttachListener or it can't be started lazily
   if (!DisableAttachMechanism) {
+    AttachListener::vm_start();
     if (StartAttachListener || AttachListener::init_at_startup()) {
       AttachListener::init();
     }