RFR(XS): 8147844: new method j.l.Runtime.onSpinWait()

Ivan Krylov ivan at azulsystems.com
Wed Jan 27 14:10:04 UTC 2016


Indeed, thanks!
New webrev http://cr.openjdk.java.net/~ikrylov/8147844.jdk.01/

On 27/01/2016 16:48, Andrej Golovnin wrote:
> Hi Ivan,
>
>> Please review the upcoming API changes:
>> http://cr.openjdk.java.net/~ikrylov/8147844.jdk.00/
> I think the semicolon at the end of the line 887 is not needed, e.g:
>
> 887     public static void onSpinWait() {};
>
> should be
>
> 887     public static void onSpinWait() {}
>
> Best regards,
> Andrej Golovnin




More information about the core-libs-dev mailing list