--- old/src/share/classes/java/lang/reflect/Constructor.java 2013-01-23 11:10:23.842444758 -0500 +++ new/src/share/classes/java/lang/reflect/Constructor.java 2013-01-23 11:10:23.590441925 -0500 @@ -205,6 +205,11 @@ /** * {@inheritDoc} + */ + public int getParameterCount() { return parameterTypes.length; } + + /** + * {@inheritDoc} * @throws GenericSignatureFormatError {@inheritDoc} * @throws TypeNotPresentException {@inheritDoc} * @throws MalformedParameterizedTypeException {@inheritDoc}