> The Linux JIT perf map now lists ranges for individual vtable trampolines. > > Example perf map output snippet before: > > 0x00007b6b8fc03ce0 0x0000000000000608 vtable chunks > > > Example perf map output snippet after: > > 0x00007f6fa05726c0 0x000000000000001f vtable stub [39] > 0x00007f6fa0572960 0x000000000000001f vtable stub [28] > 0x00007f6fa0572990 0x000000000000001f vtable stub [30] > 0x00007f6fa05729f0 0x000000000000001f vtable stub [14] > 0x00007f6fa0572630 0x000000000000001f vtable stub [8] > 0x00007f6fa0572690 0x000000000000001f vtable stub [9] > 0x00007f6fa0572480 0x000000000000001f vtable stub [10] > 0x00007f6fa05726f0 0x000000000000001f vtable stub [5] > 0x00007f6fa0572660 0x000000000000001f vtable stub [6] > 0x00007f6fa05729c0 0x000000000000001f vtable stub [7] > 0x00007f6fa0572450 0x000000000000001f vtable stub [1] > 0x00007f6fa0572170 0x000000000000001f vtable stub [3] > > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Benjamin Peterson has updated the pull request incrementally with one additional commit since the last revision: fix typo ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31638/files - new: https://git.openjdk.org/jdk/pull/31638/files/248d87d4..c3693322 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31638&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31638&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31638.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31638/head:pull/31638 PR: https://git.openjdk.org/jdk/pull/31638
