RFR: 8330844: Add aliases for conditional jumps and additional instruction forms for x86 [v2]
Scott Gibbons
sgibbons at openjdk.org
Mon Apr 22 20:51:28 UTC 2024
On Mon, 22 Apr 2024 20:47:52 GMT, Scott Gibbons <sgibbons at openjdk.org> wrote:
>> Adding infrastructure for JDK-8320448. Aliasing conditional jump instructions; making arrays_equals accessible from stubs; adding some x86 instructions.
>
> Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>
> Undo move of arrays_equals
Adding the `#ifdef COMPILER2` in `stubGenerator_x86_64_string.cpp` allows for good compilation for JDK-8320448, so I can undo the move. Thanks for spotting that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18893#issuecomment-2070926706
More information about the hotspot-compiler-dev
mailing list