--- jsr166/src/test/tck/ForkJoinPool8Test.java 2017/10/21 06:54:53 1.37 +++ jsr166/src/test/tck/ForkJoinPool8Test.java 2017/11/08 02:21:43 1.38 @@ -109,7 +109,7 @@ public class ForkJoinPool8Test extends J try { assertNull(a.get()); assertNull(a.get(randomTimeout(), randomTimeUnit())); - } catch (Exception fail) { threadUnexpectedException(fail); } + } catch (Throwable fail) { threadUnexpectedException(fail); } } void checkCancelled(ForkJoinTask a) {