RFR: 8310596: Utilize existing method frame::interpreter_frame_monitor_size_in_bytes()
Amit Kumar
amitkumar at openjdk.org
Thu Jul 27 04:47:52 UTC 2023
On Mon, 17 Jul 2023 11:21:47 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> [small cleanup/enhancement] Adds & updates some code to use `interpreter_frame_monitor_size_in_bytes()` method. I wasn't sure whether we should remove it from PPC & S390 implementation or add it to other archs. For now I have added it but will be happy to revert as PR reviews.
>
> For s390 `interpreter_frame_interpreterstate_size_in_bytes()` was also cleaned up as it is not being used.
>
> fastdebug build tested on **s390** & **apple m1-pro**.
Hi community,
Can I get review on this.
Thanks
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14902#issuecomment-1652905367
More information about the hotspot-dev
mailing list