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.188 by dl, Fri May 24 15:37:30 2013 UTC vs.
Revision 1.189 by jsr166, Wed Jun 19 16:36:45 2013 UTC

# Line 3231 | Line 3231 | public class ForkJoinPool extends Abstra
3231          ForkJoinWorkerThreadFactory factory
3232              = defaultForkJoinWorkerThreadFactory;
3233          UncaughtExceptionHandler handler = null;
3234 <        try {  // ignore exceptions in accesing/parsing properties
3234 >        try {  // ignore exceptions in accessing/parsing properties
3235              String pp = System.getProperty
3236                  ("java.util.concurrent.ForkJoinPool.common.parallelism");
3237              String fp = System.getProperty

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines