RFR(S): JDK-8139438: [TESTBUG] JVMCI test fails with RuntimeException: Has no virtual object before materialization

Dmitrij Pochepko dmitrij.pochepko at oracle.com
Wed Oct 14 18:29:23 UTC 2015


Hi,

an issue with 1st version was found: a getDeclaredMethod parameter(line 
67) wasn't changed according to testFrame method signature change.
Now changed from Integer.class boolean.class

Please take a look at 2nd version: 
http://cr.openjdk.java.net/~dpochepk/8139438/webrev.02

Thanks,
Dmitrij

On 13.10.2015 23:15, Dmitrij Pochepko wrote:
> Hi,
>
> please review a small fix for test: 
> compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java
>
> Description:
>
> A test is changed to run testcases in separate VM launch instead of 
> consecutive execution, which had wrong assumption about method 
> compilation state in case of -XX:-TieredCompilation.
> So, a boolean system property is added into test to control test 
> execution logic externally.
> I've also added minor code cleanup.
>
> webrev: http://cr.openjdk.java.net/~dpochepk/8139438/webrev.01/
>
> Thanks,
> Dmitrij 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20151014/7b3dbc3b/attachment.html>


More information about the hotspot-compiler-dev mailing list