RFR: 8293287 add ReplayReduce flag [v4]
Tobias Hartmann
thartmann at openjdk.org
Fri Sep 9 09:34:41 UTC 2022
On Fri, 9 Sep 2022 01:33:02 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Add an experimental flag to help developers "reduce" a replay file.
>>
>> As a first step, I plan to simulate reduced inlining. This will output multiple "compile" lines as if the first level of inlining never happened:
>> A --> B --> C
>> A --> D --> E
>> becomes
>> B --> C
>> D --> E
>> Developers can repeat iteratively until the replay crash no longer reproduces.
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
>
> fix typo
>
> Co-authored-by: Tobias Hartmann <tobias.hartmann at oracle.com>
Okay, I'm fine with adding this functionality, if it's been helpful to you.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10134
More information about the hotspot-dev
mailing list