Parent Directory
|
Revision Log
|
Patch
revision 1.52, Sun Jul 22 21:04:56 2018 UTC | revision 1.53, Sun Jul 22 22:13:55 2018 UTC | |
---|---|---|
# | Line 464 | Line 464 |
464 | try { | try { |
465 | task.cancel(true); | task.cancel(true); |
466 | shouldThrow(); | shouldThrow(); |
467 | } catch (SecurityException expected) {} | } catch (SecurityException success) {} |
468 | ||
469 | // We failed to deliver the interrupt, but the world retains | // We failed to deliver the interrupt, but the world retains |
470 | // its sanity, as if we had done task.cancel(false) | // its sanity, as if we had done task.cancel(false) |
|
Doug Lea | ViewVC Help |
Powered by ViewVC 1.0.8 |