--- old/src/java.base/share/classes/java/security/CodeSource.java 2018-11-26 13:32:50.206000000 -0800 +++ new/src/java.base/share/classes/java/security/CodeSource.java 2018-11-26 13:32:50.042000000 -0800 @@ -309,13 +309,13 @@ *

* For example, the codesource objects with the following locations * and null certificates all imply - * the codesource with the location "http://java.sun.com/classes/foo.jar" + * the codesource with the location "http://www.example.com/classes/foo.jar" * and null certificates: *

      *     http:
-     *     http://*.sun.com/classes/*
-     *     http://java.sun.com/classes/-
-     *     http://java.sun.com/classes/foo.jar
+     *     http://*.example.com/classes/*
+     *     http://www.example.com/classes/-
+     *     http://www.example.com/classes/foo.jar
      * 
* * Note that if this CodeSource has a null location and a null