Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
e87c6038
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e87c6038
编写于
4月 07, 2011
作者:
O
ohair
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7019210: Fix misc references to /bugreport websites
Reviewed-by: skannan
上级
18183a49
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
13 addition
and
13 deletion
+13
-13
make/docs/Makefile
make/docs/Makefile
+1
-1
src/share/classes/com/sun/beans/TypeResolver.java
src/share/classes/com/sun/beans/TypeResolver.java
+1
-1
src/share/classes/java/awt/doc-files/AWTThreadIssues.html
src/share/classes/java/awt/doc-files/AWTThreadIssues.html
+4
-4
src/share/classes/javax/sql/rowset/package.html
src/share/classes/javax/sql/rowset/package.html
+1
-1
src/share/classes/javax/swing/package.html
src/share/classes/javax/swing/package.html
+1
-1
src/share/classes/sun/tools/javac/resources/javac.properties
src/share/classes/sun/tools/javac/resources/javac.properties
+2
-2
src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java
...io/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java
+2
-2
src/share/native/java/lang/System.c
src/share/native/java/lang/System.c
+1
-1
未找到文件。
make/docs/Makefile
浏览文件 @
e87c6038
...
@@ -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://bug
s.sun.com/services/bugreport/index.jsp
BUG_SUBMIT_URL
=
http://bug
report.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>
...
...
src/share/classes/com/sun/beans/TypeResolver.java
浏览文件 @
e87c6038
...
@@ -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
...
...
src/share/classes/java/awt/doc-files/AWTThreadIssues.html
浏览文件 @
e87c6038
...
@@ -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
...
...
src/share/classes/javax/sql/rowset/package.html
浏览文件 @
e87c6038
...
@@ -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>
...
...
src/share/classes/javax/swing/package.html
浏览文件 @
e87c6038
...
@@ -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
...
...
src/share/classes/sun/tools/javac/resources/javac.properties
浏览文件 @
e87c6038
...
@@ -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
=
\
...
...
src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/JarFileSystemProvider.java
浏览文件 @
e87c6038
/*
/*
* Copyright
2007-2008 Sun Microsystems, Inc. All Rights R
eserved.
* Copyright
(c) 2007, 2008, Oracle and/or its affiliates. All rights r
eserved.
*
*
* 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.
*
*
...
...
src/share/native/java/lang/System.c
浏览文件 @
e87c6038
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录