> When doing late inlining, `GraphKit::access_load_at()` may be called > to populate an `InlineTypeNode`. When it executes, it, sometimes, > causes the `map` used by the `GraphKit` instance to change. When that > happens, `CallGenerator::do_late_inline_helper()` continues execution > with an outdated `map` which causes issues during parsing. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision: extra test ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2356/files - new: https://git.openjdk.org/valhalla/pull/2356/files/06b5fefb..89172527 Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2356&range=01 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2356&range=00-01 Stats: 9 lines in 1 file changed: 9 ins; 0 del; 0 mod Patch: https://git.openjdk.org/valhalla/pull/2356.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2356/head:pull/2356 PR: https://git.openjdk.org/valhalla/pull/2356
