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.