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

Allow larger OptoLoopAlignment and CodeEntryAlignment

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • 19
    • hotspot
    • b10

      I am following up on the performance issue where the culprit seems to be the too low OptoLoopAlignment. To perform better experiments, I suggest allowing larger alignments.

      Note that we cannot make OptoLoopAlignment larger than CodeEntryAlignment, because nmethod copy would break it, see assert in `MacroAssembler::align`. See JDK-8273459 for latest discussion about it. So CodeEntryAlignment needs to be configurable as well.

      No default value is changed, this only unblocks experiments.

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

              Created:
              Updated:
              Resolved: