8285386: java/util/HashMap/WhiteBoxResizeTest.java fails in tier7 after JDK-8186958

Reviewed-by: lancea
This commit is contained in:
Stuart Marks 2022-04-21 22:28:14 +00:00
parent f6e9ca0cbe
commit 58155a723e

View File

@ -48,10 +48,10 @@ import static org.testng.Assert.assertNull;
/*
* @test
* @bug 8186958 8210280 8281631
* @bug 8186958 8210280 8281631 8285386
* @modules java.base/java.util:open
* @summary White box tests for HashMap-related internals around table sizing
* @run testng WhiteBoxResizeTest
* @run testng/othervm -Xmx2g WhiteBoxResizeTest
*/
public class WhiteBoxResizeTest {