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

Comparing jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java (file contents):
Revision 1.100 by jsr166, Mon Jul 17 22:27:31 2017 UTC vs.
Revision 1.101 by jsr166, Sun Jul 23 15:59:49 2017 UTC

# Line 1292 | Line 1292 | public class ThreadPoolExecutorSubclassT
1292      public void testMaximumPoolSizeIllegalArgumentException2() {
1293          final ThreadPoolExecutor p =
1294              new CustomTPE(2, 3,
1295 <                          LONG_DELAY_MS,
1296 <                          MILLISECONDS,new ArrayBlockingQueue<Runnable>(10));
1295 >                          LONG_DELAY_MS, MILLISECONDS,
1296 >                          new ArrayBlockingQueue<Runnable>(10));
1297          try (PoolCleaner cleaner = cleaner(p)) {
1298              try {
1299                  p.setMaximumPoolSize(-1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines