On 25/10/2011 13:36, Chris Hegarty wrote:
The changes to remove warnings from the NIO code (7068616) missed java/nio/charset/Charset.java and sun/nio/ch/Util.java. This was not spotted at the time as the compiler was not generating raw type warnings for anonymous inner classes. It does now, see CR 7090499.
Looks fine to me.
-Alan