jdk/test/sun/security/krb5/auto/Renew.java
changeset 44045 8102155116c6
parent 42338 a60f280f803c
child 45028 b0ea3c0bfb81
equal deleted inserted replaced
44044:f1398789e771 44045:8102155116c6
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017 Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8058290
    26  * @bug 8058290
    27  * @summary JAAS Krb5LoginModule has suspect ticket-renewal logic,
    27  * @summary JAAS Krb5LoginModule has suspect ticket-renewal logic,
    28  *          relies on clockskew grace
    28  *          relies on clockskew grace
    29  * @modules java.base/sun.security.util
       
    30  *          java.security.jgss/sun.security.krb5:+open
       
    31  *          java.security.jgss/sun.security.krb5.internal:+open
       
    32  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    33  *          java.security.jgss/sun.security.krb5.internal.crypto
       
    34  *          java.security.jgss/sun.security.krb5.internal.ktab
       
    35  * @compile -XDignore.symbol.file Renew.java
    29  * @compile -XDignore.symbol.file Renew.java
    36  * @run main/othervm Renew 1
    30  * @run main/othervm Renew 1
    37  * @run main/othervm Renew 2
    31  * @run main/othervm Renew 2
    38  * @run main/othervm Renew 3
    32  * @run main/othervm Renew 3
    39  */
    33  */