提交 e87c6038 编写于 作者: O ohair

7019210: Fix misc references to /bugreport websites

Reviewed-by: skannan
上级 18183a49
...@@ -40,7 +40,7 @@ COPYRIGHT_URL-7 = $(DOCSDIR_URL)/legal/cpyr.html ...@@ -40,7 +40,7 @@ COPYRIGHT_URL-7 = $(DOCSDIR_URL)/legal/cpyr.html
COPYRIGHT_URL = $(COPYRIGHT_URL-$(JDK_MINOR_VERSION)) COPYRIGHT_URL = $(COPYRIGHT_URL-$(JDK_MINOR_VERSION))
# Url to bug filing site # Url to bug filing site
BUG_SUBMIT_URL = http://bugs.sun.com/services/bugreport/index.jsp BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/
# Common line for how to submit a bug or rfe # Common line for how to submit a bug or rfe
BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a> BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a>
......
...@@ -356,7 +356,7 @@ public final class TypeResolver { ...@@ -356,7 +356,7 @@ public final class TypeResolver {
/** /**
* Replaces a {@link GenericArrayType GenericArrayType} * Replaces a {@link GenericArrayType GenericArrayType}
* with plain array class where it is possible. * with plain array class where it is possible.
* Bug <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5041784">5041784</a> * Bug <a href="http://bugs.sun.com/view_bug.do?bug_id=5041784">5041784</a>
* is that arrays of non-generic type sometimes show up * is that arrays of non-generic type sometimes show up
* as {@link GenericArrayType GenericArrayType} when using reflection. * as {@link GenericArrayType GenericArrayType} when using reflection.
* For example, a {@code String[]} might show up * For example, a {@code String[]} might show up
......
...@@ -115,7 +115,7 @@ Implementation-dependent behavior. ...@@ -115,7 +115,7 @@ Implementation-dependent behavior.
Prior to 1.4, the helper threads were never terminated. Prior to 1.4, the helper threads were never terminated.
<p> <p>
Starting with 1.4, the behavior has changed as a result of the fix for Starting with 1.4, the behavior has changed as a result of the fix for
<a href="http://developer.java.sun.com/developer/bugParade/bugs/4030718.html"> <a href="http://bugs.sun.com/view_bug.do?bug_id=4030718">
4030718</a>. With the current implementation, AWT terminates all its 4030718</a>. With the current implementation, AWT terminates all its
helper threads allowing the application to exit cleanly when the helper threads allowing the application to exit cleanly when the
following three conditions are true: following three conditions are true:
...@@ -148,11 +148,11 @@ will exit cleanly in all cases. Two examples: ...@@ -148,11 +148,11 @@ will exit cleanly in all cases. Two examples:
<ul> <ul>
<li> Other packages can create displayable components for internal <li> Other packages can create displayable components for internal
needs and never make them undisplayable. See needs and never make them undisplayable. See
<a href="http://developer.java.sun.com/developer/bugParade/bugs/4515058.html"> <a href="http://bugs.sun.com/view_bug.do?bug_id=4515058">
4515058</a>, 4515058</a>,
<a href="http://developer.java.sun.com/developer/bugParade/bugs/4671025.html"> <a href="http://bugs.sun.com/view_bug.do?bug_id=4671025">
4671025</a>, and 4671025</a>, and
<a href="http://developer.java.sun.com/developer/bugParade/bugs/4465537.html"> <a href="http://bugs.sun.com/view_bug.do?bug_id=4465537">
4465537</a>. 4465537</a>.
<li> Both Microsoft Windows and X11 allow an application to send native <li> Both Microsoft Windows and X11 allow an application to send native
events to windows that belong to another application. With this events to windows that belong to another application. With this
......
...@@ -302,7 +302,7 @@ match column as a basis for adding the <code>RowSet</code> object. ...@@ -302,7 +302,7 @@ match column as a basis for adding the <code>RowSet</code> object.
<h3><a name="reldocs">5.0 Related Documentation</a></h3> <h3><a name="reldocs">5.0 Related Documentation</a></h3>
<ul> <ul>
<li><a href="http://developer.java.sun.com/developer/Books/JDBCTutorial/chapter5.html"> <li><a href="http://java.sun.com/developer/Books/JDBCTutorial/chapter5.html">
JDBC RowSet Tutorial</a> JDBC RowSet Tutorial</a>
</ul> </ul>
</body> </body>
......
...@@ -134,7 +134,7 @@ in particular the section on ...@@ -134,7 +134,7 @@ in particular the section on
target="_top">The Swing Connection</A> target="_top">The Swing Connection</A>
<LI><A HREF="http://java.sun.com/docs/books/tutorial/" <LI><A HREF="http://java.sun.com/docs/books/tutorial/"
target="_top">The Java Tutorial</A> target="_top">The Java Tutorial</A>
<LI><A HREF="http://developer.java.sun.com/developer/onlineTraining/" <LI><A HREF="http://java.sun.com/developer/onlineTraining/"
target="_top">Online Training</A> at the Java Developer Connection<font size=-2><sup>SM</sup></font> target="_top">Online Training</A> at the Java Developer Connection<font size=-2><sup>SM</sup></font>
<LI><A HREF="http://java.sun.com/products/jfc/" <LI><A HREF="http://java.sun.com/products/jfc/"
target="_top">Java Foundation Classes (JFC)</A> home page target="_top">Java Foundation Classes (JFC)</A> home page
......
...@@ -498,9 +498,9 @@ javac.err.cant.read=\ ...@@ -498,9 +498,9 @@ javac.err.cant.read=\
javac.err.cant.write=\ javac.err.cant.write=\
Can''t write: {0} Can''t write: {0}
javac.err.fatal.error=\ javac.err.fatal.error=\
An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi). An error has occurred in the compiler; please file a bug report (http://bugreport.sun.com/bugreport/).
javac.err.fatal.exception=\ javac.err.fatal.exception=\
An exception has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi). An exception has occurred in the compiler; please file a bug report (http://bugreport.sun.com/bugreport/).
javac.err.no.inner.classes=\ javac.err.no.inner.classes=\
Support for inner classes has been disabled. Support for inner classes has been disabled.
javac.err.uncaught.exception=\ javac.err.uncaught.exception=\
......
/* /*
* Copyright 2007-2008 Sun Microsystems, Inc. All Rights Reserved. * Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* notice, this list of conditions and the following disclaimer in the * notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution. * documentation and/or other materials provided with the distribution.
* *
* - Neither the name of Sun Microsystems nor the names of its * - Neither the name of Oracle nor the names of its
* contributors may be used to endorse or promote products derived * contributors may be used to endorse or promote products derived
* from this software without specific prior written permission. * from this software without specific prior written permission.
* *
......
...@@ -99,7 +99,7 @@ Java_java_lang_System_identityHashCode(JNIEnv *env, jobject this, jobject x) ...@@ -99,7 +99,7 @@ Java_java_lang_System_identityHashCode(JNIEnv *env, jobject this, jobject x)
#ifndef VENDOR /* Third party may overwrite this. */ #ifndef VENDOR /* Third party may overwrite this. */
#define VENDOR "Oracle Corporation" #define VENDOR "Oracle Corporation"
#define VENDOR_URL "http://java.oracle.com/" #define VENDOR_URL "http://java.oracle.com/"
#define VENDOR_URL_BUG "http://java.sun.com/cgi-bin/bugreport.cgi" #define VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/"
#endif #endif
#define JAVA_MAX_SUPPORTED_VERSION 51 #define JAVA_MAX_SUPPORTED_VERSION 51
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册