test/jdk/javax/net/ssl/SSLSession/SSLCtxAccessToSessCtx.java
changeset 55336 c2398053ee90
parent 47216 71c04702a3d5
equal deleted inserted replaced
55335:f7cc25dda38a 55336:c2398053ee90
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2019, 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.
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4473210
    26  * @bug 4473210
    27  * @summary SSLSessionContext should be accessible from SSLContext
    27  * @summary SSLSessionContext should be accessible from SSLContext
    28  * @run main/othervm SSLCtxAccessToSessCtx
    28  * @run main/othervm -Djdk.tls.server.enableSessionTicketExtension=false
       
    29  *   SSLCtxAccessToSessCtx
       
    30  *
    29  *
    31  *
    30  *     SunJSSE does not support dynamic system properties, no way to re-use
    32  *     SunJSSE does not support dynamic system properties, no way to re-use
    31  *     system properties in samevm/agentvm mode.
    33  *     system properties in samevm/agentvm mode.
    32  */
    34  */
    33 
    35