dev@glassfish.java.net

Please review changes to flashlight/btrace pom.xml to pull in new vesrsion of btrace jars

From: Sreenivas Munnangi <Sreenivas.Munnangi_at_Sun.COM>
Date: Mon, 19 Oct 2009 12:08:02 -0700

Hi,

BTrace team has provided a fix in their new version 1.0.4 [1] to resolve
glassfishv3 deadlock issue 9898 [2]. Performance team confirmed that
with this patch deadlock issue is resolved.

Following are the glassfish side changes to integrate with new version
of btrace 1.0.4.

munnangi[81]: svn diff flashlight/btrace/pom.xml
Index: flashlight/btrace/pom.xml
===================================================================
--- flashlight/btrace/pom.xml (revision 32929)
+++ flashlight/btrace/pom.xml (working copy)
@@ -119,13 +119,13 @@
          <dependency>
              <groupId>com.sun.tools.btrace</groupId>
              <artifactId>btrace-agent</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4</version>
             <optional>true</optional>
          </dependency>
          <dependency>
              <groupId>com.sun.tools.btrace</groupId>
              <artifactId>btrace-boot</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4</version>
             <optional>true</optional>
          </dependency>
      </dependencies>
munnangi[82]:

thanks
sreeni

[1]
http://download.java.net/maven/2/com/sun/tools/btrace/btrace-agent/1.0.4/
[2]
https://glassfish.dev.java.net/issues/show_bug.cgi?id=9898