Dacapo:pmd performance regression due to non inlined method.

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: hotspot
    • x86
    • linux

      Dacapo:pmd has ~-5% performance regression on the CompactObjectHeaders branch when CompactObjectHeaders is not enabled.
      The branch where regression is observed: https://github.com/rkennke/jdk/blob/JDK-8305895-v4-fast-klass

      The issue is related to "BacktraceBuilder::push()" called from "fill_in_stack_trace".
       BacktraceBuilder::push() marked as "inline" method and it's successfully inline in the mainline, but it's not inlined in CompactObjectHeaders branch.

            Assignee:
            Aleksey Shipilev
            Reporter:
            Sergey Kuksenko
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: