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

Comparing jsr166/src/jsr166y/CountedCompleter.java (file contents):
Revision 1.11 by jsr166, Wed Nov 14 18:45:53 2012 UTC vs.
Revision 1.12 by jsr166, Wed Nov 14 20:06:49 2012 UTC

# Line 477 | Line 477 | public abstract class CountedCompleter<T
477              throw new Error(e);
478          }
479      }
480 +
481      /**
482       * Returns a sun.misc.Unsafe.  Suitable for use in a 3rd party package.
483       * Replace with a simple call to Unsafe.getUnsafe when integrating
# Line 504 | Line 505 | public abstract class CountedCompleter<T
505              }
506          }
507      }
507
508   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines