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.5 by dl, Sat Dec 27 19:26:43 2003 UTC vs.
Revision 1.6 by dl, Mon Dec 29 19:05:40 2003 UTC

# Line 20 | Line 20 | public class LockSupportTest extends JSR
20      }
21  
22      /**
23 <     * park is released by unpark occuring after park
23 >     * park is released by unpark occurring after park
24       */
25      public void testPark() {
26          Thread t = new Thread(new Runnable() {
# Line 44 | Line 44 | public class LockSupportTest extends JSR
44      }
45  
46      /**
47 <     * park is released by unpark occuring before park
47 >     * park is released by unpark occurring before park
48       */
49      public void testPark2() {
50          Thread t = new Thread(new Runnable() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines