> While following up on concurrent marking performance, I noticed that we > stopped / failed to inline some of the hot methods in marking loop. We need > to rework this. > > This PR replaces the build-time "bump" for inlining heuristics into explicit > inlining hints across the hot path. I have eyeballed the profiles on typical > workloads and the inlining makes sense now. > > Additional testing: > - [x] Linux x86_64 server fastdebug, `hotspot_gc_shenandoah` > - [x] Ad-hoc marking performance tests > - [ ] Regular testing pipelines > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Aleksey Shipilev has updated the pull request incrementally with two additional commits since the last revision: - Cosmetics - Benchmarks show array path is still important ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31634/files - new: https://git.openjdk.org/jdk/pull/31634/files/e5153a3c..a57cb2fe Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31634&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31634&range=00-01 Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/31634.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31634/head:pull/31634 PR: https://git.openjdk.org/jdk/pull/31634
