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

Don't create MDO for constant getters

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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

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

                Created:
                Updated:
                Resolved: