diff --git a/make/netbeans/jmx/build.properties b/make/netbeans/jmx/build.properties index fc36497359e8f100b719c0dfa6f59bc48b88a966..e998e58a17f7355fbe1e1b4b589e95af2f7188d3 100644 --- a/make/netbeans/jmx/build.properties +++ b/make/netbeans/jmx/build.properties @@ -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 diff --git a/src/share/classes/com/sun/jmx/defaults/ServiceName.java b/src/share/classes/com/sun/jmx/defaults/ServiceName.java index aa0a46fe2acba9549242df54c2db22b11c5b86f4..8f742dff0f8601fbb1cd71ae792bece1371c9fae 100644 --- a/src/share/classes/com/sun/jmx/defaults/ServiceName.java +++ b/src/share/classes/com/sun/jmx/defaults/ServiceName.java @@ -76,9 +76,9 @@ public class ServiceName { /** * The vendor of the JMX specification implemented by this product. *
- * The value is Sun Microsystems. + * The value is Oracle Corporation. */ - 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. *
- * The value is Sun Microsystems. + * The value is Oracle Corporation. */ - public static final String JMX_IMPL_VENDOR = "Sun Microsystems"; + public static final String JMX_IMPL_VENDOR = "Oracle Corporation"; } diff --git a/src/share/classes/com/sun/jmx/snmp/ServiceName.java b/src/share/classes/com/sun/jmx/snmp/ServiceName.java index 0301389aa563e70f062a5f5d81e40f94f340f618..edf77073ee8d3db97568135bf5af604956bc4f56 100644 --- a/src/share/classes/com/sun/jmx/snmp/ServiceName.java +++ b/src/share/classes/com/sun/jmx/snmp/ServiceName.java @@ -27,7 +27,7 @@ package com.sun.jmx.snmp; /** * Used for storing default values used by SNMP Runtime services. - *

This API is a Sun Microsystems internal API and is subject + *

This API is an Oracle Corporation internal API and is subject * to change without notice.

*/ public class ServiceName { @@ -144,16 +144,16 @@ public class ServiceName { /** * The vendor of the JMX specification implemented by this product. *
- * The value is Sun Microsystems. + * The value is Oracle Corporation. */ - 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. *
- * The value is Sun Microsystems. + * The value is Oracle Corporation. */ - 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 rXX. diff --git a/src/share/classes/com/sun/management/package.html b/src/share/classes/com/sun/management/package.html index b4c66900c22ed3c94b52c32a0c4c7bf2993af4da..c26d4309da6bfb666866c37a44c059113fb09ad5 100644 --- a/src/share/classes/com/sun/management/package.html +++ b/src/share/classes/com/sun/management/package.html @@ -30,7 +30,7 @@ questions. -This package contains Sun Microsystem's platform extension to +This package contains Oracle Corporation's platform extension to the implementation of the java.lang.management API and also defines the management diff --git a/src/share/classes/javax/management/ObjectName.java b/src/share/classes/javax/management/ObjectName.java index 8d29ade64bf5fe379f00b1925667f8180173eb83..32b06ccdb5e6d6afe2cfce970c366af218059813 100644 --- a/src/share/classes/javax/management/ObjectName.java +++ b/src/share/classes/javax/management/ObjectName.java @@ -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 sun.com, would have - * domains such as com.sun.MyDomain. This is essentially + * example.com would have + * domains such as com.example.MyDomain. This is essentially * the same convention as for Java-language package names.

* *

The serialVersionUID of this class is 1081892073854801359L. diff --git a/src/share/classes/javax/management/build.xml b/src/share/classes/javax/management/build.xml index 24357d694af18828523afdff2446903253aa7648..e1d263520f03c0d83bd5ea5eb419cc2981bb5ac6 100644 --- a/src/share/classes/javax/management/build.xml +++ b/src/share/classes/javax/management/build.xml @@ -35,18 +35,18 @@ . Please also read the important comment on basedir definition below. --> - - @@ -163,14 +163,14 @@ - + - @@ -183,13 +183,13 @@ @@ -253,7 +253,7 @@ - @@ -269,10 +269,10 @@ - + - - + + @@ -295,16 +295,16 @@ - - - - + + + - diff --git a/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java b/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java index 050760377a54c447d71d7f1b9f44599f9844360d..31d9199da1816d52ef96d4c07c2e5ac027543031 100644 --- a/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java +++ b/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java @@ -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