提交 7785afa8 编写于 作者: I igerasim

8163877: Tests added in JDK-8163518 fail on some platforms

Reviewed-by: darcy
上级 02c64796
......@@ -24,7 +24,8 @@
/* @test
* @bug 8163518
* @summary Integer overflow when reading in large buffer
* @requires (os.simpleArch == "x64" & os.maxMemory > 8g)
* @ignore This test has huge memory requirements
* @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
* @run main/othervm -Xmx8g OverflowInRead
*/
......
......@@ -24,7 +24,8 @@
/* @test
* @bug 8163518
* @summary Integer overflow when reading in large buffer
* @requires (os.simpleArch == "x64" & os.maxMemory > 4g)
* @ignore This test has huge memory requirements
* @requires (sun.arch.data.model == "64" & os.maxMemory > 4g)
* @run main/othervm -Xmx4g OverflowInRead
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册