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

Amit Kumar amitkumar at openjdk.org
Fri Aug 25 03:49:35 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 incrementally with two additional commits since the last revision:

 - remove extra line
 - addition nits

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14902/files
  - new: https://git.openjdk.org/jdk/pull/14902/files/50c8b6b0..25c41590

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14902&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14902&range=01-02

  Stats: 8 lines in 5 files changed: 5 ins; 3 del; 0 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