8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
Summary: Add @run tag to specify heap size
Reviewed-by: alanb, dxu
--- a/jdk/test/java/math/BigInteger/ExtremeShiftingTests.java Mon Nov 04 07:39:48 2013 -0500
+++ b/jdk/test/java/math/BigInteger/ExtremeShiftingTests.java Mon Nov 04 08:05:02 2013 -0800
@@ -25,6 +25,7 @@
* @test
* @bug 6371401
* @summary Tests of shiftLeft and shiftRight on Integer.MIN_VALUE
+ * @run main/othervm -Xmx512m ExtremeShiftingTests
* @author Joseph D. Darcy
*/
import java.math.BigInteger;