8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
Reviewed-by: stuefe, bpb
This commit is contained in:
parent
785772021b
commit
5437296fac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user