hotspot/src/share/vm/services/attachListener.cpp
changeset 17296 68557efd8583
parent 15432 9d976ca484d8
child 18025 b7bcf7497f93
--- a/hotspot/src/share/vm/services/attachListener.cpp	Wed May 01 09:00:39 2013 -0700
+++ b/hotspot/src/share/vm/services/attachListener.cpp	Fri May 03 05:05:31 2013 -0700
@@ -157,7 +157,7 @@
   Thread* THREAD = Thread::current();
   // All the supplied jcmd arguments are stored as a single
   // string (op->arg(0)). This is parsed by the Dcmd framework.
-  DCmd::parse_and_execute(out, op->arg(0), ' ', THREAD);
+  DCmd::parse_and_execute(DCmd_Source_AttachAPI, out, op->arg(0), ' ', THREAD);
   if (HAS_PENDING_EXCEPTION) {
     java_lang_Throwable::print(PENDING_EXCEPTION, out);
     out->cr();