RFR: 8330844: Add aliases for conditional jumps and additional instruction forms for x86 [v2]

Scott Gibbons sgibbons at openjdk.org
Mon Apr 22 21:45: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

A large part of this PR was to lessen the burden of reviewing JDK-8320448 changes.  Am I hearing you say that this approach is not desired?  The other PR is a big review and I was hoping to piecemeal some non-core algorithm changes in to make the review easier.

It is, of course, trivial to revert the change to arrays_equals.  Please let me know your final decision.  Thanks.

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

PR Comment: https://git.openjdk.org/jdk/pull/18893#issuecomment-2071001776


More information about the hotspot-compiler-dev mailing list