8291289: gc/TestPLABAdaptToMinTLABSize fails after JDK-8289137

Reviewed-by: shade
This commit is contained in:
Thomas Schatzl 2022-07-27 12:39:28 +00:00
parent adaf3b9014
commit e804236f05

View File

@ -27,6 +27,7 @@ package gc;
* @test TestPLABAdaptToMinTLABSize
* @bug 8289137
* @summary Make sure that Young/OldPLABSize adapt to MinTLABSize setting.
* @requires vm.gc.Parallel | vm.gc.G1
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management