--- old/test/langtools/tools/javac/processing/6414633/A.java 2018-02-07 17:12:54.000000000 -0500 +++ new/test/langtools/tools/javac/processing/6414633/A.java 2018-02-07 17:12:54.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2010, 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 @@ -22,9 +22,7 @@ */ import java.util.*; -import javax.annotation.*; import javax.annotation.processing.*; -import javax.lang.model.*; import javax.lang.model.element.*; import javax.tools.*;