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

Comparing jsr166/src/test/tck/ThreadTest.java (file contents):
Revision 1.16 by jsr166, Sun Feb 22 19:15:14 2015 UTC vs.
Revision 1.17 by jsr166, Sun Feb 22 22:07:17 2015 UTC

# Line 54 | Line 54 | public class ThreadTest extends JSR166Te
54          // Would be nice to explicitly test both ways, but cannot yet.
55          Thread.UncaughtExceptionHandler defaultHandler
56              = Thread.getDefaultUncaughtExceptionHandler();
57        Thread current = Thread.currentThread();
57          MyHandler eh = new MyHandler();
58          try {
59              Thread.setDefaultUncaughtExceptionHandler(eh);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines