RFR: 8360936: Test compiler/onSpinWait/TestOnSpinWaitAArch64.java fails after JDK-8359435 [v8]
Evgeny Astigeevich
eastigeevich at openjdk.org
Thu Jul 10 12:58:23 UTC 2025
On Thu, 10 Jul 2025 12:24:51 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> I fixed this.
>> I have also added a specialized lambda function to count expected instructions:
>> - for disassembled code, just check a line.
>> - for hex code, split and count.
>
> Not sure lambdas make this cleaner, TBH.
Ok, the lambda is removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26072#discussion_r2197659251
More information about the hotspot-compiler-dev
mailing list