Relates :
|
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
|