JDK 9 RFR of 8058679: More bad characters in BigIntegerTest
Brian Burkhalter
brian.burkhalter at oracle.com
Wed Sep 17 20:54:08 UTC 2014
On Sep 17, 2014, at 1:52 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> On 17/09/2014 21:48, Brian Burkhalter wrote:
>> Hello bad characters,
>>
>> Issue: https://bugs.openjdk.java.net/browse/JDK-8058679
>> Webrev: http://cr.openjdk.java.net/~bpb/8058679/webrev.00/
>>
>> Tested with "-encoding US-ASCII” passed to javac.
>>
> \ufffd\ufffd Looks okay and if it compiles with -encoding US-ASCII then it gives confidence that they have all been fixed now.
To be specific:
javac -cp ../build/linux-x86-normal-server-fastdebug/jdk/classes -encoding US-ASCII test/java/math/BigInteger/BigIntegerTest.java
did not complain.
Thanks,
Brian
More information about the core-libs-dev
mailing list