langtools/test/tools/javac/processing/model/element/8009367/TestQualifiedNameUsed.java
changeset 30730 d3ce7619db2c
parent 19248 46cb3cd6023b
child 36526 3b41f1c69604
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    25  * @test
    25  * @test
    26  * @bug 8009367
    26  * @bug 8009367
    27  * @summary Test that the correct kind of names (binary) are used when comparing
    27  * @summary Test that the correct kind of names (binary) are used when comparing
    28  *          Class and Symbol for repeatable Classes.
    28  *          Class and Symbol for repeatable Classes.
    29  * @library /tools/javac/lib
    29  * @library /tools/javac/lib
       
    30  * @modules jdk.compiler/com.sun.tools.javac.util
    30  * @build   JavacTestingAbstractProcessor TestQualifiedNameUsed p.Q p.QQ p.R p.RR
    31  * @build   JavacTestingAbstractProcessor TestQualifiedNameUsed p.Q p.QQ p.R p.RR
    31  * @run compile -processor TestQualifiedNameUsed -proc:only TestQualifiedNameUsed.java
    32  * @run compile -processor TestQualifiedNameUsed -proc:only TestQualifiedNameUsed.java
    32  */
    33  */
    33 
    34 
    34 import java.lang.annotation.Repeatable;
    35 import java.lang.annotation.Repeatable;