Skip to content

Commit

Permalink
Doc change.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfreund committed Jun 12, 2015
1 parent d29cbaa commit dc0ee03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tools/fasttrack_cas/FastTrackTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,10 @@ public void access(final AccessEvent fae) {
final int tdEpoch = ts_get_epoch(td);
final CV tdCV = ts_get_cv(td);

// Util.log(tdCV + " " + x);

Object target = fae.getTarget();
if (target == null) {
CV initTime = classInitTime.get(((FieldAccessEvent)fae).getInfo().getField().getOwner());
this.maxEpochAndCV(td, initTime, fae);
//tdCV.max(initTime);
}
if (!fae.isWrite()) {
// READ
Expand Down Expand Up @@ -466,7 +463,6 @@ public void postJoin(final JoinEvent je) {
this.maxEpochAndCV(td, ts_get_cv(joining), je);
} else {
Yikes.yikes("Joined after tid got reused --- don't touch anything related to tid here!");
// this.incEpochAndCV(joining, je);
this.maxEpochAndCV(td, ts_get_cv(joining), je);
}

Expand Down

0 comments on commit dc0ee03

Please sign in to comment.