Clean method parameters annotation and names between method

When reading methods, make sure to invalidate read parameter
annotations and names between reading methods, even if saveParameterNames
is not set. Because there is validation that length of runtime in/visible
annotations is the same as the number of parameters, previously we could
run into issues.

Related to https://bugs.openjdk.java.net/browse/JDK-8177486
1 file changed