RFR(S): 8139703 - compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest fails using -Xcomp

Christian Thalinger christian.thalinger at oracle.com
Wed Mar 2 17:22:50 UTC 2016


> On Mar 2, 2016, at 5:44 AM, Dmitrij Pochepko <dmitrij.pochepko at oracle.com> wrote:
> 
> Hi,
> 
> please review fix for https://bugs.openjdk.java.net/browse/JDK-8139703 <https://bugs.openjdk.java.net/browse/JDK-8139703> - [TESTBUG] compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest fails using -Xcomp
> 
> A test compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest failed in Xcomp. After investigation, a bug related to escape analysis was filed(https://bugs.openjdk.java.net/browse/JDK-8140018 <https://bugs.openjdk.java.net/browse/JDK-8140018>).
> 
> So, i've switched this test to use Xmixed mode. Also, this test was changed to trigger method compilation by calling method multiple times instead of using WhiteBox.

The reason for this change is to get proper inlining, I suppose?

> 
> CR: https://bugs.openjdk.java.net/browse/JDK-8139703 <https://bugs.openjdk.java.net/browse/JDK-8139703>
> webrev: http://cr.openjdk.java.net/~dpochepk/8139703/webrev.01/ <http://cr.openjdk.java.net/~dpochepk/8139703/webrev.01/>
> 
> Thanks,
> Dmitrij

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160302/99b64fe2/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list