RFR(XS): 8157861 - [TESTBUG] compiler/jvmci/compilerToVM/ReprofileTest.java failed with RuntimeException
Dmitrij Pochepko
dmitrij.pochepko at oracle.com
Wed Jul 13 11:08:28 UTC 2016
Yes. It has to be in such syntax, since jtreg parses only commandline
for vm.opt.*. This means "TieredStopAtLevel flag is not present in
commandline".
> vm.opt.TieredStopAtLevel == null
> is odd but I guess this means it’s not set?
>
>> On Jul 12, 2016, at 3:29 AM, Dmitrij Pochepko
>> <dmitrij.pochepko at oracle.com <mailto:dmitrij.pochepko at oracle.com>> wrote:
>>
>> Hi,
>>
>> please review fix for 8157861 - [TESTBUG]
>> compiler/jvmci/compilerToVM/ReprofileTest.java failed with
>> RuntimeException
>>
>> Test intermittently failed before because compilation queue was
>> overloaded sometimes, so, compilation went through another
>> compilation levels sequence, which caused unexpected test scenario
>> state. This patch adds Xbatch to have test more deterministic and
>> stable. I've also updated requires tag for TieredStopAtLevel
>> restrictions case.
>>
>> webrev: http://cr.openjdk.java.net/~dpochepk/8157861/webrev.01/
>> <http://cr.openjdk.java.net/%7Edpochepk/8157861/webrev.01/>
>> CR: https://bugs.openjdk.java.net/browse/JDK-8157861
>>
>> I've tested this fix in jprt.
>>
>> Thanks,
>> Dmitrij
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160713/de3c1e8c/attachment-0001.html>
More information about the hotspot-compiler-dev
mailing list