JDK 9 RFR of JDK-8081359: Update bug reporting URL (original) (raw)

Lance Andersen lance.andersen at oracle.com
Thu May 28 17:31:40 UTC 2015


looks OK Joe

On May 28, 2015, at 1:38 AM, joe darcy <joe.darcy at oracle.com> wrote:

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 VENDORURL "http://java.oracle.com/" -#define VENDORURLBUG "http://bugreport.sun.com/bugreport/" +#define VENDORURLBUG "http://bugreport.java.com/bugreport/" #endif #define JAVAMAXSUPPORTEDVERSION 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

Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com



More information about the core-libs-dev mailing list