[jdk18] RFR: 8279924: [PPC64, s390] implement frame::is_interpreted_frame_valid checks [v3]
Martin Doerr
mdoerr at openjdk.java.net
Thu Jan 13 09:18:07 UTC 2022
> Implement frame::is_interpreted_frame_valid like on other platforms. Only interpreter_frame_initial_sp_offset needed to be replaced because it doesn't exist on these platforms.
Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
Fix check if frame is large enough for header plus intepreter state.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk18/pull/96/files
- new: https://git.openjdk.java.net/jdk18/pull/96/files/36c0cfcc..7805e7c3
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk18&pr=96&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk18&pr=96&range=01-02
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk18/pull/96.diff
Fetch: git fetch https://git.openjdk.java.net/jdk18 pull/96/head:pull/96
PR: https://git.openjdk.java.net/jdk18/pull/96
More information about the hotspot-dev
mailing list