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

Andrej Golovnin andrej.golovnin at gmail.com
Wed Jan 27 13:48:39 UTC 2016


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