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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.41 by jsr166, Thu Feb 26 06:53:34 2015 UTC vs.
Revision 1.42 by jsr166, Mon Mar 23 18:56:40 2015 UTC

# Line 3310 | Line 3310 | public class ConcurrentHashMap<K,V> impl
3310          } catch (Exception e) {
3311              throw new Error(e);
3312          }
3313 +
3314 +        // Reduce the risk of rare disastrous classloading in first call to
3315 +        // LockSupport.park: https://bugs.openjdk.java.net/browse/JDK-8074773
3316 +        Class<?> ensureLoaded = LockSupport.class;
3317      }
3318  
3319   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines