RFR: 8308091: Remove unused iRegIHeapbase() matching operand [v2]
Tobias Hartmann
thartmann at openjdk.org
Tue May 23 08:53:49 UTC 2023
On Tue, 16 May 2023 08:35:45 GMT, Xiaolin Zheng <xlinzheng at openjdk.org> wrote:
>> The `iRegIHeapbase()` matching operand has no usage on both AArch64 and RISC-V platforms after [JDK-8242449](https://bugs.openjdk.org/browse/JDK-8242449) and [JDK-8306667](https://bugs.openjdk.org/browse/JDK-8306667), respectively. As the following-up action discussed in the code review process of [JDK-8306667](https://bugs.openjdk.org/browse/JDK-8306667) (#13577), this is a small cleanup for the `iRegIHeapbase()` matching operand.
>>
>> Passed fastdebug/release build on both AArch64/RISC-V platforms.
>>
>> Thanks,
>> Xiaolin
>
> Xiaolin Zheng has updated the pull request incrementally with one additional commit since the last revision:
>
> Further cleanups
Looks good to me too.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13983#pullrequestreview-1439049242
More information about the hotspot-compiler-dev
mailing list