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

Thomas Schatzl tschatzl at openjdk.org
Wed Jul 27 12:58:37 UTC 2022


On Wed, 27 Jul 2022 12:31:32 GMT, Aleksey Shipilev <shade 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!

Thanks @shipilev , I'll push right away as trivial to reduce the noise in CI.

Thanks,
  Thomas

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

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



More information about the hotspot-gc-dev mailing list