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

Comparing jsr166/src/main/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.52 by jsr166, Tue Oct 20 05:03:12 2015 UTC vs.
Revision 1.53 by jsr166, Tue Apr 19 22:55:30 2016 UTC

# Line 725 | Line 725 | public abstract class CountedCompleter<T
725      protected void setRawResult(T t) { }
726  
727      // Unsafe mechanics
728 <    private static final sun.misc.Unsafe U = sun.misc.Unsafe.getUnsafe();
728 >    private static final jdk.internal.misc.Unsafe U = jdk.internal.misc.Unsafe.getUnsafe();
729      private static final long PENDING;
730      static {
731          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines