RFR: 8282365: Optimize divideUnsigned and remainderUnsigned for constants [v25]

Quan Anh Mai qamai at openjdk.org
Fri Oct 6 17:54:28 UTC 2023


On Fri, 6 Oct 2023 07:15:08 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/integerArithmetic/DivisionByConstant.java line 37:
>> 
>>> 35:  * result.
>>> 36:  *
>>> 37:  * @requires os.simpleArch=="x64"
>> 
>> Can you move the `x64` requirement to the IR rule? This has just been made possible with [JDK-8280120](https://bugs.openjdk.org/browse/JDK-8280120)
>
> Same with your other tests. That way, we can at least make sure that the results are correct on all other platforms.

Done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/9947#discussion_r1349150570


More information about the hotspot-compiler-dev mailing list