Don't create MDO for constant getters

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b55

        The fix for JDK-8056071 introduced method::is_constant_getter() that used in a check that makes methods be compiled on level1 of tiered compilation. As constant getters go on to level 1, there are no need to create MDO for them:

        http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/file/3c858304c7e1/src/share/vm/runtime/advancedThresholdPolicy.cpp#l292

              Assignee:
              Pavel Punegov
              Reporter:
              Pavel Punegov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: