Release Note: Support C2 Compilation of Methods with Large Numbers of Parameters

XMLWordPrintable

      The C2 JIT compiler can now compile Java methods with a large number of parameters. Previously, C2 would attempt to compile such methods but bail out, causing the JVM to fall back to C1-compiled code or the interpreter. This change enables applications to benefit from C2 optimizations for a wider range of methods, improving performance. No application changes are required to take advantage of this improvement.

            Assignee:
            Daniel Lunden
            Reporter:
            Daniel Lunden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: