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

Comparing jsr166/src/jdk8/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.7 by jsr166, Sat Mar 11 17:36:10 2017 UTC vs.
Revision 1.8 by jsr166, Sat Mar 11 18:37:21 2017 UTC

# Line 2337 | Line 2337 | public class ForkJoinPool extends Abstra
2337          checkPermission();
2338      }
2339  
2340 <    private Object newInstanceFromSystemProperty(String property)
2340 >    private static Object newInstanceFromSystemProperty(String property)
2341          throws ReflectiveOperationException {
2342          String className = System.getProperty(property);
2343          return (className == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines