Searched refs:FJException (Results 1 - 6 of 6) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DForkJoinPool8Test.java181 public static final class FJException extends RuntimeException { class in class:ForkJoinPool8Test
182 public FJException() { super(); } method in class:ForkJoinPool8Test.FJException
183 public FJException(Throwable cause) { super(cause); } method in class:ForkJoinPool8Test.FJException
212 throw new FJException();
301 f.completeExceptionally(new FJException());
308 } catch (FJException success) {
333 f.completeExceptionally(new FJException());
417 } catch (FJException success) {
432 assertTrue(f.getException() instanceof FJException);
449 } catch (FJException succes
[all...]
H A DRecursiveActionTest.java170 public static final class FJException extends RuntimeException { class in class:RecursiveActionTest
171 public FJException() { super(); } method in class:RecursiveActionTest.FJException
172 public FJException(Throwable cause) { super(cause); } method in class:RecursiveActionTest.FJException
201 throw new FJException();
290 f.completeExceptionally(new FJException());
297 } catch (FJException success) {
322 f.completeExceptionally(new FJException());
349 fibActions[2].completeExceptionally(new FJException());
351 fibActions[5].completeExceptionally(new FJException());
395 } catch (FJException succes
[all...]
H A DForkJoinTaskTest.java215 public static final class FJException extends RuntimeException { class in class:ForkJoinTaskTest
216 FJException() { super(); } method in class:ForkJoinTaskTest.FJException
265 completeExceptionally(new FJException());
384 completeExceptionally(new FJException());
523 } catch (FJException success) {
538 assertTrue(f.getException() instanceof FJException);
555 } catch (FJException success) {
575 assertTrue(cause instanceof FJException);
595 assertTrue(cause instanceof FJException);
611 assertTrue(f.getException() instanceof FJException);
[all...]
H A DForkJoinTask8Test.java199 public static final class FJException extends RuntimeException { class in class:ForkJoinTask8Test
200 FJException() { super(); } method in class:ForkJoinTask8Test.FJException
226 completeThisExceptionally(new FJException());
252 completeExceptionally(new FJException());
330 throw new FJException();
368 throw new FJException();
373 completeExceptionally(new FJException());
559 } catch (FJException success) {
580 assertTrue(f.getException() instanceof FJException);
603 } catch (FJException succes
[all...]
H A DCountedCompleterTest.java208 public static final class FJException extends RuntimeException { class in class:CountedCompleterTest
209 FJException() { super(); } method in class:CountedCompleterTest.FJException
314 .checkCompletesExceptionally(new FJException());
316 .checkCompletesExceptionally(new FJException());
619 completeExceptionally(new FJException());
758 } catch (FJException success) {
773 assertTrue(f.getException() instanceof FJException);
790 } catch (FJException success) {
810 assertTrue(cause instanceof FJException);
830 assertTrue(cause instanceof FJException);
[all...]
H A DRecursiveTaskTest.java187 public static final class FJException extends RuntimeException { class in class:RecursiveTaskTest
188 public FJException() { super(); } method in class:RecursiveTaskTest.FJException
220 throw new FJException();
355 } catch (FJException success) {
371 assertTrue(f.getException() instanceof FJException);
389 } catch (FJException success) {
410 assertTrue(cause instanceof FJException);
431 assertTrue(cause instanceof FJException);
448 assertTrue(f.getException() instanceof FJException);
648 } catch (FJException succes
[all...]

Completed in 30 milliseconds