On 02/05/2013 17:24, Daniel Fuchs wrote:
Hi,
Please find an updated webrev below:
<http://cr.openjdk.java.net/~dfuchs/JDK-8008738/webrev.03/>
Changes are:
catch IAE are removed - as suggested by Alan.
I didn't find traces of IAE being thrown by OutputStreamWriter
constructor in recent JDK - so I think it's safe to remove
those catch clauses.
changes in test Makefile have been removed: I rebased my patch on
jdk8 tip, which already has these test Makefile changes.
best regards,
-- daniel
Thanks, this looks good to me.
-Alan