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

Thomas Schatzl tschatzl at openjdk.org
Wed Jul 27 12:58:39 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

This pull request has now been integrated.

Changeset: e804236f
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e804236f05ff8f7bf941dcbc26284474d2cbc67b
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8291289: gc/TestPLABAdaptToMinTLABSize fails after JDK-8289137

Reviewed-by: shade

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

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



More information about the hotspot-gc-dev mailing list