aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorohair <none@none>2011-04-07 19:59:28 -0700
committerohair <none@none>2011-04-07 19:59:28 -0700
commit7aa02d531c16f17adb4e9d794e9ad6052e20a1e0 (patch)
tree9d5ef6119c232f6a8ac6ad830321be46d175587b /src
parentbf91ea1c444b304133060d30e8934b8d545eeed8 (diff)
downloadjdk8u_jdk-7aa02d531c16f17adb4e9d794e9ad6052e20a1e0.tar.gz
7019210: Fix misc references to /bugreport websites
Reviewed-by: skannan
Diffstat (limited to 'src')
-rw-r--r--src/share/classes/com/sun/beans/TypeResolver.java2
-rw-r--r--src/share/classes/java/awt/doc-files/AWTThreadIssues.html8
-rw-r--r--src/share/classes/javax/sql/rowset/package.html2
-rw-r--r--src/share/classes/javax/swing/package.html2
-rw-r--r--src/share/classes/sun/tools/javac/resources/javac.properties4
-rw-r--r--src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java4
-rw-r--r--src/share/native/java/lang/System.c2
7 files changed, 12 insertions, 12 deletions
diff --git a/src/share/classes/com/sun/beans/TypeResolver.java b/src/share/classes/com/sun/beans/TypeResolver.java
index a24d1af8e4..6196b22f2a 100644
--- a/src/share/classes/com/sun/beans/TypeResolver.java
+++ b/src/share/classes/com/sun/beans/TypeResolver.java
@@ -356,7 +356,7 @@ public final class TypeResolver {
/**
* Replaces a {@link GenericArrayType GenericArrayType}
* 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
* as {@link GenericArrayType GenericArrayType} when using reflection.
* For example, a {@code String[]} might show up
diff --git a/src/share/classes/java/awt/doc-files/AWTThreadIssues.html b/src/share/classes/java/awt/doc-files/AWTThreadIssues.html
index 33f64137dc..54a0a3ca5c 100644
--- a/src/share/classes/java/awt/doc-files/AWTThreadIssues.html
+++ b/src/share/classes/java/awt/doc-files/AWTThreadIssues.html
@@ -115,7 +115,7 @@ Implementation-dependent behavior.
Prior to 1.4, the helper threads were never terminated.
<p>
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
helper threads allowing the application to exit cleanly when the
following three conditions are true:
@@ -148,11 +148,11 @@ will exit cleanly in all cases. Two examples:
<ul>
<li> Other packages can create displayable components for internal
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>,
-<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
-<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>.
<li> Both Microsoft Windows and X11 allow an application to send native
events to windows that belong to another application. With this
diff --git a/src/share/classes/javax/sql/rowset/package.html b/src/share/classes/javax/sql/rowset/package.html
index 8b905cd63a..345327b457 100644
--- a/src/share/classes/javax/sql/rowset/package.html
+++ b/src/share/classes/javax/sql/rowset/package.html
@@ -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>
<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>
</ul>
</body>
diff --git a/src/share/classes/javax/swing/package.html b/src/share/classes/javax/swing/package.html
index 5666110be9..9399248a6f 100644
--- a/src/share/classes/javax/swing/package.html
+++ b/src/share/classes/javax/swing/package.html
@@ -134,7 +134,7 @@ in particular the section on
target="_top">The Swing Connection</A>
<LI><A HREF="http://java.sun.com/docs/books/tutorial/"
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>
<LI><A HREF="http://java.sun.com/products/jfc/"
target="_top">Java Foundation Classes (JFC)</A> home page
diff --git a/src/share/classes/sun/tools/javac/resources/javac.properties b/src/share/classes/sun/tools/javac/resources/javac.properties
index ee3ad3dd4d..23421b9e9a 100644
--- a/src/share/classes/sun/tools/javac/resources/javac.properties
+++ b/src/share/classes/sun/tools/javac/resources/javac.properties
@@ -498,9 +498,9 @@ javac.err.cant.read=\
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://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=\
- 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=\
Support for inner classes has been disabled.
javac.err.uncaught.exception=\
diff --git a/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java b/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java
index dddf69e4de..b9ea826ab1 100644
--- a/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java
+++ b/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java
@@ -1,5 +1,5 @@
/*
- * 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
* modification, are permitted provided that the following conditions
@@ -12,7 +12,7 @@
* notice, this list of conditions and the following disclaimer in the
* 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
* from this software without specific prior written permission.
*
diff --git a/src/share/native/java/lang/System.c b/src/share/native/java/lang/System.c
index f2b81a069b..86ad8f6ce2 100644
--- a/src/share/native/java/lang/System.c
+++ b/src/share/native/java/lang/System.c
@@ -99,7 +99,7 @@ Java_java_lang_System_identityHashCode(JNIEnv *env, jobject this, jobject x)
#ifndef VENDOR /* Third party may overwrite this. */
#define VENDOR "Oracle Corporation"
#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
#define JAVA_MAX_SUPPORTED_VERSION 51