psandoz [Mon, 10 Jun 2013 12:20:34 +0200] rev 18154
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
Reviewed-by: alanb
psandoz [Mon, 10 Jun 2013 11:52:32 +0200] rev 18153
8015492: Remove DoubleStream.range methods
Reviewed-by: alanb
ksrini [Sat, 08 Jun 2013 09:05:49 -0700] rev 18152
8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
Reviewed-by: alanb, darcy, chegar
coleenp [Fri, 07 Jun 2013 22:15:27 -0400] rev 18151
7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
Summary: The code for this test is fixed now and integrated to TL repo and it passes now.
Reviewed-by: alanb
sherman [Fri, 07 Jun 2013 13:49:37 -0700] rev 18150
8015728: (zipfs) demo/zipfs/basic.sh failing
Summary: to return the correct loc entry size from wirteLOC();
Reviewed-by: alanb
lancea [Fri, 07 Jun 2013 14:13:40 -0400] rev 18149
8016101: Fix typo in SerialRef and missing @param in SerialStruct
Reviewed-by: darcy
khazra [Fri, 07 Jun 2013 10:59:41 -0700] rev 18148
7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
Summary: Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept()
Reviewed-by: chegar
okutsu [Fri, 07 Jun 2013 17:37:23 +0900] rev 18147
7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
Reviewed-by: peytoia
okutsu [Fri, 07 Jun 2013 17:07:12 +0900] rev 18146
7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
Reviewed-by: peytoia
bpb [Thu, 06 Jun 2013 16:45:25 -0700] rev 18145
8016117: New sun.misc.FDBigInteger class as part of 7032154
Reviewed-by: martin, iris
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
robm [Thu, 06 Jun 2013 22:22:56 +0100] rev 18144
8016063: getFinalAttributes should use FindClose
Reviewed-by: alanb
bpb [Wed, 05 Jun 2013 21:01:02 -0700] rev 18143
7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions.
Reviewed-by: martin, iris
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
mduigou [Thu, 06 Jun 2013 11:39:34 -0700] rev 18142
Merge
henryjen [Wed, 05 Jun 2013 15:56:51 -0700] rev 18141
8015522: CharSequence.codePoints can be faster
Reviewed-by: martin, psandoz, alanb
Contributed-by: henry.jen@oracle.com
dmeetry [Thu, 06 Jun 2013 20:43:05 +0400] rev 18140
8009579: Xpathexception does not honor initcause()
Reviewed-by: alanb, dholmes, joehw
Contributed-by: aleksej.efimov@oracle.com