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

Amit Kumar amitkumar at openjdk.org
Fri Aug 25 06:27:24 UTC 2023


> [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

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

Changes: https://git.openjdk.org/jdk/pull/14902/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14902&range=03
  Stats: 58 lines in 21 files changed: 6 ins; 21 del; 31 mod
  Patch: https://git.openjdk.org/jdk/pull/14902.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14902/head:pull/14902

PR: https://git.openjdk.org/jdk/pull/14902


More information about the hotspot-dev mailing list