Thu, 18 Sep 2014 15:36:38 -0400 8050281: New permission tests for JEP 140
mullan [Thu, 18 Sep 2014 15:36:38 -0400] rev 26638
8050281: New permission tests for JEP 140 Reviewed-by: mullan Contributed-by: amanda.jiang@oracle.com
Thu, 18 Sep 2014 18:33:05 +0400 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
vlivanov [Thu, 18 Sep 2014 18:33:05 +0400] rev 26637
8058661: Compiled LambdaForms should inherit from Object to improve class loading performance Reviewed-by: vlivanov, jrose Contributed-by: aleksey.shipilev@oracle.com
Thu, 18 Sep 2014 16:16:07 +0200 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
sjiang [Thu, 18 Sep 2014 16:16:07 +0200] rev 26636
8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently Reviewed-by: dfuchs, dholmes
Wed, 17 Sep 2014 23:27:59 -0400 8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
dholmes [Wed, 17 Sep 2014 23:27:59 -0400] rev 26635
8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main Reviewed-by: dholmes, alanb Contributed-by: Amy Lu <amy.lu@oracle.com>
Wed, 17 Sep 2014 14:11:40 -0700 8058679: More bad characters in BigIntegerTest
bpb [Wed, 17 Sep 2014 14:11:40 -0700] rev 26634
8058679: More bad characters in BigIntegerTest Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb
Wed, 17 Sep 2014 11:04:16 -0700 8058664: Bad fonts in BigIntegerTest
bpb [Wed, 17 Sep 2014 11:04:16 -0700] rev 26633
8058664: Bad fonts in BigIntegerTest Summary: Replace bad fonts with spaces. Reviewed-by: alanb
Wed, 17 Sep 2014 09:43:04 -0700 8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata
naoto [Wed, 17 Sep 2014 09:43:04 -0700] rev 26632
8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata Reviewed-by: mchung, erikj, ihse
Wed, 17 Sep 2014 16:47:52 +0200 8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
psandoz [Wed, 17 Sep 2014 16:47:52 +0200] rev 26631
8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248 Reviewed-by: alanb, dholmes
Wed, 17 Sep 2014 13:55:30 +0800 8056141: Move com.sun.security.jgss into a new module
weijun [Wed, 17 Sep 2014 13:55:30 +0800] rev 26630
8056141: Move com.sun.security.jgss into a new module Reviewed-by: alanb, chegar, mchung
Wed, 17 Sep 2014 13:55:12 +0800 8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
weijun [Wed, 17 Sep 2014 13:55:12 +0800] rev 26629
8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss Reviewed-by: valeriep, alanb
Tue, 16 Sep 2014 23:04:13 +0400 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
vlivanov [Tue, 16 Sep 2014 23:04:13 +0400] rev 26628
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed Reviewed-by: darcy, alanb
Mon, 15 Sep 2014 13:25:08 -0700 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
bpb [Mon, 15 Sep 2014 13:25:08 -0700] rev 26627
8058505: BigIntegerTest does not exercise Burnikel-Ziegler division Summary: Modify divideLarge() method such that the w/z division exercises the B-Z branch. Reviewed-by: darcy Contributed-by: Robert Gibson <robbiexgibson@yahoo.com>
Tue, 16 Sep 2014 18:05:03 +0400 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
vlivanov [Tue, 16 Sep 2014 18:05:03 +0400] rev 26626
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken Reviewed-by: jrose
Tue, 16 Sep 2014 18:05:01 +0400 8058291: Missing some checks during parameter validation
vlivanov [Tue, 16 Sep 2014 18:05:01 +0400] rev 26625
8058291: Missing some checks during parameter validation Reviewed-by: jrose
Tue, 16 Sep 2014 12:06:53 +0200 8058118: Generate modules.list during the build
chegar [Tue, 16 Sep 2014 12:06:53 +0200] rev 26624
8058118: Generate modules.list during the build Reviewed-by: alanb, mchung
Tue, 16 Sep 2014 09:01:57 +0200 8042205: javax/management/monitor/*: some tests didn't get all the notifications
sjiang [Tue, 16 Sep 2014 09:01:57 +0200] rev 26623
8042205: javax/management/monitor/*: some tests didn't get all the notifications Reviewed-by: dfuchs
Tue, 16 Sep 2014 00:26:58 +0200 8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
redestad [Tue, 16 Sep 2014 00:26:58 +0200] rev 26622
8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent Reviewed-by: lancea
Mon, 15 Sep 2014 21:20:46 +0200 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
redestad [Mon, 15 Sep 2014 21:20:46 +0200] rev 26621
8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230 Reviewed-by: lancea
Mon, 15 Sep 2014 13:05:04 -0700 8057793: BigDecimal is no longer effectively immutable
bpb [Mon, 15 Sep 2014 13:05:04 -0700] rev 26620
8057793: BigDecimal is no longer effectively immutable Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com
Sat, 13 Sep 2014 13:26:18 -0400 8058413: Change formatDecimalInt so it is package private
lancea [Sat, 13 Sep 2014 13:26:18 -0400] rev 26619
8058413: Change formatDecimalInt so it is package private Reviewed-by: darcy
Sat, 13 Sep 2014 20:06:15 +0400 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
igerasim [Sat, 13 Sep 2014 20:06:15 +0400] rev 26618
8054029: (fc) FileChannel.size() returns 0 for block devices on Linux Reviewed-by: alanb
Fri, 05 Sep 2014 19:06:07 -0700 8057986: freetype code to get glyph outline does not handle initial control point properly
martin [Fri, 05 Sep 2014 19:06:07 -0700] rev 26617
8057986: freetype code to get glyph outline does not handle initial control point properly Reviewed-by: prr, dougfelt Contributed-by: Behdad Esfahbod <behdad@google.com>, Igor Kopylov <ikopylov@google.com>
Fri, 12 Sep 2014 18:37:58 -0400 8058394: Doclint clean up in java.sql.Date
lancea [Fri, 12 Sep 2014 18:37:58 -0400] rev 26616
8058394: Doclint clean up in java.sql.Date Reviewed-by: darcy
Fri, 29 Aug 2014 12:07:11 -0700 8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
martin [Fri, 29 Aug 2014 12:07:11 -0700] rev 26615
8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing Summary: fix off-by-one bug in EXTSIG handling; add docs. Reviewed-by: sherman, alanb
Fri, 12 Sep 2014 13:08:35 -0700 Merge
prr [Fri, 12 Sep 2014 13:08:35 -0700] rev 26614
Merge
Fri, 12 Sep 2014 10:33:32 -0700 Merge
prr [Fri, 12 Sep 2014 10:33:32 -0700] rev 26613
Merge
Mon, 08 Sep 2014 10:24:45 -0700 Merge
prr [Mon, 08 Sep 2014 10:24:45 -0700] rev 26612
Merge
Mon, 08 Sep 2014 09:07:59 -0700 8056209: Remove unused files for libawt
prr [Mon, 08 Sep 2014 09:07:59 -0700] rev 26611
8056209: Remove unused files for libawt Reviewed-by: erikj, ihse, serb
Fri, 05 Sep 2014 12:57:24 +0400 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
alexsch [Fri, 05 Sep 2014 12:57:24 +0400] rev 26610
8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris Reviewed-by: ant, azvegint
Thu, 04 Sep 2014 09:32:08 -0700 8056122: Upgrade JDK to use LittleCMS 2.6
prr [Thu, 04 Sep 2014 09:32:08 -0700] rev 26609
8056122: Upgrade JDK to use LittleCMS 2.6 Reviewed-by: bae, jgodinez
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip