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

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.124 by jsr166, Wed Dec 31 21:06:32 2014 UTC vs.
Revision 1.125 by jsr166, Thu Jan 15 18:58:07 2015 UTC

# Line 465 | Line 465 | public class JSR166TestCase extends Test
465      }
466  
467      /**
468 <     * Find missing try { ... } finally { joinPool(e); }
468 >     * Finds missing try { ... } finally { joinPool(e); }
469       */
470      void checkForkJoinPoolThreadLeaks() throws InterruptedException {
471          Thread[] survivors = new Thread[5];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines