8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms

Reviewed-by: stuefe, bpb
This commit is contained in:
Aleksey Shipilev 2019-03-27 11:35:41 +01:00
parent 785772021b
commit 5437296fac

View File

@ -25,7 +25,7 @@
* @test
* @bug 8200698
* @summary Tests that exceptions are thrown for ops which would overflow
* @requires os.maxMemory >= 4g
* @requires (sun.arch.data.model == "64" & os.maxMemory >= 4g)
* @run testng/othervm -Xmx4g LargeValueExceptions
*/
import java.math.BigInteger;