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

Comparing jsr166/src/test/tck/ForkJoinPool8Test.java (file contents):
Revision 1.36 by jsr166, Mon May 29 19:15:02 2017 UTC vs.
Revision 1.37 by jsr166, Sat Oct 21 06:54:53 2017 UTC

# Line 109 | Line 109 | public class ForkJoinPool8Test extends J
109          try {
110              assertNull(a.get());
111              assertNull(a.get(randomTimeout(), randomTimeUnit()));
112 <        } catch (Throwable fail) { threadUnexpectedException(fail); }
112 >        } catch (Exception fail) { threadUnexpectedException(fail); }
113      }
114  
115      void checkCancelled(ForkJoinTask a) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines