RFR(S): 8071811 gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
Igor Ignatyev
igor.ignatyev at oracle.com
Wed Feb 4 11:52:31 UTC 2015
Hi Sergei,
Looks good to me too.
Thanks,
Igor
On 02/03/2015 08:44 PM, Jesper Wilhelmsson wrote:
> Looks good!
> /Jesper
>
> Sergei Kovalev skrev den 3/2/15 14:19:
>> Hello All,
>>
>> Please review the fix.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8071811
>> Webrev: http://cr.openjdk.java.net/~eistepan/~skovalev/8071811/webrev.00/
>>
>> Synopsis: Test failed on embedded
>> Root cause: G1 GC is not supported on embedded. But G1 related tests
>> were launched.
>>
>> Solution:
>> Add test name to appropriate group: *needs_g1gc*.
>>
>> embedded group have below definition:
>>
>> embedded_jdk =
>> :jdk \
>> -:not_embedded
>>
>> and
>>
>> not_embedded = :needs_g1gc \
>> :needs_debug
>>
>> Therefore if we add the test in G1GC group they automatically will be
>> excluded
>> from embedded execution.
>>
>> --
>> With best regards,
>> Sergei
>>
More information about the hotspot-gc-dev
mailing list