RFR(XS) : 8023318 : compiler/whitebox tests timeout with enabled TieredCompilation
Christian Thalinger
christian.thalinger at oracle.com
Fri Oct 18 13:08:15 PDT 2013
Looks good.
On Oct 18, 2013, at 12:29 PM, Igor Ignatyev <igor.ignatyev at oracle.com> wrote:
> Vladimir, thanks for review.
>
>
> Could I have a second review for this from someone w/ 'a Reviewer' status?
>
> - Igor
> On 10/14/2013 11:28 PM, Vladimir Kozlov wrote:
>> Good.
>>
>> Vladimir
>>
>> On 10/14/13 12:08 PM, Igor Ignatyev wrote:
>>> Hi all,
>>>
>>> Please review patch:
>>>
>>> Problem:
>>> OSR test cases in 'compiler/whitebox/*' takes too much time w/ enabled
>>> TieredCompilation.
>>>
>>> Fix:
>>> 'BACKEDGE_THRESHOLD' was decreased to 150000 for TieredCompilation. This
>>> value is enough, because all tests run w/
>>> '-XX:CompileCommand=compileonly,TestCase$Helper::*', so compilation
>>> queue is empty.
>>>
>>> webrev: http://cr.openjdk.java.net/~iignatyev/8023318/webrev.00/
>>> jbs: https://bugs.openjdk.java.net/browse/JDK-8023318
>>> testing: compiler/whitebox w/ default flags and w/ the same flags as in
>>> nightly
More information about the hotspot-compiler-dev
mailing list