8163877: Tests added in JDK-8163518 fail on some platforms
Reviewed-by: darcy
diff --git a/test/java/io/StringBufferInputStream/OverflowInRead.java b/test/java/io/StringBufferInputStream/OverflowInRead.java
index bb3c381..ed5c370 100644
--- a/test/java/io/StringBufferInputStream/OverflowInRead.java
+++ b/test/java/io/StringBufferInputStream/OverflowInRead.java
@@ -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
  */