Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8293287

add ReplayReduce flag

XMLWordPrintable

    • b15

      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.

            dlong Dean Long
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: