Skip to content

Commit

Permalink
use jamm 0.2.2 to make mvn happy
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1097210 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbellis committed Apr 27, 2011
1 parent cf0f55e commit 5d86868
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -618,7 +618,7 @@
<jvmarg value="-Dstorage-config=${test.conf}"/>
<jvmarg value="-Daccess.properties=${test.conf}/access.properties"/>
<jvmarg value="-Dlog4j.configuration=log4j-junit.properties" />
<jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.1.jar" />
<jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.2.jar" />
<jvmarg value="-ea"/>
<optjvmargs/>
<classpath>
Expand Down
2 changes: 1 addition & 1 deletion conf/cassandra-env.sh
Expand Up @@ -95,7 +95,7 @@ JVM_OPTS="$JVM_OPTS -ea"
check_openjdk=$(java -version 2>&1 | awk '{if (NR == 2) {print $1}}')
if [ "$check_openjdk" != "OpenJDK" ]
then
JVM_OPTS="$JVM_OPTS -javaagent:$CASSANDRA_HOME/lib/jamm-0.2.1.jar"
JVM_OPTS="$JVM_OPTS -javaagent:$CASSANDRA_HOME/lib/jamm-0.2.2.jar"
fi

# enable thread priorities, primarily so we can give periodic tasks
Expand Down
Binary file removed lib/jamm-0.2.1.jar
Binary file not shown.
Binary file added lib/jamm-0.2.2.jar
Binary file not shown.
File renamed without changes.

0 comments on commit 5d86868

Please sign in to comment.