Re: [10] RFR: 8185104: Generate CharacterDataLatin1 lookup tables directly

2017-07-24 Thread Claes Redestad
On 07/24/2017 10:29 AM, Alan Bateman wrote: On 23/07/2017 14:37, Claes Redestad wrote: Proposed patch is to drop passing -string to GenerateCharacter for the latin1 case: Webrev: http://cr.openjdk.java.net/~redestad/8185104/jdk.00/ Bug:https://bugs.openjdk.java.net/browse/JDK-8185104

Re: [10] RFR: 8185104: Generate CharacterDataLatin1 lookup tables directly

2017-07-24 Thread Alan Bateman
On 23/07/2017 14:37, Claes Redestad wrote: Hi, java.lang.CharacterDataLatin1 and others are generated at build time by the GenerateCharacter tool, which has a -string mode to generate lookup tables as Strings literals rather than arrays directly. This serves multiple purposes: 1. it