[jboss-cvs] JBoss Profiler SVN: r563 - branches/JBossProfiler2/src/native.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 17:41:48 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-18 17:41:47 -0400 (Tue, 18 Aug 2009)
New Revision: 563

Modified:
   branches/JBossProfiler2/src/native/agent.cpp
Log:
tweak used during jboss messaging debugging

Modified: branches/JBossProfiler2/src/native/agent.cpp
===================================================================
--- branches/JBossProfiler2/src/native/agent.cpp	2009-08-18 02:10:33 UTC (rev 562)
+++ branches/JBossProfiler2/src/native/agent.cpp	2009-08-18 21:41:47 UTC (rev 563)
@@ -401,6 +401,12 @@
      return NULL;
   }
 
+
+  jvmti->ForceGarbageCollection();
+  
+  releaseTags();            
+
+
   jclass loadedObject = env->FindClass("java/lang/Object");
   
 




More information about the jboss-cvs-commits mailing list