--- old/test/langtools/tools/javac/processing/environment/round/BuriedAnnotations.java 2018-07-23 23:31:59.728855324 -0700 +++ new/test/langtools/tools/javac/processing/environment/round/BuriedAnnotations.java 2018-07-23 23:31:59.588855324 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,12 +21,14 @@ * questions. */ +import annot.AnnotatedElementInfo; + /** * Class to hold annotations for TestElementsAnnotatedWith. */ @AnnotatedElementInfo(annotationName="java.lang.SuppressWarnings", - expectedSize=4, + expectedSize=4, names={"foo", "bar", ""})