Wed, 12 Jun 2013 11:11:59 -0700 8010325: Remove hash32() method and hash32 int field from java.lang.String
bchristi [Wed, 12 Jun 2013 11:11:59 -0700] rev 18166
8010325: Remove hash32() method and hash32 int field from java.lang.String Reviewed-by: alanb, mduigou
Wed, 12 Jun 2013 09:44:34 +0100 8016369: java/lang/instrument/RetransformBigClass.sh failing again
alanb [Wed, 12 Jun 2013 09:44:34 +0100] rev 18165
8016369: java/lang/instrument/RetransformBigClass.sh failing again Reviewed-by: sla, sergei
Wed, 12 Jun 2013 08:04:11 +0100 8016370: javadoc warnings, unexpected </p> mostly
alanb [Wed, 12 Jun 2013 08:04:11 +0100] rev 18164
8016370: javadoc warnings, unexpected </p> mostly Reviewed-by: martin, jjg
Tue, 11 Jun 2013 15:39:20 -0700 8016213: Convert j2se NetBeans project to use top-level make targets
mduigou [Tue, 11 Jun 2013 15:39:20 -0700] rev 18163
8016213: Convert j2se NetBeans project to use top-level make targets Reviewed-by: chegar
Tue, 11 Jun 2013 11:18:02 -0700 8015960: java/util/Locale/LocaleProviders.java failing again on Windows
naoto [Tue, 11 Jun 2013 11:18:02 -0700] rev 18162
8015960: java/util/Locale/LocaleProviders.java failing again on Windows Reviewed-by: alanb
Tue, 11 Jun 2013 14:09:06 +0100 Merge
alanb [Tue, 11 Jun 2013 14:09:06 +0100] rev 18161
Merge
Tue, 11 Jun 2013 11:25:59 +0100 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
alanb [Tue, 11 Jun 2013 11:25:59 +0100] rev 18160
8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable) Reviewed-by: alanb Contributed-by: martinrb@google.com
Tue, 11 Jun 2013 11:22:28 +0100 7059085: Retire Thread.stop(Throwable) so that it throws UOE
alanb [Tue, 11 Jun 2013 11:22:28 +0100] rev 18159
7059085: Retire Thread.stop(Throwable) so that it throws UOE Reviewed-by: dholmes, chegar, forax, darcy, mduigou
Tue, 11 Jun 2013 12:13:26 +0200 8015895: Int/LongStream.range/rangeClosed
psandoz [Tue, 11 Jun 2013 12:13:26 +0200] rev 18158
8015895: Int/LongStream.range/rangeClosed 8012986: Right-bias range spliterators for large ranges Reviewed-by: mduigou
Mon, 10 Jun 2013 11:06:26 -0700 8013827: File.createTempFile hangs with temp file starting with 'com1.4'
dxu [Mon, 10 Jun 2013 11:06:26 -0700] rev 18157
8013827: File.createTempFile hangs with temp file starting with 'com1.4' 8011950: java.io.File.createTempFile enters infinite loop when passed invalid data Reviewed-by: alanb
Mon, 10 Jun 2013 12:58:32 +0100 8016217: More javadoc warnings
alanb [Mon, 10 Jun 2013 12:58:32 +0100] rev 18156
8016217: More javadoc warnings Reviewed-by: lancea, chegar, psandoz
Mon, 10 Jun 2013 12:26:20 +0200 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
psandoz [Mon, 10 Jun 2013 12:26:20 +0200] rev 18155
8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator Reviewed-by: chegar
Mon, 10 Jun 2013 12:20:34 +0200 8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
psandoz [Mon, 10 Jun 2013 12:20:34 +0200] rev 18154
8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream Reviewed-by: alanb
Mon, 10 Jun 2013 11:52:32 +0200 8015492: Remove DoubleStream.range methods
psandoz [Mon, 10 Jun 2013 11:52:32 +0200] rev 18153
8015492: Remove DoubleStream.range methods Reviewed-by: alanb
Sat, 08 Jun 2013 09:05:49 -0700 8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
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
Fri, 07 Jun 2013 22:15:27 -0400 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
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
Fri, 07 Jun 2013 13:49:37 -0700 8015728: (zipfs) demo/zipfs/basic.sh failing
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
Fri, 07 Jun 2013 14:13:40 -0400 8016101: Fix typo in SerialRef and missing @param in SerialStruct
lancea [Fri, 07 Jun 2013 14:13:40 -0400] rev 18149
8016101: Fix typo in SerialRef and missing @param in SerialStruct Reviewed-by: darcy
Fri, 07 Jun 2013 10:59:41 -0700 7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
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
Fri, 07 Jun 2013 17:37:23 +0900 7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
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
Fri, 07 Jun 2013 17:07:12 +0900 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
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
Thu, 06 Jun 2013 16:45:25 -0700 8016117: New sun.misc.FDBigInteger class as part of 7032154
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>
Thu, 06 Jun 2013 22:22:56 +0100 8016063: getFinalAttributes should use FindClose
robm [Thu, 06 Jun 2013 22:22:56 +0100] rev 18144
8016063: getFinalAttributes should use FindClose Reviewed-by: alanb
Wed, 05 Jun 2013 21:01:02 -0700 7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
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>
Thu, 06 Jun 2013 11:39:34 -0700 Merge
mduigou [Thu, 06 Jun 2013 11:39:34 -0700] rev 18142
Merge
Wed, 05 Jun 2013 15:56:51 -0700 8015522: CharSequence.codePoints can be faster
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
Thu, 06 Jun 2013 20:43:05 +0400 8009579: Xpathexception does not honor initcause()
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
Thu, 06 Jun 2013 09:51:17 -0400 8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
emc [Thu, 06 Jun 2013 09:51:17 -0400] rev 18139
8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it. Reviewed-by: alanb
Thu, 06 Jun 2013 14:10:44 +0100 8000450: Restrict access to com/sun/corba/se/impl package
coffeys [Thu, 06 Jun 2013 14:10:44 +0100] rev 18138
8000450: Restrict access to com/sun/corba/se/impl package Reviewed-by: alanb, chegar, lancea
Thu, 06 Jun 2013 05:32:26 -0400 8015470: Remove redundant calls of toString() on String objects
dholmes [Thu, 06 Jun 2013 05:32:26 -0400] rev 18137
8015470: Remove redundant calls of toString() on String objects Reviewed-by: dholmes, alanb Contributed-by: Otavio Goncalves <otariojava@java.net>
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip