RFR: 8186670: Implement _onSpinWait() intrinsic for AArch64 [v8]

Christian Hagedorn chagedorn at openjdk.java.net
Wed Sep 29 06:47:35 UTC 2021


On Wed, 29 Sep 2021 02:12:31 GMT, Nick Gasson <ngasson at openjdk.org> wrote:

>> Done.
>
> The [IR test framework](https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/compiler/lib/ir_framework/README.md) can parse the C2 opto assembly output, and also control compilation level and flags through method annotations. I'm not sure if we could use that to check the C1 output though. Maybe @chhagedorn has some ideas?

The framework only supports regex matching on C2's ideal and opto assembly output. You would still need the current checks for C1's output. So, I'm not sure if it's worth transforming the C2 checks only to use the framework.

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

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


More information about the hotspot-dev mailing list