< prev index next >

test/com/sun/org/apache/xml/internal/security/utils/UnsyncByteArrayOutputStream/BufferOverflowTest.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @test %I% %E% * @bug 6954275 * @summary Check that UnsyncByteArrayOutputStream does not * throw ArrayIndexOutOfBoundsException + * @modules java.xml.crypto/com.sun.org.apache.xml.internal.security.utils * @compile -XDignore.symbol.file BufferOverflowTest.java * @run main BufferOverflowTest */ import com.sun.org.apache.xml.internal.security.utils.UnsyncByteArrayOutputStream;
< prev index next >