Tue, 22 Mar 2011 11:22:38 +0300 6993561: java.awt.image.SampleModel.setSamples() methods not always throw ArrayIndexOutOfBoundsException
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
Thu, 07 Apr 2011 15:21:10 -0700 Added tag jdk7-b137 for changeset 6f226af63661
schien [Thu, 07 Apr 2011 15:21:10 -0700] rev 8936
Added tag jdk7-b137 for changeset 6f226af63661
Wed, 05 Jul 2017 17:40:07 +0200 Merge
duke [Wed, 05 Jul 2017 17:40:07 +0200] rev 8935
Merge
Fri, 08 Apr 2011 16:18:48 -0700 7035259: Bump the HS21 build number to 08
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
Fri, 08 Apr 2011 16:18:38 -0700 Merge
trims [Fri, 08 Apr 2011 16:18:38 -0700] rev 8933
Merge
Wed, 06 Apr 2011 16:02:53 -0700 Merge
jmasa [Wed, 06 Apr 2011 16:02:53 -0700] rev 8932
Merge
Fri, 18 Feb 2011 10:07:34 -0800 7020042: G1: Partially remove fix for 6994628
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
Mon, 04 Apr 2011 14:23:17 -0400 7027766: G1: introduce flag to dump the liveness information per region at the end of marking
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
Mon, 04 Apr 2011 13:18:35 -0400 7033292: G1: nightly failure: Non-dirty cards in region that should be dirty
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
Wed, 30 Mar 2011 10:26:59 -0400 7023069: G1: Introduce symmetric locking in the slow allocation path
tonyp [Wed, 30 Mar 2011 10:26:59 -0400] rev 8928
7023069: G1: Introduce symmetric locking in the slow allocation path 7023151: G1: refactor the code that operates on _cur_alloc_region to be re-used for allocs by the GC threads 7018286: G1: humongous allocation attempts should take the GC locker into account Summary: First, this change replaces the asymmetric locking scheme in the G1 slow alloc path by a summetric one. Second, it factors out the code that operates on _cur_alloc_region so that it can be re-used for allocations by the GC threads in the future. Reviewed-by: stefank, brutisso, johnc
Tue, 29 Mar 2011 22:36:16 -0400 7029458: G1: Add newly-reclaimed regions to the beginning of the region free list, not the end
tonyp [Tue, 29 Mar 2011 22:36:16 -0400] rev 8927
7029458: G1: Add newly-reclaimed regions to the beginning of the region free list, not the end Summary: What the synopsis says. Reviewed-by: jwilhelm, iveresov, johnc
Mon, 28 Mar 2011 10:58:54 -0700 7026932: G1: No need to abort VM when card count cache expansion fails
johnc [Mon, 28 Mar 2011 10:58:54 -0700] rev 8926
7026932: G1: No need to abort VM when card count cache expansion fails Summary: Manage allocation/freeing of the card cache counts and epochs arrays directly so that an allocation failure while attempting to expand these arrays does not abort the JVM. Failure to expand these arrays is not fatal. Reviewed-by: iveresov, tonyp
Wed, 23 Mar 2011 14:12:51 +0100 6948149: G1: Imbalance in termination times
brutisso [Wed, 23 Mar 2011 14:12:51 +0100] rev 8925
6948149: G1: Imbalance in termination times Summary: Changed default value of WorkStealingYieldsBeforeSleep from 1000 to 5000. Added more information to G1 pause logging. Reviewed-by: jwilhelm, tonyp, jmasa
Fri, 25 Mar 2011 17:39:20 -0700 Merge
jcoomes [Fri, 25 Mar 2011 17:39:20 -0700] rev 8924
Merge
Thu, 24 Mar 2011 15:47:01 -0700 7029036: Card-table verification hangs with all framework collectors, except G1, even before the first GC
ysr [Thu, 24 Mar 2011 15:47:01 -0700] rev 8923
7029036: Card-table verification hangs with all framework collectors, except G1, even before the first GC Summary: When verifying clean card ranges, use memory-range-bounded iteration over oops of objects overlapping that range, thus avoiding the otherwise quadratic worst-case cost of scanning large object arrays. Reviewed-by: jmasa, jwilhelm, tonyp
Thu, 24 Mar 2011 15:45:27 -0700 7030435: Some oop_oop_iterate_m() methods iterate outside of specified memory bounds
ysr [Thu, 24 Mar 2011 15:45:27 -0700] rev 8922
7030435: Some oop_oop_iterate_m() methods iterate outside of specified memory bounds Summary: Filter ref-containing locations through the memory-interval specified in the call. Reviewed-by: jcoomes, jwilhelm, tonyp
Tue, 05 Apr 2011 14:12:31 -0700 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
trims [Tue, 05 Apr 2011 14:12:31 -0700] rev 8921
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: ohair
Fri, 08 Apr 2011 15:56:52 -0700 Added tag hs21-b07 for changeset 25580f153384
trims [Fri, 08 Apr 2011 15:56:52 -0700] rev 8920
Added tag hs21-b07 for changeset 25580f153384
Thu, 07 Apr 2011 15:20:57 -0700 Added tag jdk7-b137 for changeset 25580f153384
schien [Thu, 07 Apr 2011 15:20:57 -0700] rev 8919
Added tag jdk7-b137 for changeset 25580f153384
Tue, 12 Apr 2011 18:35:57 -0700 Merge
ohair [Tue, 12 Apr 2011 18:35:57 -0700] rev 8918
Merge
Wed, 06 Apr 2011 22:14:00 -0700 7033660: Update copyright year to 2011 on any files changed in 2011
ohair [Wed, 06 Apr 2011 22:14:00 -0700] rev 8917
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Sun, 10 Apr 2011 10:17:36 -0700 Merge
lana [Sun, 10 Apr 2011 10:17:36 -0700] rev 8916
Merge
Thu, 31 Mar 2011 21:49:32 -0700 Merge
lana [Thu, 31 Mar 2011 21:49:32 -0700] rev 8915
Merge
Tue, 22 Mar 2011 11:07:40 -0700 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair [Tue, 22 Mar 2011 11:07:40 -0700] rev 8914
6737397: Should support running JCK test suite with test/Makefile and JPRT Reviewed-by: alanb
Thu, 07 Apr 2011 15:20:51 -0700 Added tag jdk7-b137 for changeset 1a08398a6716
schien [Thu, 07 Apr 2011 15:20:51 -0700] rev 8913
Added tag jdk7-b137 for changeset 1a08398a6716
Wed, 05 Jul 2017 17:39:54 +0200 Added tag jdk7-b137 for changeset d1cf7d4ee16c
duke [Wed, 05 Jul 2017 17:39:54 +0200] rev 8912
Added tag jdk7-b137 for changeset d1cf7d4ee16c
Wed, 05 Jul 2017 17:39:53 +0200 Merge jdk7-b137
duke [Wed, 05 Jul 2017 17:39:53 +0200] rev 8911
Merge
Wed, 05 Jul 2017 17:39:50 +0200 Merge
duke [Wed, 05 Jul 2017 17:39:50 +0200] rev 8910
Merge
Thu, 31 Mar 2011 18:14:29 -0700 Added tag jdk7-b136 for changeset 6aa795396cc8
schien [Thu, 31 Mar 2011 18:14:29 -0700] rev 8909
Added tag jdk7-b136 for changeset 6aa795396cc8
Wed, 05 Jul 2017 17:39:48 +0200 Merge
duke [Wed, 05 Jul 2017 17:39:48 +0200] rev 8908
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip