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

Comparing jsr166/src/main/java/util/concurrent/Phaser.java (file contents):
Revision 1.76 by jsr166, Wed Dec 31 07:54:14 2014 UTC vs.
Revision 1.77 by jsr166, Sun Jan 4 01:06:15 2015 UTC

# Line 1123 | Line 1123 | public class Phaser {
1123              Class<?> k = Phaser.class;
1124              stateOffset = UNSAFE.objectFieldOffset
1125                  (k.getDeclaredField("state"));
1126 <        } catch (Exception e) {
1126 >        } catch (ReflectiveOperationException e) {
1127              throw new Error(e);
1128          }
1129      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines