diff -r 9fd3887c8010 -r fd9c0e3b34eb jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java --- a/jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java Thu Oct 28 21:14:44 2010 +0800 +++ b/jdk/src/share/classes/com/sun/jmx/defaults/ServiceName.java Fri Oct 29 12:35:07 2010 +0200 @@ -76,9 +76,9 @@ /** * 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 @@ * 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"; }