Integrated: 8310596: Utilize existing method frame::interpreter_frame_monitor_size_in_bytes()
Amit Kumar
amitkumar at openjdk.org
Mon Aug 28 03:37:22 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**.
This pull request has now been integrated.
Changeset: 7fbad4cd
Author: Amit Kumar <amitkumar at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7fbad4cd5e2b6107410e82ae774aa8b5c05f6054
Stats: 58 lines in 21 files changed: 6 ins; 21 del; 31 mod
8310596: Utilize existing method frame::interpreter_frame_monitor_size_in_bytes()
Reviewed-by: dholmes, stefank
-------------
PR: https://git.openjdk.org/jdk/pull/14902
More information about the hotspot-dev
mailing list