RFR(XS): 8157861 - [TESTBUG] compiler/jvmci/compilerToVM/ReprofileTest.java failed with RuntimeException
Dmitrij Pochepko
dmitrij.pochepko at oracle.com
Wed Jul 13 18:36:33 UTC 2016
Thank you!
>
>> On Jul 13, 2016, at 1:08 AM, Dmitrij Pochepko
>> <dmitrij.pochepko at oracle.com <mailto:dmitrij.pochepko at oracle.com>> wrote:
>>
>> Yes. It has to be in such syntax, since jtreg parses only commandline
>> for vm.opt.*. This means "TieredStopAtLevel flag is not present in
>> command line”.
>
> Odd but ok.
>
>>> 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/90585f6a/attachment.html>
More information about the hotspot-compiler-dev
mailing list