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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.333 by jsr166, Fri Feb 3 20:21:47 2017 UTC vs.
Revision 1.334 by jsr166, Sat Mar 11 18:37:21 2017 UTC

# Line 2325 | Line 2325 | public class ForkJoinPool extends Abstra
2325          checkPermission();
2326      }
2327  
2328 <    private Object newInstanceFromSystemProperty(String property)
2328 >    private static Object newInstanceFromSystemProperty(String property)
2329          throws ReflectiveOperationException {
2330          String className = System.getProperty(property);
2331          return (className == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines