C2 disables some optimizations when a large number of unique nodes exist

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b69

        Example:

          // Use same limit as split_if_with_blocks_post
          if( C->unique() > 35000 ) return n; // Method too big

        in PhaseIdealLoop::split_if_with_blocks_pre()

        Can hurt JSR292 performance for which we have a huge number of unique nodes.

              Assignee:
              Vladimir Ivanov
              Reporter:
              Roland Westrelin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: