OpenJDK / amber / amber
changeset 15708:fbf749010eba
8007698: jtreg test T6306137.java won't compile with ASCII encoding
Reviewed-by: ksrini
author | jjh |
---|---|
date | Wed, 06 Feb 2013 23:10:35 +0000 |
parents | 7b2411328a5c |
children | 95a659644d2e |
files | langtools/test/tools/javac/api/T6306137.java |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/langtools/test/tools/javac/api/T6306137.java Wed Feb 06 07:49:31 2013 -0800 +++ b/langtools/test/tools/javac/api/T6306137.java Wed Feb 06 23:10:35 2013 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -25,6 +25,8 @@ * @test * @bug 6306137 * @summary JSR 199: encoding option doesn't affect standard file manager + * @compile -encoding utf-8 T6306137.java + * @run main T6306137 * @author Peter von der Ahé */