8273169: java/util/regex/NegativeArraySize.java failed after JDK-8271302

Reviewed-by: jiefu, serb
This commit is contained in:
bobpengxie 2021-08-31 17:31:03 +00:00 committed by Sergey Bylokhov
parent 1996f649a3
commit 683e30db79

View File

@ -25,7 +25,7 @@
* @test
* @bug 8223174
* @summary Pattern.compile() can throw confusing NegativeArraySizeException
* @requires os.maxMemory >= 5g
* @requires os.maxMemory >= 5g & vm.bits == 64
* @run testng/othervm -Xms5G -Xmx5G NegativeArraySize
*/