--- 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
*/