Hello,

As the venerable URL

   http://bugreport.sun.com/bugreport/

has been retired and replaced with

    http://bugreport.java.com/bugreport/

Occurrences of the old URL in the source base should be updated. Please review the patch below which does this:

--- a/src/java.base/share/native/libjava/System.c Thu May 28 09:11:14 2015 +0800 +++ b/src/java.base/share/native/libjava/System.c Wed May 27 22:36:07 2015 -0700
@@ -111,7 +111,7 @@
 #ifndef VENDOR /* Third party may overwrite this. */
 #define VENDOR "Oracle Corporation"
 #define VENDOR_URL "http://java.oracle.com/";
-#define VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/";
+#define VENDOR_URL_BUG "http://bugreport.java.com/bugreport/";
 #endif

 #define JAVA_MAX_SUPPORTED_VERSION 52
diff -r de8fc052f1b6 src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties --- a/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties Thu May 28 09:11:14 2015 +0800 +++ b/src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties Wed May 27 22:36:07 2015 -0700
@@ -498,9 +498,9 @@
 javac.err.cant.write=\
     Can''t write: {0}
 javac.err.fatal.error=\
- An error has occurred in the compiler; please file a bug report (http://bugreport.sun.com/bugreport/). + An error has occurred in the compiler; please file a bug report (http://bugreport.java.com/bugreport/).
 javac.err.fatal.exception=\
- An exception has occurred in the compiler; please file a bug report (http://bugreport.sun.com/bugreport/). + An exception has occurred in the compiler; please file a bug report (http://bugreport.java.com/bugreport/).
 javac.err.no.inner.classes=\
     Support for inner classes has been disabled.
 javac.err.uncaught.exception=\

These were the only remaining occurrences of the old URL in the OpenJDK code base. The occurrence in langtools was previously updated (JDK-8078560).

Thanks,

-Joe

Reply via email to