Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
75e487d5
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看板
提交
75e487d5
编写于
10月 29, 2010
作者:
E
emcmanus
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6984037: jmx/management rebranding vendor changes needed
Reviewed-by: ohair
上级
6c52fbd7
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
37 addition
and
39 deletion
+37
-39
make/netbeans/jmx/build.properties
make/netbeans/jmx/build.properties
+2
-2
src/share/classes/com/sun/jmx/defaults/ServiceName.java
src/share/classes/com/sun/jmx/defaults/ServiceName.java
+4
-4
src/share/classes/com/sun/jmx/snmp/ServiceName.java
src/share/classes/com/sun/jmx/snmp/ServiceName.java
+5
-5
src/share/classes/com/sun/management/package.html
src/share/classes/com/sun/management/package.html
+1
-1
src/share/classes/javax/management/ObjectName.java
src/share/classes/javax/management/ObjectName.java
+2
-2
src/share/classes/javax/management/build.xml
src/share/classes/javax/management/build.xml
+23
-23
src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java
...vax/management/modelmbean/ModelMBeanNotificationInfo.java
+0
-2
未找到文件。
make/netbeans/jmx/build.properties
浏览文件 @
75e487d5
...
...
@@ -48,8 +48,8 @@ jar.jmx.name = jmx.jar
jar.jmx.sealed
=
true
jar.jmx.spec.title
=
JSR 003, 160, 255 - JMX API
jar.jmx.spec.version
=
${project.spec.version}
jar.jmx.spec.vendor
=
Sun Microsystems, Inc.
jar.jmx.impl.title
=
JSR 003, 160, 255 - OpenJDK 7 JMX API
jar.jmx.spec.vendor
=
Oracle Corporation
jar.jmx.impl.title
=
JSR 003, 160, 255 - OpenJDK 7 JMX API
jar.jmx.impl.vendor
=
Project OpenJDK
javadoc.options
=
-J-Xmx256m
src/share/classes/com/sun/jmx/defaults/ServiceName.java
浏览文件 @
75e487d5
...
...
@@ -76,9 +76,9 @@ public class ServiceName {
/**
* The vendor of the JMX specification implemented by this product.
* <BR>
* The value is <CODE>
Sun Microsystems
</CODE>.
* The value is <CODE>
Oracle Corporation
</CODE>.
*/
public
static
final
String
JMX_SPEC_VENDOR
=
"
Sun Microsystems
"
;
public
static
final
String
JMX_SPEC_VENDOR
=
"
Oracle Corporation
"
;
/**
* The name of this product implementing the JMX specification.
...
...
@@ -91,7 +91,7 @@ public class ServiceName {
* The name of the vendor of this product implementing the
* JMX specification.
* <BR>
* The value is <CODE>
Sun Microsystems
</CODE>.
* The value is <CODE>
Oracle Corporation
</CODE>.
*/
public
static
final
String
JMX_IMPL_VENDOR
=
"
Sun Microsystems
"
;
public
static
final
String
JMX_IMPL_VENDOR
=
"
Oracle Corporation
"
;
}
src/share/classes/com/sun/jmx/snmp/ServiceName.java
浏览文件 @
75e487d5
...
...
@@ -27,7 +27,7 @@ package com.sun.jmx.snmp;
/**
* Used for storing default values used by SNMP Runtime services.
* <p><b>This API is a
Sun Microsystems
internal API and is subject
* <p><b>This API is a
n Oracle Corporation
internal API and is subject
* to change without notice.</b></p>
*/
public
class
ServiceName
{
...
...
@@ -144,16 +144,16 @@ public class ServiceName {
/**
* The vendor of the JMX specification implemented by this product.
* <BR>
* The value is <CODE>
Sun Microsystems
</CODE>.
* The value is <CODE>
Oracle Corporation
</CODE>.
*/
public
static
final
String
JMX_SPEC_VENDOR
=
"
Sun Microsystems
"
;
public
static
final
String
JMX_SPEC_VENDOR
=
"
Oracle Corporation
"
;
/**
* The name of the vendor of this product implementing the JMX specification.
* <BR>
* The value is <CODE>
Sun Microsystems
</CODE>.
* The value is <CODE>
Oracle Corporation
</CODE>.
*/
public
static
final
String
JMX_IMPL_VENDOR
=
"
Sun Microsystems
"
;
public
static
final
String
JMX_IMPL_VENDOR
=
"
Oracle Corporation
"
;
/**
* The build number of the current product version, of the form <CODE>rXX</CODE>.
...
...
src/share/classes/com/sun/management/package.html
浏览文件 @
75e487d5
...
...
@@ -30,7 +30,7 @@ questions.
</head>
<body
bgcolor=
"white"
>
This package contains
Sun Microsystem
's platform extension to
This package contains
Oracle Corporation
's platform extension to
the implementation of the
<a
href=
"{@docRoot}/../../../../api/java/lang/management/package-summary.html"
>
java.lang.management
</a>
API and also defines the management
...
...
src/share/classes/javax/management/ObjectName.java
浏览文件 @
75e487d5
...
...
@@ -211,8 +211,8 @@ import java.util.Map;
* reverse DNS name of the organization that specifies the MBeans,
* followed by a period and a string whose interpretation is
* determined by that organization. For example, MBeans specified by
*
Sun Microsystems Inc., DNS name <code>sun.com</code>,
would have
* domains such as <code>com.
sun
.MyDomain</code>. This is essentially
*
<code>example.com</code>
would have
* domains such as <code>com.
example
.MyDomain</code>. This is essentially
* the same convention as for Java-language package names.</p>
*
* <p>The <b>serialVersionUID</b> of this class is <code>1081892073854801359L</code>.
...
...
src/share/classes/javax/management/build.xml
浏览文件 @
75e487d5
...
...
@@ -35,18 +35,18 @@
. Please also read the important comment on basedir definition below.
-->
<project
name=
"JMX API Version 1.4 - Java SE 6 implementation"
default=
"jar"
basedir=
"../../../../.."
<project
name=
"JMX API Version 1.4 - Java SE 6 implementation"
default=
"jar"
basedir=
"../../../../.."
>
<!-- IMPORTANT: BASEDIR DEFINITION
This file is assumed to be in:
<src_bundle_dir>/j2se/src/share/classes/javax/management
Thus the basedir for this project is defined above as:
basedir="../../../../.."
<!-- IMPORTANT: BASEDIR DEFINITION
This file is assumed to be in:
<src_bundle_dir>/j2se/src/share/classes/javax/management
Thus the basedir for this project is defined above as:
basedir="../../../../.."
in order to be the parent dir of src subdir.
Result of the build will be placed in ${basedir}/build_jmx
Result of the build will be placed in ${basedir}/build_jmx
as defined by ${dir.build} property below.
-->
...
...
@@ -163,14 +163,14 @@
<echo
message=
" BUILD_DATE = ${BUILD_DATE}"
/>
</target>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Call classes subtargets and rmic stubs generation -->
<target
name=
"classes"
depends=
"init,classes-javac,classes-rmic"
description=
"Call classes subtargets and rmic stubs generation"
<target
name=
"classes"
depends=
"init,classes-javac,classes-rmic"
description=
"Call classes subtargets and rmic stubs generation"
/>
...
...
@@ -183,13 +183,13 @@
<mkdir
dir=
"${dir.build.classes}"
/>
<javac
srcdir=
"${dir.src}"
destdir=
"${dir.build.classes}"
destdir=
"${dir.build.classes}"
source=
"${flag.javac.source}"
debug=
"${flag.debug}"
debuglevel=
"${flag.debug.level}"
optimize=
"${flag.optimize}"
includeAntRuntime=
"no"
includeJavaRuntime=
"no"
includeJavaRuntime=
"no"
>
<include
name=
"javax/management/**"
/>
<include
name=
"com/sun/jmx/**"
/>
...
...
@@ -253,7 +253,7 @@
<mkdir
dir=
"${dir.build.lib}"
/>
<jar
jarfile=
"${dir.build.lib}/jmx.jar"
<jar
jarfile=
"${dir.build.lib}/jmx.jar"
update=
"true"
>
...
...
@@ -269,10 +269,10 @@
<attribute
name=
"Sealed"
value=
"true"
/>
<attribute
name=
"Specification-Title"
value=
"JMX(TM) API"
/>
<attribute
name=
"Specification-Version"
value=
"1.4"
/>
<attribute
name=
"Specification-Vendor"
value=
"
Sun Microsystems, Inc.
"
/>
<attribute
name=
"Specification-Vendor"
value=
"
Oracle Corporation
"
/>
<attribute
name=
"Implementation-Title"
value=
"JMX(TM) API, Java SE 6 implementation"
/>
<attribute
name=
"Implementation-Version"
value=
"${BUILD_DATE} rebuild of
Mustang JMX sources"
/>
<attribute
name=
"Implementation-Vendor"
value=
"Source bundle from
Sun Microsystems, Inc.
- Customer rebuilt"
/>
<attribute
name=
"Implementation-Version"
value=
"${BUILD_DATE} rebuild of
Java SE JMX sources"
/>
<attribute
name=
"Implementation-Vendor"
value=
"Source bundle from
Oracle Corporation
- Customer rebuilt"
/>
</section>
</manifest>
</jar>
...
...
@@ -295,16 +295,16 @@
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Delete build directory and all its contents -->
<target
name=
"clean-all"
<target
name=
"clean-all"
description=
"Delete build directory and all its contents"
>
<delete
dir=
"${dir.build}"
/>
</target>
</target>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Clean all and build everything -->
<target
name=
"all"
depends=
"clean-all,jar"
<target
name=
"all"
depends=
"clean-all,jar"
description=
"Clean all and build everything"
/>
...
...
src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java
浏览文件 @
75e487d5
...
...
@@ -92,8 +92,6 @@ import javax.management.RuntimeOperationsException;
* @since 1.5
*/
// Sun Microsystems, Sept. 2002: Revisited for JMX 1.2 (DF)
//
@SuppressWarnings
(
"serial"
)
// serialVersionUID is not constant
public
class
ModelMBeanNotificationInfo
extends
MBeanNotificationInfo
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录