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

PrintInlining should print which methods are late inlines

XMLWordPrintable

    • generic
    • generic

      Currently -XX:+PrintInlining reports late inlines, but does not explicitly state which inlines are late inlines.

      This confused me when first starting looking at compilation units. I would see a method reported as inlined, but in the early compilation phases, I still see the method call. I was not aware of late inlines. I think it would be a nice enhancement for PrintInlining to report which methods are late inlined.

            tweidmann Theo Weidmann
            jcao Joshua Cao
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: