RFR: 8278241: Implement JVM SpinPause on linux-aarch64

Andrew Haley aph at openjdk.java.net
Sat Dec 11 09:29:09 UTC 2021


On Fri, 10 Dec 2021 21:07:13 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:

> @nick-arm @theRealAph @stooart-mon Hi, could you have a look please?

This is way too complicated. I'd use `MacroAssembler::spin_wait()` to generate a stub and call it from `SpinPause`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6803


More information about the hotspot-dev mailing list