RFR (XXS): 8067012 : Don't create MDO for constant getters

Pavel Punegov pavel.punegov at oracle.com
Wed Jan 28 12:18:18 UTC 2015


Hi,

please review the following small change.

With the fix for JDK-8056071 [*]  constant getters are now compiled on 
level 1,
so there are no need to create MDO for constant getter methods in 
TieredCompilation

Bug: https://bugs.openjdk.java.net/browse/JDK-8067012
webrev: http://cr.openjdk.java.net/~ppunegov/8067012/webrev/

Testing: done locally and with JPRT.

--
[*]  https://bugs.openjdk.java.net/browse/JDK-8056071

-- 
Thanks,
Pavel Punegov



More information about the hotspot-compiler-dev mailing list