[9] RFR(S) 8153818: Move similar CompiledIC platform specific code to shared code.

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Apr 8 18:37:40 UTC 2016


https://bugs.openjdk.java.net/browse/JDK-8153818
webrev:
http://cr.openjdk.java.net/~kvn/8153818/

Two CompiledIC methods cleanup_call_site() and is_icholder_call_site() have the same code on all platforms. Move them to shared code in compiledIC.cpp.

Regular testing.

Thanks,
Vladimir


More information about the hotspot-compiler-dev mailing list