diff -r 28d33fb9097f -r e04318f39f92 langtools/test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsTest.java --- a/langtools/test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsTest.java Thu Mar 31 14:56:33 2016 -0700 +++ b/langtools/test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsTest.java Thu Mar 31 15:20:50 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2016, 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 @@ -28,10 +28,9 @@ * @modules jdk.jdeps/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main - * jdk.jdeps/com.sun.tools.javap * @library /tools/lib /tools/javac/lib ../lib - * @build WorkAnnotations TestBase TestResult InMemoryFileManager ToolBox - * @build TestCase ClassType TestAnnotationInfo + * @build toolbox.ToolBox InMemoryFileManager TestResult TestBase + * @build WorkAnnotations TestCase ClassType TestAnnotationInfo * @build RuntimeParameterAnnotationsTest AnnotationsTestBase RuntimeParameterAnnotationsTestBase * @run main RuntimeParameterAnnotationsTest */