RFR: JDK-8332423 : [PPC64] Remove C1_MacroAssembler::call_c_with_frame_resize [v10]

duke duke at openjdk.org
Thu Sep 5 14:33:53 UTC 2024


On Wed, 4 Sep 2024 11:37:54 GMT, Suchismith Roy <sroy at openjdk.org> wrote:

>> JBS Issue : [JDK-8332423](https://bugs.openjdk.org/browse/JDK-8332423)
>> C1_MacroAssembler::call_c_with_frame_resize is only used with frame_resize == 0. 
>> Also, call_c is adapted as per endianess of system. 
>> We can adapt the exisiting code to handle the endianness check at one place and not have to repeatedly check at multiple places to make calls to call_c.
>
> Suchismith Roy has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - LIRA assembler call_c
>  - LIRA assembler call_c
>  - LIRA assembler call_c

@suchismith1993 
Your change (at version b02b198226fc0f683648b3c91dba683cdf6e4c20) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/19947#issuecomment-2331845806


More information about the hotspot-compiler-dev mailing list