conversant/disruptor

Add JDK9 support for Thread.onSpinWait()

jvz opened this issue · 1 comments

jvz commented

See JEP 285. I see a spin lock being used here that could benefit from the new method. Of course, this would probably warrant a multi-release jar.

Thanks for the heads up. I created a feature branch for java9 support. Currently this method is not in the Oracle early release jdk so I'll create a build once it appears.