> Hi,
> 
> When `StressReachabilityFences` is `true`, the compiler tries to insert a 
> reachability fence for all incoming states of the compilation. This misses 
> the fact that an incoming `InlineTypeNode` may be unbuffered, so this PR 
> fixes that by not inserting reachability fences for incoming 
> `InlineTypeNode`s. In addition, when `reachabilityFence` is called on an 
> `InlineTypeNode`, we need to buffer it.
> 
> Please take a look and leave your reviews, thanks a lot.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Quan Anh Mai has updated the pull request incrementally with one additional 
commit since the last revision:

  compilation failure

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

Changes:
  - all: https://git.openjdk.org/valhalla/pull/2496/files
  - new: https://git.openjdk.org/valhalla/pull/2496/files/f7aa877f..e391c1b0

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

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/valhalla/pull/2496.diff
  Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2496/head:pull/2496

PR: https://git.openjdk.org/valhalla/pull/2496

Reply via email to