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

add ReplayReduce flag

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 20
    • 20
    • hotspot
    • b15

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: