> 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/89172527..723cf12f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2356&range=02
 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2356&range=01-02

  Stats: 1 line in 1 file changed: 1 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

Reply via email to