Check removal of yank() in PhaseIdealLoop::split_if_with_blocks_post

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P4
    • tbd
    • Affects Version/s: 14
    • Component/s: hotspot

      In the process of removing the VerifyOpto flag (JDK-6394013) it was unclear if the following line should be removed in PhaseIdealLoop::split_if_with_blocks_post() in looptopts.cpp:

      1437 if (!x->is_Load() && !x->is_DecodeNarrowPtr()) _igvn._worklist.yank(x);

      This needs some further investigation how a removal affects optimization.

            Assignee:
            Unassigned
            Reporter:
            Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: