RFR: 8310596: Utilize existing method frame::interpreter_frame_monitor_size_in_bytes() [v4]

Amit Kumar amitkumar at openjdk.org
Mon Aug 28 03:37:21 UTC 2023


On Fri, 25 Aug 2023 06:27:24 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**.
>
> Amit Kumar has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 10 commits:
> 
>  - remove extra line
>  - addition nits
>  - address @dholmes-ora suggestions
>  - updates header year
>  - risc-v
>  - arm
>  - x86
>  - aarch
>  - ppc
>  - s390

Thanks David, Stefan for your reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/14902#issuecomment-1694951861


More information about the hotspot-dev mailing list