> 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: review ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2356/files - new: https://git.openjdk.org/valhalla/pull/2356/files/723cf12f..a5d92b64 Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2356&range=03 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2356&range=02-03 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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
