langtools/test/tools/javac/api/T6306137.java
changeset 15569 399c4ef97e3c
parent 5520 86e4b9a9da40
child 15708 fbf749010eba
equal deleted inserted replaced
15568:7f2b0485891f 15569:399c4ef97e3c
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug     6306137
    26  * @bug     6306137
    27  * @summary JSR 199: encoding option doesn't affect standard file manager
    27  * @summary JSR 199: encoding option doesn't affect standard file manager
    28  * @author  Peter von der Ahé
    28  * @author  Peter von der Ahé
    29  * @ignore
       
    30  *    Need to make the contentCache in JavacFileManager be aware of changes to the encoding.
       
    31  *    Need to propogate -source (and -encoding?) down to the JavacFileManager
       
    32  */
    29  */
    33 
    30 
    34 import java.io.File;
    31 import java.io.File;
    35 import java.util.Arrays;
    32 import java.util.Arrays;
    36 import javax.tools.*;
    33 import javax.tools.*;