Integrated: 8254108: ciReplay: Support incremental inlining

Christian Hagedorn chagedorn at openjdk.java.net
Tue Nov 23 15:25:28 UTC 2021


On Tue, 16 Nov 2021 15:45:15 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This patch adds support to explicitly apply incremental inlining when replay compiling a method if the original compilation of the method was also incrementally inlined. We write a new value when dumping the inline tree to indicate if an inlinee was incrementally inlined (`= 1`) or not (`= 0`). 
> 
> To implement this, I updated the `REPLAY_VERSION` to 2 and additionally added a test to verify that old replay file versions are still working. I added some support to modify/remove version numbers of generated replay files in tests. I also refactored the test added by JDK-8275868 to reuse some of the methods.
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 38802ad5
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/38802ad56a31efc90733cb75ea27f019e2c4f5a4
Stats:     629 lines in 9 files changed: 451 ins; 134 del; 44 mod

8254108: ciReplay: Support incremental inlining

Reviewed-by: dlong, thartmann

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

PR: https://git.openjdk.java.net/jdk/pull/6413


More information about the hotspot-compiler-dev mailing list