ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java (file contents):
Revision 1.65 by dl, Mon Jul 7 18:29:08 2014 UTC vs.
Revision 1.66 by jsr166, Sun Jan 4 01:06:15 2015 UTC

# Line 170 | Line 170 | public class ForkJoinWorkerThread extend
170                  (tk.getDeclaredField("inheritableThreadLocals"));
171              INHERITEDACCESSCONTROLCONTEXT = U.objectFieldOffset
172                  (tk.getDeclaredField("inheritedAccessControlContext"));
173 <
174 <        } catch (Exception e) {
173 >        } catch (ReflectiveOperationException e) {
174              throw new Error(e);
175          }
176      }
# Line 236 | Line 235 | public class ForkJoinWorkerThread extend
235                                                 "InnocuousForkJoinWorkerThreadGroup");
236                      group = parent;
237                  }
238 <            } catch (Exception e) {
238 >            } catch (ReflectiveOperationException e) {
239                  throw new Error(e);
240              }
241              // fall through if null as cannot-happen safeguard

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines