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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.84 by dl, Fri Mar 6 00:23:21 2015 UTC vs.
Revision 1.85 by jsr166, Mon Mar 23 18:48:19 2015 UTC

# Line 1556 | Line 1556 | public class LinkedTransferQueue<E> exte
1556          } catch (ReflectiveOperationException e) {
1557              throw new Error(e);
1558          }
1559 +
1560 +        // Reduce the risk of rare disastrous classloading in first call to
1561 +        // LockSupport.park: https://bugs.openjdk.java.net/browse/JDK-8074773
1562 +        Class<?> ensureLoaded = LockSupport.class;
1563      }
1564   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines