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

Comparing jsr166/src/main/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.47 by jsr166, Fri May 30 16:10:11 2014 UTC vs.
Revision 1.48 by jsr166, Sun Jan 4 01:06:15 2015 UTC

# Line 732 | Line 732 | public abstract class CountedCompleter<T
732              U = sun.misc.Unsafe.getUnsafe();
733              PENDING = U.objectFieldOffset
734                  (CountedCompleter.class.getDeclaredField("pending"));
735 <        } catch (Exception e) {
735 >        } catch (ReflectiveOperationException e) {
736              throw new Error(e);
737          }
738      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines