prr [Thu, 31 Mar 2011 15:02:57 -0700] rev 8943
7026407: Broken </code> in javax.imageio.metadata.IIOMetadataNode.getTagName()
Reviewed-by: jgodinez
bae [Tue, 29 Mar 2011 17:11:35 +0400] rev 8942
7003516: Methods java.awt.geom.Line2D.Double/Float.getBounds2D() don't satisfy inherited spec
Reviewed-by: flar, prr
bae [Tue, 29 Mar 2011 13:10:09 +0400] rev 8941
7030147: java.awt.image.SampleModel.setDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_VA
Reviewed-by: jgodinez, prr
bae [Sun, 27 Mar 2011 15:51:44 +0400] rev 8940
6985593: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64
Reviewed-by: ceisserer, jgodinez, prr
bae [Fri, 25 Mar 2011 12:50:59 +0300] rev 8939
6989717: media native code compiler warnings
Reviewed-by: jgodinez, prr
bae [Tue, 22 Mar 2011 12:28:03 +0300] rev 8938
6773586: java.awt.image.SampleModel.getPixels() methods not allways throw ArrayIndexOutOfBoundsException
Reviewed-by: jgodinez, prr
bae [Tue, 22 Mar 2011 11:22:38 +0300] rev 8937
6993561: java.awt.image.SampleModel.setSamples() methods not always throw ArrayIndexOutOfBoundsException
Reviewed-by: jgodinez, prr
schien [Thu, 07 Apr 2011 15:21:10 -0700] rev 8936
Added tag jdk7-b137 for changeset 6f226af63661
duke [Wed, 05 Jul 2017 17:40:07 +0200] rev 8935
Merge
trims [Fri, 08 Apr 2011 16:18:48 -0700] rev 8934
7035259: Bump the HS21 build number to 08
Summary: Update the HS21 build number to 08
Reviewed-by: jcoomes
trims [Fri, 08 Apr 2011 16:18:38 -0700] rev 8933
Merge
jmasa [Wed, 06 Apr 2011 16:02:53 -0700] rev 8932
Merge
johnc [Fri, 18 Feb 2011 10:07:34 -0800] rev 8931
7020042: G1: Partially remove fix for 6994628
Summary: Disable reference discovery and processing during concurrent marking by disabling fix for 6994628.
Reviewed-by: tonyp, ysr
tonyp [Mon, 04 Apr 2011 14:23:17 -0400] rev 8930
7027766: G1: introduce flag to dump the liveness information per region at the end of marking
Summary: Repurpose the existing flag G1PrintRegionLivenessInfo to print out the liveness distribution across the regions in the heap at the end of marking.
Reviewed-by: iveresov, jwilhelm
tonyp [Mon, 04 Apr 2011 13:18:35 -0400] rev 8929
7033292: G1: nightly failure: Non-dirty cards in region that should be dirty
Summary: The epochs on the card cache array are initialized to 0 and our initial epoch also starts at 0. So, until the first GC, it might be possible to successfully "claim" a card which was in fact never initialized.
Reviewed-by: johnc, iveresov, ysr