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.79 by jsr166, Tue Feb 17 18:55:39 2015 UTC vs.
Revision 1.80 by jsr166, Mon Mar 23 18:48:19 2015 UTC

# Line 1120 | Line 1120 | public class Phaser {
1120          } catch (ReflectiveOperationException e) {
1121              throw new Error(e);
1122          }
1123 +
1124 +        // Reduce the risk of rare disastrous classloading in first call to
1125 +        // LockSupport.park: https://bugs.openjdk.java.net/browse/JDK-8074773
1126 +        Class<?> ensureLoaded = LockSupport.class;
1127      }
1128   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines