jdk/test/java/net/Authenticator/B4769350.java
changeset 4916 de44744708a2
parent 2 90ce3da70b43
child 5506 202f599c92aa
--- a/jdk/test/java/net/Authenticator/B4769350.java	Mon Feb 08 23:02:28 2010 -0800
+++ b/jdk/test/java/net/Authenticator/B4769350.java	Wed Feb 10 13:23:50 2010 +0000
@@ -26,9 +26,12 @@
  * @bug 4769350
  * @library ../../../sun/net/www/httptest/
  * @build HttpCallback HttpServer ClosedChannelList HttpTransaction AbstractCallback
- * @run main B4769350 server
- * @run main B4769350 proxy
+ * @run main/othervm B4769350 server
+ * @run main/othervm B4769350 proxy
  * @summary proxy authentication username and password caching only works in serial case
+ * Run in othervm since the test sets system properties that are read by the
+ * networking stack and cached when the HTTP handler is invoked, and previous
+ * tests may already have invoked the HTTP handler.
  */
 
 import java.io.*;