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

Comparing jsr166/src/test/tck/ReentrantReadWriteLockTest.java (file contents):
Revision 1.26 by dl, Fri Feb 24 00:03:16 2006 UTC vs.
Revision 1.27 by dl, Thu May 18 10:29:23 2006 UTC

# Line 205 | Line 205 | public class ReentrantReadWriteLockTest
205              t.start();
206              Thread.sleep(SHORT_DELAY_MS);
207              t.interrupt();
208 +            Thread.sleep(SHORT_DELAY_MS);
209              lock.writeLock().unlock();
210              t.join();
211          } catch(Exception e){
# Line 252 | Line 253 | public class ReentrantReadWriteLockTest
253              t.start();
254              Thread.sleep(SHORT_DELAY_MS);
255              t.interrupt();
256 +            Thread.sleep(SHORT_DELAY_MS);
257              lock.writeLock().unlock();
258              t.join();
259          } catch(Exception e){
# Line 838 | Line 840 | public class ReentrantReadWriteLockTest
840              t.start();
841              Thread.sleep(SHORT_DELAY_MS);
842              t.interrupt();
843 +            Thread.sleep(SHORT_DELAY_MS);
844              t.join();
845              lock.writeLock().unlock();
846          } catch(Exception e){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines