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

Comparing jsr166/src/jsr166e/ForkJoinPool.java (file contents):
Revision 1.59 by jsr166, Wed Jun 19 16:22:44 2013 UTC vs.
Revision 1.60 by jsr166, Wed Jun 19 16:36:45 2013 UTC

# Line 3282 | Line 3282 | public class ForkJoinPool extends Abstra
3282          ForkJoinWorkerThreadFactory factory
3283              = defaultForkJoinWorkerThreadFactory;
3284          UncaughtExceptionHandler handler = null;
3285 <        try {  // ignore exceptions in accesing/parsing properties
3285 >        try {  // ignore exceptions in accessing/parsing properties
3286              String pp = System.getProperty
3287                  ("java.util.concurrent.ForkJoinPool.common.parallelism");
3288              String fp = System.getProperty

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines