Integrated: 8291289: gc/TestPLABAdaptToMinTLABSize fails after JDK-8289137

Aleksey Shipilev shade at openjdk.org
Wed Jul 27 12:58:36 UTC 2022


On Wed, 27 Jul 2022 12:21:27 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I get reviews for this change to the gc/TestPLABAdaptToMinTLABSize test to only let Parallel GC and G1 run the test as they are the only ones that use `Young/OldPLABSize` that is tested here?
> The constraint function for these flags on other collectors always succeeds, so the failure tests with invalid options fail there.
> 
> Testing: local testing of all collectors, only Parallel and G1 succesfully complete them now
> 
> Thanks,
>   Thomas

Looks fine!

Yes, this is trivial.

-------------

Marked as reviewed by shade (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9654



More information about the hotspot-gc-dev mailing list