> Hi, please consider the following changes: > > this fix adds extra asserts into > `interpreterRuntime::member_name_arg_or_null()` and slightly changes its > logic with respect to bad oops. The goal is to detect if the > `member_name_oop` is not pointing at a member name in fact, which could have > happened before, when using `MethodHandleHelper.linkToStatic()` with wrong > order of arguments. A separate test is added. > > Tested in tiers 1 - 5. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Anton Artemov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision: - Merge remote-tracking branch 'origin/master' into JDK-8380080-popframe-logic-assumption - 8380080: Addressed reviewer's comments. - 8380080: More work. - 8380080: More work. - 8380080: More work. - 8380080: More work. - 8380080: Make sure method name is in local0 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30946/files - new: https://git.openjdk.org/jdk/pull/30946/files/27a5f8af..15c1c547 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30946&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30946&range=01-02 Stats: 75061 lines in 769 files changed: 18151 ins; 54418 del; 2492 mod Patch: https://git.openjdk.org/jdk/pull/30946.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30946/head:pull/30946 PR: https://git.openjdk.org/jdk/pull/30946
