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

Comparing jsr166/src/test/tck/ForkJoinPool19Test.java (file contents):
Revision 1.2 by dl, Fri May 6 16:02:32 2022 UTC vs.
Revision 1.3 by jsr166, Fri Nov 25 16:39:48 2022 UTC

# Line 41 | Line 41 | public class ForkJoinPool19Test extends
41          assertEquals(3, p.setParallelism(2));
42          p.shutdown();
43      }
44 +
45      /**
46       * SetParallelism throws exception if argument out of bounds
47       */
# Line 60 | Line 61 | public class ForkJoinPool19Test extends
61          p.shutdown();
62      }
63  
64 <
64 >
65      /*
66       * Some test methods adapted from RecursiveAction
67       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines