Integrated: 8293287 add ReplayReduce flag
Dean Long
dlong at openjdk.org
Fri Sep 9 18:49:46 UTC 2022
On Fri, 2 Sep 2022 01:20:26 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.
This pull request has now been integrated.
Changeset: dbec22b8
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dbec22b84b0ffce447b43271e12ed7d0eed6c387
Stats: 135 lines in 9 files changed: 41 ins; 88 del; 6 mod
8293287: add ReplayReduce flag
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/10134
More information about the hotspot-dev
mailing list