Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8235673 [C1, C2] Split inlining control flags
  3. JDK-8247692

Release Note: Flags Controlling C1 Inlining Have New Names

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P3 P3
    • 15
    • 15
    • hotspot
    • Verified

      A number of flags controlling inlining in the C1 and C2 compilers have been split up into separate flags. The C2 compiler keeps the flags with the old names, and the C1 compiler gets the new flags.

      **Old flags now only controlling C2**
      - MaxInlineLevel
      - MaxRecursiveInlineLevel
      - MaxInlineSize
      - MaxTrivialSize
      - InlineSmallCode
      - FreqInlineSize

      **New flags for C1 that replace the old ones**
      - C1MaxInlineLevel
      - C1MaxRecursiveInlineLevel
      - C1MaxInlineSize
      - C1MaxTrivialSize

      **Deprecation**

      If the old flags are used in a JDK build without the C2 compiler, a deprecation warning will be printed.

            neliasso Nils Eliasson (Inactive)
            neliasso Nils Eliasson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: