--- jsr166/src/jsr166y/ForkJoinWorkerThread.java 2009/08/03 13:40:07 1.28 +++ jsr166/src/jsr166y/ForkJoinWorkerThread.java 2009/08/06 15:13:54 1.29 @@ -90,7 +90,7 @@ public class ForkJoinWorkerThread extend * AtomicIntegers and AtomicReferenceArrays for the indices and * array is significantly slower because of memory locality and * indirection effects.) - * + * * Further, performance on most platforms is very sensitive to * placement and sizing of the (resizable) queue array. Even * though these queues don't usually become all that big, the