Please review at your convenience. Issue: https://bugs.openjdk.java.net/browse/JDK-8042983 Patch: see diff below
Summary: Restrict test execution to systems having at least 1GB of physical memory. Thanks, Brian --- a/test/java/math/BigInteger/ExtremeShiftingTests.java +++ b/test/java/math/BigInteger/ExtremeShiftingTests.java @@ -25,6 +25,7 @@ * @test * @bug 6371401 * @summary Tests of shiftLeft and shiftRight on Integer.MIN_VALUE + * @requires os.maxMemory >= 1g * @run main/othervm -Xmx512m ExtremeShiftingTests * @author Joseph D. Darcy */
