8221400: java/lang/String/StringRepeat.java test requests too much heap

Reviewed-by: stuefe, alanb
This commit is contained in:
Aleksey Shipilev 2019-03-27 11:35:40 +01:00
parent af6cddfa78
commit 785772021b

View File

@ -24,7 +24,7 @@
/*
* @test
* @summary This exercises String#repeat patterns and limits.
* @run main/othervm -Xmx4G StringRepeat
* @run main/othervm -Xmx2g StringRepeat
*/
import java.nio.CharBuffer;