Integrated: JDK-8332423 : [PPC64] Remove C1_MacroAssembler::call_c_with_frame_resize

Suchismith Roy sroy at openjdk.org
Thu Sep 5 15:47:57 UTC 2024


On Fri, 28 Jun 2024 16:44:12 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.

This pull request has now been integrated.

Changeset: b895d7cf
Author:    Suchismith Roy <sroy at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b895d7cf9fe0370a919e7092e40ac3458d91e95e
Stats:     62 lines in 10 files changed: 3 ins; 48 del; 11 mod

8332423: [PPC64] Remove C1_MacroAssembler::call_c_with_frame_resize

Reviewed-by: mdoerr, varadam

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

PR: https://git.openjdk.org/jdk/pull/19947


More information about the hotspot-compiler-dev mailing list