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

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Mar 2 17:50:14 UTC 2016


As we discussed in previous reviews CompilerWhiteBoxTest.THRESHOLD may be not enough to trigger compilation.

Thanks,
Vladimir

On 3/2/16 7:44 AM, Dmitrij Pochepko wrote:
> Hi,
>
> please review fix for 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).
>
> 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.
>
> CR: https://bugs.openjdk.java.net/browse/JDK-8139703
> webrev: http://cr.openjdk.java.net/~dpochepk/8139703/webrev.01/
>
> Thanks,
> Dmitrij


More information about the hotspot-compiler-dev mailing list