RFR(S): 8159730 - compiler/jvmci/compilerToVM/IsMatureTest failed with "Multiple times invoked method should have method data (assert failed: 0 != 0)"
Dmitrij Pochepko
dmitrij.pochepko at oracle.com
Mon Jun 20 17:42:36 UTC 2016
Hi,
please review fix for 8159730 - compiler/jvmci/compilerToVM/IsMatureTest
failed with "Multiple times invoked method should have method data
(assert failed: 0 != 0)"
This test sometimes fails because it expects test method to have method
data object even in case it's compiled at level 1(or even running in
interpreter mode).
I've added guard to disable last checks for compilation level 0 and 1.
webrev: http://cr.openjdk.java.net/~dpochepk/8159730/webrev.01/
(somehow webrev haven't saved indentation, so, it's probably easier to
look at diff directly:
http://cr.openjdk.java.net/~dpochepk/8159730/webrev.01/hotspot.patch)
CR: https://bugs.openjdk.java.net/browse/JDK-8159730
I've tested these changes locally on linux-x64 (including
-XX:TieredStopAtLevel=1 mode).
Thanks,
Dmitrij
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160620/d661ce46/attachment.html>
More information about the hotspot-compiler-dev
mailing list