--- old/src/share/classes/java/lang/reflect/Constructor.java 2010-09-03 16:53:57.000000000 -0700 +++ new/src/share/classes/java/lang/reflect/Constructor.java 2010-09-03 16:53:56.000000000 -0700 @@ -166,8 +166,7 @@ /** * Returns the name of this constructor, as a string. This is - * always the same as the simple name of the constructor's declaring - * class. + * the binary name of the constructor's declaring class. */ public String getName() { return getDeclaringClass().getName();