提交 f7f2f7e1 编写于 作者: B bpb

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
上级 1c60fec4
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
* @test * @test
* @bug 6371401 * @bug 6371401
* @summary Tests of shiftLeft and shiftRight on Integer.MIN_VALUE * @summary Tests of shiftLeft and shiftRight on Integer.MIN_VALUE
* @run main/othervm -Xmx512m ExtremeShiftingTests
* @author Joseph D. Darcy * @author Joseph D. Darcy
*/ */
import java.math.BigInteger; import java.math.BigInteger;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册