RFA 8056248: Improve ForkJoin thread throttling

Alan Bateman Alan.Bateman at oracle.com
Fri Sep 5 10:46:15 UTC 2014


On 05/09/2014 11:31, Paul Sandoz wrote:
> :
> I am saying i could pull the *specification* of the property, as per the little patch in the original email (it would still implemented for ease of backporting any future updates).
>
> If we make it implementation specific, as Alan suggests, then perhaps it may need to be renamed?
>
> My preference is to pull the specification (it's extremely rare that this property will be used anyway).
>
I don't think the rename is strictly required as there are other 
examples of other java.* properties that aren't in the specification. 
java.util.Arrays.useLegacyMergeSort is one that comes to mind, there are 
others.

Clearly it would be nicer to have JDK-specific properties be jdk.* but 
changing this one would be annoyance when migrating from from 8u to 9.

-Alan.


More information about the jdk8u-dev mailing list