RFR: 8349582: APX NDD code generation for OpenJDK [v2]

Srinivas Vamsi Parasa sparasa at openjdk.org
Fri Feb 7 22:01:12 UTC 2025


On Fri, 7 Feb 2025 09:12:43 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   revert to nf version for {pop/tz/lz}cnt count instructions
>
> src/hotspot/cpu/x86/x86_64.ad line 1555:
> 
>> 1553:   } else {
>> 1554:     return (offset < 0x80) ? 5 : 8; // REX
>> 1555:   }
> 
> Please move this out to a separate patch.

Could you please create the PR as you identified and fixed this issue? I will remove this code block once your updated BoxLock node fix is integrated into the mainline.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23501#discussion_r1947248354


More information about the hotspot-compiler-dev mailing list