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

Quan Anh Mai qamai at openjdk.org
Mon Oct 9 14:09:39 UTC 2023


On Mon, 9 Oct 2023 11:49:16 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix x86 test
>
> test/micro/org/openjdk/bench/java/lang/LongDivMod.java line 97:
> 
>> 95:     }
>> 96: 
>> 97:     public void divmod(long dividend, long divisor, int i) {
> 
> Why did you remove this one?

I inlined the helper into the caller right above.

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

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


More information about the hotspot-compiler-dev mailing list