--- old/test/langtools/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java 2018-04-05 09:37:12.939499960 -0700 +++ new/test/langtools/tools/javac/annotations/typeAnnotations/referenceinfos/MethodParameters.java 2018-04-05 09:37:12.727500084 -0700 @@ -223,7 +223,7 @@ genericLocation = { 0, 0 }, paramIndex = 1) @TADescription(annotation = "RTCs", type = METHOD_FORMAL_PARAMETER, genericLocation = { 0, 0, 0, 0 }, paramIndex = 1) - public String methodParamAsVarargRepeatableAnnoattion() { + public String methodParamAsVarargRepeatableAnnotation() { return "void test(Object b, @RTC @RTC String @RTA @RTA [] @RTB @RTB ... a) { }"; }