RFR: 8319822: Use a linear-time algorithm for assert_different_registers() [v17]

Andrew Haley aph at openjdk.org
Tue Jun 4 07:58:22 UTC 2024


On Mon, 3 Jun 2024 17:34:43 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Kludge to fix build on Arm 32
>
> src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp line 71:
> 
>> 69: #include <sys/types.h>
>> 70: 
>> 71: static_assert(different_registers(zr, sp), "fucked");
> 
> Debugging remnant?

Ah, LOL! :-)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16617#discussion_r1625533145


More information about the hotspot-compiler-dev mailing list