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

Comparing jsr166/src/test/tck/RecursiveActionTest.java (file contents):
Revision 1.51 by jsr166, Sat Oct 21 06:49:04 2017 UTC vs.
Revision 1.52 by jsr166, Wed Nov 8 02:21:43 2017 UTC

# Line 99 | Line 99 | public class RecursiveActionTest extends
99          try {
100              assertNull(a.get());
101              assertNull(a.get(randomTimeout(), randomTimeUnit()));
102 <        } catch (Exception fail) { threadUnexpectedException(fail); }
102 >        } catch (Throwable fail) { threadUnexpectedException(fail); }
103      }
104  
105      void checkCancelled(RecursiveAction a) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines