projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d377f
)
*** empty log message ***
author
navid
<navid>
Tue, 27 Jan 2009 03:01:02 +0000
(
03:01
+0000)
committer
navid
<navid>
Tue, 27 Jan 2009 03:01:02 +0000
(
03:01
+0000)
Robust/Transactions/dstm2/src/dstm2/Thread.java
patch
|
blob
|
history
diff --git
a/Robust/Transactions/dstm2/src/dstm2/Thread.java
b/Robust/Transactions/dstm2/src/dstm2/Thread.java
index e3dda09763f36021378351d425bcccc9c3102654..ce56db126fd9c5092fcb99ac91bbbb1add0e3549 100644
(file)
--- a/
Robust/Transactions/dstm2/src/dstm2/Thread.java
+++ b/
Robust/Transactions/dstm2/src/dstm2/Thread.java
@@
-318,9
+318,10
@@
public class Thread extends java.lang.Thread{
totalTotal += threadState.total;
threadState.reset(); // set up for next iteration
}
- if (result == null)
+
/*
if (result == null)
throw new GracefulException();
- else return result;
+ else return result;*/
+ return result;
}
/**
* Execute transaction