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
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
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
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
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>
vlivanov [Tue, 16 Sep 2014 18:05:03 +0400] rev 26626
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
Reviewed-by: jrose
vlivanov [Tue, 16 Sep 2014 18:05:01 +0400] rev 26625
8058291: Missing some checks during parameter validation
Reviewed-by: jrose
chegar [Tue, 16 Sep 2014 12:06:53 +0200] rev 26624
8058118: Generate modules.list during the build
Reviewed-by: alanb, mchung
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
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
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
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
lancea [Sat, 13 Sep 2014 13:26:18 -0400] rev 26619
8058413: Change formatDecimalInt so it is package private
Reviewed-by: darcy
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