changeset 54305:848859723503

8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms Reviewed-by: stuefe, bpb
author shade
date Wed, 27 Mar 2019 11:35:41 +0100
parents 78f88c4423a4
children 828c4889adfc
files test/jdk/java/math/BigInteger/LargeValueExceptions.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;