RFR(S): JDK-8139438: [TESTBUG] JVMCI test fails with RuntimeException: Has no virtual object before materialization
Dmitrij Pochepko
dmitrij.pochepko at oracle.com
Tue Oct 13 20:15:01 UTC 2015
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/20151013/8381908c/attachment.html>
More information about the hotspot-compiler-dev
mailing list