RFR: 8277503: compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java failed with "OnSpinWaitInst with the expected value isb not found."

Christian Hagedorn chagedorn at openjdk.java.net
Tue Nov 23 15:09:09 UTC 2021


On Tue, 23 Nov 2021 14:23:20 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:

> OnSpinWaitInst/OnSpinWaitInstCount are diagnostic options.
> 'XX:+PrintFlagsFinal' does not print diagnostic options in release builds which causes the test failure. 
> The fix is to use '-XX:+UnlockDiagnosticVMOptions'.
> 
> Testing: release and fastdebug builds
> - `make test TEST=hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java`: Passed

Looks good!

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

Marked as reviewed by chagedorn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list