<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">When inlining through MH intrinsics (invokeBasic, linkTo*), the return value produced by the method we bind to has to be dropped if the intrinsic method returns void. C1 didn’t do it and the following change fixes that.<div class=""><br class=""></div><div class=""><br class=""></div><div class="">JBS: <a href="https://bugs.openjdk.java.net/browse/JDK-8164122" class="">https://bugs.openjdk.java.net/browse/JDK-8164122</a></div><div class="">Webrev: <a href="http://cr.openjdk.java.net/~iveresov/8164122/webrev.00/" class="">http://cr.openjdk.java.net/~iveresov/8164122/webrev.00/</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">igor</div></body></html>