RFR (XS): 8060116: After JDK-8047976 gc/g1/TestSummarizeRSetStatsThreads fails
Marcus Larsson
marcus.larsson at oracle.com
Tue Oct 14 12:56:17 UTC 2014
Hi,
I would like reviews for the following patch modifying the
TestSummarizeRSetStatsThreads. The patch modifies the test so that it
does not set ParallelGCThreads=0, since this is no longer allowed [1].
Additionally the test is modified to not use the 0 value for
G1ConcRefinementThreads as this is part of a different test [2], and
should not really be tested here.
Webrev:
http://cr.openjdk.java.net/~mlarsson/8060116/webrev.00/
Bug:
https://bugs.openjdk.java.net/browse/JDK-8060116
Tested locally with jtreg.
Thanks,
Marcus
[1]: https://bugs.openjdk.java.net/browse/JDK-8059527
[2]: https://bugs.openjdk.java.net/browse/JDK-8047976
More information about the hotspot-gc-dev
mailing list