# HG changeset patch # User xuelei # Date 1449546552 0 # Node ID fa15f1bdaec2e9581147f2ddb397d2c9cf3ecf7a # Parent 0e27f58894a3d2e34f4f4931e2e372cc29a567cd 8144890: Add the intermittent keyword test B6216082.java Reviewed-by: mullan diff -r 0e27f58894a3 -r fa15f1bdaec2 jdk/test/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java --- a/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java Mon Dec 07 17:31:43 2015 -0800 +++ b/jdk/test/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java Tue Dec 08 03:49:12 2015 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,15 +21,20 @@ * questions. */ +// +// SunJSSE does not support dynamic system properties, no way to re-use +// system properties in samevm/agentvm mode. +// + /* * @test * @bug 6216082 * @summary Redirect problem with HttpsURLConnection using a proxy - * SunJSSE does not support dynamic system properties, no way to re-use - * system properties in samevm/agentvm mode. * @modules java.base/sun.net.www * @library .. - * @build HttpCallback TestHttpsServer ClosedChannelList HttpTransaction TunnelProxy + * @build HttpCallback TestHttpsServer ClosedChannelList + * HttpTransaction TunnelProxy + * @key intermittent * @run main/othervm B6216082 */