ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/RLIBar.java
(Generate patch)

Comparing jsr166/src/test/loops/RLIBar.java (file contents):
Revision 1.6 by jsr166, Mon Sep 27 19:15:15 2010 UTC vs.
Revision 1.7 by jsr166, Sat Oct 16 16:22:57 2010 UTC

# Line 221 | Line 221 | public class RLIBar {
221              if (false && j == 2) {
222                  System.out.print("Hold activated ...");
223                  HoldQ.lock();
224 <                try  {
224 >                try {
225                      Hold = true;
226                      while (Hold) HoldQCond.await();
227                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines