--- old/src/share/classes/java/lang/reflect/Method.java 2009-09-22 16:09:39.000000000 -0700 +++ new/src/share/classes/java/lang/reflect/Method.java 2009-09-22 16:09:39.000000000 -0700 @@ -317,10 +317,6 @@ * Returns an array of length 0 if the underlying method declares * no exceptions in its {@code throws} clause. * - *

If an exception type is a parameterized type, the {@code Type} - * object returned for it must accurately reflect the actual type - * parameters used in the source code. - * *

If an exception type is a type variable or a parameterized * type, it is created. Otherwise, it is resolved. *