dxu [Wed, 27 Mar 2013 09:00:34 -0700] rev 16716
8010837: FileInputStream.available() throw IOException when encountering negative available values
Summary: Remove the check in the native code to allow negative values
Reviewed-by: mchung
ehelin [Thu, 21 Mar 2013 20:35:49 +0100] rev 16715
8009427: Re-enable tests that were disable to ease complicated push
Reviewed-by: sla, mchung, dcubed
Contributed-by: Erik Helin <erik.helin@oracle.com>
martin [Tue, 26 Mar 2013 13:36:51 -0700] rev 16714
8010316: Improve handling of char sequences containing surrogates
Summary: Fix and optimize codePointAt, codePointBefore and similar methods
Reviewed-by: sherman, okutsu, ulfzibis, kizune