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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • hotspot
    • b69

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

                vlivanov Vladimir Ivanov
                roland Roland Westrelin
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: