RFR(XS) 8139876: Exclude hanging nsk/stress/stack from execution with deoptimization enabled
Mikhailo Seledtsov
mikhailo.seledtsov at oracle.com
Thu Jul 12 19:26:55 UTC 2018
+1
On 7/10/18, 5:27 PM, Vladimir Kozlov wrote:
> Looks good.
>
> Thanks,
> Vladimir
>
> On 7/10/18 5:13 PM, Leonid Mesnik wrote:
>> Hi
>>
>> Could you please review following fix which add run
>> nsk/stress/stack/* tests only when DeoptimizeALot is disabled.
>> The reason of exclusion is same as for
>> JDK-8172854
>> <https://bugs.openjdk.java.net/browse/JDK-8172854>[TESTBUG] Exclude
>> runtime/ReservedStack/ReservedStackTest.java from being run with
>> DeoptimizeALot option
>> Tests create a lot of recursive calls to trigger stack overflow.
>> Running tests with DeoptimizeALot increase time significantly. (Up to
>> 10 hours...)
>>
>> Also fix slightly update tests runtime/ReservedStack/* to use
>> correct option name. I occasionally found that test still executed
>> after JDK-8172854 <https://bugs.openjdk.java.net/browse/JDK-8172854>
>> because of typo "Alot" instead of "ALot".
>>
>> webrev: http://cr.openjdk.java.net/~lmesnik/8139876/webrev.00/
>> <http://cr.openjdk.java.net/~lmesnik/8139876/webrev.00/>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8139876
>> <https://bugs.openjdk.java.net/browse/JDK-8139876>
>>
>> Please note that bug
>> JDK-819988
>> <https://bugs.openjdk.java.net/browse/JDK-8199888>[TESTBUG]
>> fromTonga/nsk/stress/stack tests fail by timeout when -Xcomp is used
>> is different. The tests hang with Xcomp intermittently and this issue
>> require additional investigation and fix.
>>
>> Leonid
>>
More information about the hotspot-compiler-dev
mailing list