test/tools/javac/api/T6306137.java

changeset 1553
b386b8c45387
parent 1546
2480aec9a3f1
child 1821
1936a884b290
equal deleted inserted replaced
1552:153d20d0cac5 1553:b386b8c45387
1 /* 1 /*
2 * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2013, 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.
23 23
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 * @compile -encoding utf-8 T6306137.java
29 * @run main T6306137
28 * @author Peter von der Ahé 30 * @author Peter von der Ahé
29 */ 31 */
30 32
31 import java.io.File; 33 import java.io.File;
32 import java.util.Arrays; 34 import java.util.Arrays;

mercurial