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.163 by jsr166, Sun Oct 4 05:52:08 2015 UTC vs.
Revision 1.164 by jsr166, Sun Oct 4 18:40:57 2015 UTC

# Line 590 | Line 590 | public class JSR166TestCase extends Test
590      }
591  
592      /**
593 <     * Finds missing try { ... } finally { joinPool(e); }
593 >     * Finds missing PoolCleaners
594       */
595      void checkForkJoinPoolThreadLeaks() throws InterruptedException {
596          Thread[] survivors = new Thread[7];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines