jdk/src/java.base/share/classes/java/util/concurrent/ForkJoinTask.java
changeset 33674 566777f73c32
parent 32988 da3715f8eec3
child 35302 e4d2275861c3
equal deleted inserted replaced
33673:ab8e6d8e3ab9 33674:566777f73c32
  1515         if (ex != null)
  1515         if (ex != null)
  1516             setExceptionalCompletion((Throwable)ex);
  1516             setExceptionalCompletion((Throwable)ex);
  1517     }
  1517     }
  1518 
  1518 
  1519     // Unsafe mechanics
  1519     // Unsafe mechanics
  1520     private static final sun.misc.Unsafe U = sun.misc.Unsafe.getUnsafe();
  1520     private static final jdk.internal.misc.Unsafe U = jdk.internal.misc.Unsafe.getUnsafe();
  1521     private static final long STATUS;
  1521     private static final long STATUS;
  1522 
  1522 
  1523     static {
  1523     static {
  1524         exceptionTableLock = new ReentrantLock();
  1524         exceptionTableLock = new ReentrantLock();
  1525         exceptionTableRefQueue = new ReferenceQueue<Object>();
  1525         exceptionTableRefQueue = new ReferenceQueue<Object>();