< prev index next >

test/java/io/StringBufferInputStream/OverflowInRead.java

Print this page
rev 15335 : [mq]: 8163877-Tests-added-in-JDK-8163518-fail-on-some-platforms

@@ -22,11 +22,11 @@
  */
 
 /* @test
  * @bug 8163518
  * @summary Integer overflow when reading in large buffer
- * @requires (os.simpleArch == "x64" & os.maxMemory > 4g)
+ * @requires (sun.arch.data.model == "64" & os.maxMemory > 4g)
  * @run main/othervm -Xmx4g OverflowInRead
  */
 
 import java.io.StringBufferInputStream;
 
< prev index next >