ksrini [Fri, 09 Jul 2010 09:54:10 -0700] rev 6000
6930056: (launcher) Need to remove or build as part of test these liblibrary.so files
Reviewed-by: ohair, darcy
ohair [Wed, 07 Jul 2010 10:17:36 -0700] rev 5999
6954517: Testcase failure tools/launcher/UnicodeTest.sh
Reviewed-by: ksrini
darcy [Tue, 06 Jul 2010 18:58:30 -0700] rev 5998
6963723: Project Coin: Retrofit more JDK classes for ARM
Reviewed-by: alanb, malenkov, prr, amenkov
mullan [Thu, 01 Jul 2010 15:30:44 -0400] rev 5997
Merge
mullan [Thu, 01 Jul 2010 15:20:31 -0400] rev 5996
6782979: Add JNLPAppletLauncher (6618105) to blacklist
Reviewed-by: ohair
alanb [Thu, 01 Jul 2010 16:28:08 +0100] rev 5995
6947216: Even more Dual-pivot quicksort improvements
Reviewed-by: jjb
Contributed-by: vladimir.yaroslavskiy@sun.com
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5994
6940258: (bf) Use intrinsified reverseBytes operation; elide no-op constructs
Reviewed-by: alanb, sherman
Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
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>