RFR(S): 8071811 gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)

Jesper Wilhelmsson jesper.wilhelmsson at oracle.com
Tue Feb 3 17:44:47 UTC 2015


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