[jboss-cvs] JBossAS SVN: r94432 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/stress.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 6 14:58:47 EDT 2009
Author: bstansberry at jboss.com
Date: 2009-10-06 14:58:46 -0400 (Tue, 06 Oct 2009)
New Revision: 94432
Modified:
branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/stress/StressTester.java
Log:
Stopped s/b volatile
Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/stress/StressTester.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/stress/StressTester.java 2009-10-06 18:50:44 UTC (rev 94431)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/stress/StressTester.java 2009-10-06 18:58:46 UTC (rev 94432)
@@ -48,7 +48,7 @@
private long finishTime;
private long sleepTime;
private long startupDelay;
- private boolean stopped;
+ private volatile boolean stopped;
private File logFile;
private PrintWriter logWriter;
private boolean wroteLog;
More information about the jboss-cvs-commits
mailing list