martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5993
6935172: Optimize bit-twiddling in Bits.java
Summary: Transformations to reduce size of bytecode
Reviewed-by: sherman
Contributed-by: Based on an idea by Ulf Zibis <ulf.zibis@gmx.de>
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5992
6934271: Better handling of longer utf-8 sequences
Summary: Various cleanups, including clever bit-twiddling
Reviewed-by: sherman
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5991
6933322: Add methods highSurrogate(), lowSurrogate() to class Character
Summary: Add public variants of methods Surrogate.high, Surrogate.low
Reviewed-by: okutsu, sherman
Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5990
6934270: Remove javac warnings from Character.java
Summary: Use generics and conform to coding style
Reviewed-by: sherman
Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>