--- old/src/share/classes/java/lang/reflect/Executable.java 2013-04-22 14:16:27.091394852 -0400 +++ new/src/share/classes/java/lang/reflect/Executable.java 2013-04-22 14:16:26.847394196 -0400 @@ -237,8 +237,8 @@ public abstract Class[] getParameterTypes(); /** - * Returns the number of formal parameters (including any - * synthetic or synthesized parameters) for the executable + * Returns the number of formal parameters (whether explicitly + * declared or implicitly declared or neither) for the executable * represented by this object. * * @return The number of formal parameters for the executable this