RFR: 8310596: [PPC/s390] Utilize existing method frame::interpreter_frame_monitor_size_in_bytes()

Amit Kumar amitkumar at openjdk.org
Mon Jul 17 11:29:33 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**.

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

Commit messages:
 - 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=00
  Issue: https://bugs.openjdk.org/browse/JDK-8310596
  Stats: 63 lines in 25 files changed: 24 ins; 5 del; 34 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