[cp-patches] FYI: ByteCharset.Decoder patch

2007-02-04 Thread Jeroen Frijters
Hi, I committed the attached patch. Regards, Jeroen 2007-02-04 Jeroen Frijters <[EMAIL PROTECTED]> Fix for #30693 * gnu/java/nio/charset/ByteCharset.java (ByteCharset.Decoder.decodeLoop): Reset input buffer position if the byte read was unmappable. Index: gnu/j

[cp-patches] FYI: Enum reflection fixes

2007-02-04 Thread Jeroen Frijters
Hi, I committed the attached patch. Regards, Jeroen 2007-02-04 Jeroen Frijters <[EMAIL PROTECTED]> * java/lang/Class.java (newInstance): Moved setAccessible call to helper method. (getEnumConstants): Call new helper method to allow values method to be called on