8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
Reviewed-by: stuefe, bpb
--- a/test/jdk/java/math/BigInteger/LargeValueExceptions.java Wed Mar 27 11:35:40 2019 +0100
+++ b/test/jdk/java/math/BigInteger/LargeValueExceptions.java Wed Mar 27 11:35:41 2019 +0100
@@ -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;