equal
deleted
inserted
replaced
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
20 * |
20 * |
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 * or visit www.oracle.com if you need additional information or have any |
22 * or visit www.oracle.com if you need additional information or have any |
23 * questions. |
23 * questions. |
|
24 */ |
|
25 |
|
26 |
|
27 /* |
|
28 * @test |
|
29 * @bug 8037085 |
|
30 * @summary Ensures that sjavac can handle various exclusion patterns. |
|
31 * |
|
32 * @build Wrapper |
|
33 * @run main Wrapper ExclPattern |
24 */ |
34 */ |
25 |
35 |
26 import java.io.IOException; |
36 import java.io.IOException; |
27 import java.io.PrintWriter; |
37 import java.io.PrintWriter; |
28 import java.nio.charset.Charset; |
38 import java.nio.charset.Charset; |