RFR: JDK-8332423 : [PPC64] Remove C1_MacroAssembler::call_c_with_frame_resize [v4]
Suchismith Roy
sroy at openjdk.org
Wed Aug 28 06:49:01 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 refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
remove stubgenerator change
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19947/files
- new: https://git.openjdk.org/jdk/pull/19947/files/7c0816bf..2230d6c7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19947&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19947&range=02-03
Stats: 100 lines in 1 file changed: 0 ins; 100 del; 0 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