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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.268 by jsr166, Wed Mar 4 00:22:30 2015 UTC vs.
Revision 1.269 by jsr166, Mon Mar 23 18:48:19 2015 UTC

# Line 6285 | Line 6285 | public class ConcurrentHashMap<K,V> exte
6285          } catch (ReflectiveOperationException e) {
6286              throw new Error(e);
6287          }
6288 +
6289 +        // Reduce the risk of rare disastrous classloading in first call to
6290 +        // LockSupport.park: https://bugs.openjdk.java.net/browse/JDK-8074773
6291 +        Class<?> ensureLoaded = LockSupport.class;
6292      }
6293   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines