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

Comparing jsr166/src/test/tck/LockSupportTest.java (file contents):
Revision 1.6 by dl, Mon Dec 29 19:05:40 2003 UTC vs.
Revision 1.7 by dl, Wed Jul 12 12:59:04 2006 UTC

# Line 75 | Line 75 | public class LockSupportTest extends JSR
75                  public void run() {
76                      try {
77                          LockSupport.park();
78                        threadAssertTrue(Thread.interrupted());
78                      } catch(Exception e){
79                          threadUnexpectedException();
80                      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines