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

Fuzz instruction scheduling in HotSpot compilers

XMLWordPrintable

    • b22
    • generic
    • generic

        This improvement will greatly aid the concurrency testing.

        The possible idea is:
          - LCM schedules the instructions within the basic block, choosing the schedule based on the node inputs, latency, etc; we can hijack the selection process and randomize the choice.
          - GCM selects the basic block up the dominator tree with the best latency to fit the Node in; we can hijack this and randomize the placement.

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: