Wed, 03 Mar 2010 08:10:41 -0800 6910182: CMS: assert(_cursor[j] == _survivor_plab_array[j].end(),"Ctl pt invariant")
jmasa [Wed, 03 Mar 2010 08:10:41 -0800] rev 5040
6910182: CMS: assert(_cursor[j] == _survivor_plab_array[j].end(),"Ctl pt invariant") Summary: Calculation of the slicing of survivor spaces for MT was incorrect. Reviewed-by: ysr
Tue, 02 Mar 2010 13:59:37 -0800 Merge
johnc [Tue, 02 Mar 2010 13:59:37 -0800] rev 5039
Merge
Fri, 26 Feb 2010 16:40:55 -0500 6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified
phh [Fri, 26 Feb 2010 16:40:55 -0500] rev 5038
6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified Summary: Reduce NewSize from 4m to 1m. Reviewed-by: tonyp, jmasa
Tue, 02 Mar 2010 13:57:46 -0800 Merge
johnc [Tue, 02 Mar 2010 13:57:46 -0800] rev 5037
Merge
Wed, 24 Feb 2010 14:56:20 -0500 6928065: G1: use existing command line parameters to set the young generation size
tonyp [Wed, 24 Feb 2010 14:56:20 -0500] rev 5036
6928065: G1: use existing command line parameters to set the young generation size Summary: see synopsis Reviewed-by: johnc, jmasa
Wed, 24 Feb 2010 07:00:33 -0800 6928081: G1: rename parameters common with CMS
jmasa [Wed, 24 Feb 2010 07:00:33 -0800] rev 5035
6928081: G1: rename parameters common with CMS Summary: Rename marking stack sizing flags to be common between G1 and CMS Reviewed-by: ysr, tonyp
Tue, 23 Feb 2010 23:14:34 -0500 6928073: G1: use existing command line parameters for marking cycle initiation
tonyp [Tue, 23 Feb 2010 23:14:34 -0500] rev 5034
6928073: G1: use existing command line parameters for marking cycle initiation Summary: replace the combination of the G1SteadyStateUsed / G1SteadyStateUsedDelta parameteres to decide the marking initiation threshold and instead use InitiatingHeapOccupancyPercent. Reviewed-by: ysr, johnc
Tue, 23 Feb 2010 23:13:23 -0500 6928059: G1: command line parameter renaming
tonyp [Tue, 23 Feb 2010 23:13:23 -0500] rev 5033
6928059: G1: command line parameter renaming Summary: Rename G1 parameters to make them more consistent. Reviewed-by: jmasa, johnc
Mon, 01 Mar 2010 12:12:35 -0800 6930398: fix for return address locals in OSR entries uses wrong test
never [Mon, 01 Mar 2010 12:12:35 -0800] rev 5032
6930398: fix for return address locals in OSR entries uses wrong test Reviewed-by: kvn
Thu, 25 Feb 2010 22:58:43 -0800 6930116: loop predication code does not handle If nodes with only one projection
kvn [Thu, 25 Feb 2010 22:58:43 -0800] rev 5031
6930116: loop predication code does not handle If nodes with only one projection Summary: Add check for iff->outcnt() < 2. Reviewed-by: never
Thu, 25 Feb 2010 15:55:47 -0800 6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr)
kvn [Thu, 25 Feb 2010 15:55:47 -0800] rev 5030
6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr) Summary: Add missing code. Reviewed-by: never
Thu, 25 Feb 2010 11:38:50 -0800 6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build
never [Thu, 25 Feb 2010 11:38:50 -0800] rev 5029
6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build Reviewed-by: kvn
Tue, 23 Feb 2010 17:46:29 +0100 6928839: JSR 292 typo in x86 _adapter_check_cast
twisti [Tue, 23 Feb 2010 17:46:29 +0100] rev 5028
6928839: JSR 292 typo in x86 _adapter_check_cast Summary: There is a small typo in methodHandles_x86.cpp. Reviewed-by: kvn
Mon, 22 Feb 2010 16:56:49 -0800 6928717: HS17 fails to build with SS11 C++
kvn [Mon, 22 Feb 2010 16:56:49 -0800] rev 5027
6928717: HS17 fails to build with SS11 C++ Summary: Add missing handles.inline.hpp for codeCache.cpp. Reviewed-by: never
Fri, 19 Feb 2010 13:06:11 -0800 6927049: assert(is_Loop(),"invalid node class")
never [Fri, 19 Feb 2010 13:06:11 -0800] rev 5026
6927049: assert(is_Loop(),"invalid node class") Reviewed-by: kvn
Fri, 19 Feb 2010 10:04:16 -0800 6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag
kvn [Fri, 19 Feb 2010 10:04:16 -0800] rev 5025
6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag Summary: Matcher::float_in_double should be true only when FPU is used for floats. Reviewed-by: never, twisti
Thu, 18 Feb 2010 15:05:10 -0800 6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
never [Thu, 18 Feb 2010 15:05:10 -0800] rev 5024
6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp Reviewed-by: kvn
Thu, 18 Mar 2010 13:52:49 -0700 Added tag jdk7-b86 for changeset 16a26e16c83f
mikejwre [Thu, 18 Mar 2010 13:52:49 -0700] rev 5023
Added tag jdk7-b86 for changeset 16a26e16c83f
Thu, 18 Mar 2010 13:52:45 -0700 Added tag jdk7-b86 for changeset 41627c4e030e
mikejwre [Thu, 18 Mar 2010 13:52:45 -0700] rev 5022
Added tag jdk7-b86 for changeset 41627c4e030e
Wed, 05 Jul 2017 17:08:23 +0200 Added tag jdk7-b86 for changeset c94d9cc81f49
duke [Wed, 05 Jul 2017 17:08:23 +0200] rev 5021
Added tag jdk7-b86 for changeset c94d9cc81f49
Wed, 05 Jul 2017 17:08:23 +0200 Merge jdk7-b86
duke [Wed, 05 Jul 2017 17:08:23 +0200] rev 5020
Merge
Wed, 05 Jul 2017 17:08:21 +0200 Merge
duke [Wed, 05 Jul 2017 17:08:21 +0200] rev 5019
Merge
Tue, 09 Mar 2010 15:29:45 -0800 Merge
lana [Tue, 09 Mar 2010 15:29:45 -0800] rev 5018
Merge
Fri, 05 Mar 2010 16:13:58 -0800 Merge
jjg [Fri, 05 Mar 2010 16:13:58 -0800] rev 5017
Merge
Fri, 05 Mar 2010 16:12:33 -0800 6930108: IllegalArgumentException in AbstractDiagnosticFormatter for tools/javac/api/TestJavacTaskScanner.jav
jjg [Fri, 05 Mar 2010 16:12:33 -0800] rev 5016
6930108: IllegalArgumentException in AbstractDiagnosticFormatter for tools/javac/api/TestJavacTaskScanner.jav Reviewed-by: darcy
Thu, 04 Mar 2010 13:40:29 -0800 Merge
lana [Thu, 04 Mar 2010 13:40:29 -0800] rev 5015
Merge
Wed, 03 Mar 2010 19:34:34 -0800 6931126: jtreg tests not Windows friendly
jjg [Wed, 03 Mar 2010 19:34:34 -0800] rev 5014
6931126: jtreg tests not Windows friendly Reviewed-by: darcy
Wed, 03 Mar 2010 17:22:52 -0800 6931927: position issues with synthesized anonymous class
jjg [Wed, 03 Mar 2010 17:22:52 -0800] rev 5013
6931927: position issues with synthesized anonymous class Reviewed-by: darcy
Wed, 03 Mar 2010 16:05:34 -0800 6449781: TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name
darcy [Wed, 03 Mar 2010 16:05:34 -0800] rev 5012
6449781: TypeElement.getQualifiedName for anonymous classes returns null instead of an empty name Reviewed-by: jjg
Tue, 02 Mar 2010 16:43:29 -0800 6931127: strange test class files
jjg [Tue, 02 Mar 2010 16:43:29 -0800] rev 5011
6931127: strange test class files Reviewed-by: darcy
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip