8144890: Add the intermittent keyword test B6216082.java
authorxuelei
Tue, 08 Dec 2015 03:49:12 +0000
changeset 34522 fa15f1bdaec2
parent 34521 0e27f58894a3
child 34523 7ac19a1f8316
8144890: Add the intermittent keyword test B6216082.java Reviewed-by: mullan
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
  */