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

IdealLoopTree::iteration_split_impl does not use should_align

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • b22

      There is a TODO item in IdealLoopTree::iteration_split_impl:

        // TODO: Remove align -- not used.
        bool should_align = policy_align(phase);

      Indeed, it is not used, because policy_align always returns FALSE. Can clean up some of the code around too.

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

              Created:
              Updated:
              Resolved: