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

Inline hot Method accessors for faster task selection

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • 25
    • hotspot
    • b11

      These methods show up prominently on Leyden profiles, as compilation policy asks these properties for methods very often during compile task selection:
       Method::invocation_count
       Method::backedge_count
       Method::highest_comp_level

      We can move the definitions for these methods to method.inline.hpp to make them eligible for better inlining.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: