...
Tasklist | ||||
---|---|---|---|---|
| ||||
||Completed||Priority||Locked||CreatedDate||CompletedDate||Assignee||Name||
|F|M|F|1270127769421| |dmohindr|In "to add overflow checking *within* the synchronized getSum() " ... replace "within" with "to" ?|
|F|M|F|1270674788771| |dmohindr|"The simple replacement of the two int fields with atomic integers in this example does not eliminate the race condition because the compound operation a + b is still non-atomic." replace with => a.get() + b.get() ?|
|
...
CON38-J. Synchronize on a class literal instead of getClass() 11. Concurrency (CON) CON01-J. Ensure that compound operations on shared variables are atomic