< prev index next >

test/sun/security/krb5/ccache/CorruptedCC.java

Print this page

        

*** 23,32 **** --- 23,34 ---- /* * @test * @bug 8028780 * @summary JDK KRB5 module throws OutOfMemoryError when CCache is corrupt + * @modules java.security.jgss/sun.security.krb5 + * java.security.jgss/sun.security.krb5.internal.ccache * @run main/othervm -Xmx8m CorruptedCC */ import java.nio.file.Files; import java.nio.file.Paths; import sun.security.krb5.internal.ccache.CredentialsCache;
< prev index next >