RFR: 8284848: C2: Compiler blackhole arguments should be treated as globally escaping [v4]
Aleksey Shipilev
shade at openjdk.java.net
Fri Apr 22 17:53:27 UTC 2022
> Blackholes should make the arguments to be treated as globally escaping, to match the expected behavior of legacy JMH blackholes. See more discussion in the bug.
>
> Additional testing:
> - [x] Linux x86_64 fastdebug `tier1`
> - [x] Linux x86_64 fastdebug `tier2`
> - [x] OpenJDK microbenchmark corpus sanity run
Aleksey Shipilev 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 ten additional commits since the last revision:
- Copyrights
- Merge branch 'master' into JDK-8284848-blackhole-ea-args
- Cherry pick JDK-8285394
- Merge branch 'master' into JDK-8284848-blackhole-ea-args
- Merge branch 'master' into JDK-8284848-blackhole-ea-args
- Fix failures found by microbenchmark corpus run 1
- IR tests
- Handle only pointer arguments
- Fix
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8228/files
- new: https://git.openjdk.java.net/jdk/pull/8228/files/cb8085f8..a2f0001f
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8228&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8228&range=02-03
Stats: 18058 lines in 1151 files changed: 11042 ins; 3213 del; 3803 mod
Patch: https://git.openjdk.java.net/jdk/pull/8228.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8228/head:pull/8228
PR: https://git.openjdk.java.net/jdk/pull/8228
More information about the hotspot-compiler-dev
mailing list