[jdk11u-dev] RFR: 8279924: [PPC64, s390] implement frame::is_interpreted_frame_valid checks [v3]

Martin Doerr mdoerr at openjdk.java.net
Mon Jan 31 16:25:59 UTC 2022


> Backport of JDK-8279924. Applies cleanly except Copyright update. `is_in_stack_range_incl` needs to get replaced by 11u code like on other platforms (see 2nd commit). An old assertion is not compatible with this new code. I've integrated the removal backport from JDK-8254158 (see 3rd commit, x86 removed it already with JDK-8146546 in JDK9).

Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:

  Integrate bad assert removal from JDK-8254158 (x86 was already changed by JDK-8146546).

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

Changes:
  - all: https://git.openjdk.java.net/jdk11u-dev/pull/796/files
  - new: https://git.openjdk.java.net/jdk11u-dev/pull/796/files/9b4e7260..22d5a0de

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=796&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=796&range=01-02

  Stats: 12 lines in 3 files changed: 6 ins; 0 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/796.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/796/head:pull/796

PR: https://git.openjdk.java.net/jdk11u-dev/pull/796


More information about the jdk-updates-dev mailing list