langtools/test/tools/javac/processing/filer/TestGetResource2.java
changeset 14963 974d4423c999
parent 6720 f16f91662ad8
child 30730 d3ce7619db2c
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 6929404
    25  * @bug 6929404
    26  * @summary Filer.getResource(SOURCE_PATH, ...) does not work when -sourcepath contains >1 entry
    26  * @summary Filer.getResource(SOURCE_PATH, ...) does not work when -sourcepath contains >1 entry
    27  * @library ../../lib
    27  * @library /tools/javac/lib
    28  */
    28  */
    29 
    29 
    30 import java.io.*;
    30 import java.io.*;
    31 import java.security.*;
    31 import java.security.*;
    32 import java.util.*;
    32 import java.util.*;