RFR(S): 8071811 gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
Sergei Kovalev
sergei.kovalev at oracle.com
Tue Feb 3 13:19:09 UTC 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20150203/1ea4de08/attachment.htm>
More information about the hotspot-gc-dev
mailing list