<i18n dev> 7026507: Bidi initialization fails if AWT not present

Masayoshi Okutsu masayoshi.okutsu at oracle.com
Tue Mar 29 00:04:19 PDT 2011


Alan,

The fix looks good to me.

Thanks,
Masayoshi

On 3/28/2011 11:46 PM, Alan Bateman wrote:
>
> Masayoshi - do you mind reviewing this change to 
> sun.text.bidi.BidiBase? This one is modularity related and only arises 
> if Bidi is used when the client/desktop module is not present (not an 
> issue for 7 of course). In that scenario then the initialization will 
> throw a ClassCastException as the code attempts to treat the run 
> direction as an AttributedCharacterIterator.Attribute rather than a 
> Boolean. The webrev with the change is here:
>  http://cr.openjdk.java.net/~alanb/7026507/webrev/
>
> Thanks,
> Alan.


More information about the i18n-dev mailing list