RFR: JDK-8271721: Split gc/g1/TestMixedGCLiveThreshold into separate tests
Richard Reingruber
rrich at openjdk.java.net
Tue Aug 3 10:27:30 UTC 2021
On Tue, 3 Aug 2021 07:24:49 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Hi, may I please have reviews for this trivial change:
>
> TestMixedGCLiveThreshold executes three tests in one by spawning off three child processes sequentially. In order to make the tests easier to analyze and to be able to execute them concurrently it would be helpful to have three subtests instead.
>
> I also added diagnostic output.
>
> Note: this was motivated while looking at test errors on ppc similar to JDK-8211081.
>
> ..Thomas
Looks good to me.
Cheers, Richard.
-------------
Marked as reviewed by rrich (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4968
More information about the hotspot-gc-dev
mailing list