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

Suchismith Roy sroy at openjdk.org
Thu Aug 29 07:49:49 UTC 2024


> 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 two additional commits since the last revision:

 - header file change
 - remove frame_resize

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/19947/files
  - new: https://git.openjdk.org/jdk/pull/19947/files/f7d7854c..7c7de0ec

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19947&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19947&range=04-05

  Stats: 13 lines in 3 files changed: 0 ins; 12 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/19947.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19947/head:pull/19947

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


More information about the hotspot-compiler-dev mailing list