Mon, 30 Aug 2010 11:02:53 -0700 6980978: assert(mt == t->xmeet(this)) failed: meet not commutative
kvn [Mon, 30 Aug 2010 11:02:53 -0700] rev 6435
6980978: assert(mt == t->xmeet(this)) failed: meet not commutative Summary: Fix code in TypeAryPtr::xmeet() for constant array. Reviewed-by: never
Fri, 27 Aug 2010 17:35:08 -0700 Merge
never [Fri, 27 Aug 2010 17:35:08 -0700] rev 6434
Merge
Fri, 27 Aug 2010 17:33:49 -0700 4809552: Optimize Arrays.fill(...)
never [Fri, 27 Aug 2010 17:33:49 -0700] rev 6433
4809552: Optimize Arrays.fill(...) Reviewed-by: kvn
Fri, 27 Aug 2010 01:51:27 -0700 6961697: move nmethod constants section before instruction section
twisti [Fri, 27 Aug 2010 01:51:27 -0700] rev 6432
6961697: move nmethod constants section before instruction section Summary: This is a preparation for 6961690. Reviewed-by: kvn, never
Thu, 26 Aug 2010 11:05:25 -0700 6976400: "Meet Not Symmetric"
kvn [Thu, 26 Aug 2010 11:05:25 -0700] rev 6431
6976400: "Meet Not Symmetric" Summary: Use NULL as klass for TypeAryPtr::RANGE. Add klass verification into TypeAryPtr ctor. Reviewed-by: never
Mon, 30 Aug 2010 10:58:13 -0700 Merge
tonyp [Mon, 30 Aug 2010 10:58:13 -0700] rev 6430
Merge
Mon, 30 Aug 2010 13:00:51 -0400 Merge
tonyp [Mon, 30 Aug 2010 13:00:51 -0400] rev 6429
Merge
Fri, 27 Aug 2010 10:44:06 -0700 Merge
tonyp [Fri, 27 Aug 2010 10:44:06 -0700] rev 6428
Merge
Fri, 27 Aug 2010 13:34:14 -0400 6980206: G1: assert(has_undefined_max_size, "Undefined max size");
tonyp [Fri, 27 Aug 2010 13:34:14 -0400] rev 6427
6980206: G1: assert(has_undefined_max_size, "Undefined max size"); Summary: An assert in the management.cpp is too strong and assumes the max size is always defined on memory pools, even when we don't need to use it. Reviewed-by: mchung, johnc
Fri, 27 Aug 2010 16:57:04 +0100 6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
kevinw [Fri, 27 Aug 2010 16:57:04 +0100] rev 6426
6980392: TEST_BUG: gc/6581734/Test6581734.java has typo Summary: simple correction in testcase Reviewed-by: mchung
Wed, 25 Aug 2010 14:39:55 -0700 6978300: G1: debug builds crash if ParallelGCThreads==0
jcoomes [Wed, 25 Aug 2010 14:39:55 -0700] rev 6425
6978300: G1: debug builds crash if ParallelGCThreads==0 Reviewed-by: tonyp, ysr
Wed, 25 Aug 2010 08:44:58 -0400 6941275: G1: The MemoryPools are incorrectly supported for G1
tonyp [Wed, 25 Aug 2010 08:44:58 -0400] rev 6424
6941275: G1: The MemoryPools are incorrectly supported for G1 Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec. Reviewed-by: mchung, johnc
Mon, 23 Aug 2010 17:51:10 -0700 6910183: CMS: assert(_index < capacity(),"_index out of bounds")
ysr [Mon, 23 Aug 2010 17:51:10 -0700] rev 6423
6910183: CMS: assert(_index < capacity(),"_index out of bounds") Summary: Weakened a too-strong, off-by-one assert; added code to keep track of and report any overflows at appropriate level of verbosity. Reviewed-by: jcoomes, tonyp
Fri, 27 Aug 2010 21:31:15 -0700 Merge
dcubed [Fri, 27 Aug 2010 21:31:15 -0700] rev 6422
Merge
Fri, 27 Aug 2010 15:05:28 -0400 6980262: Memory leak when exception is thrown in static initializer
kamg [Fri, 27 Aug 2010 15:05:28 -0400] rev 6421
6980262: Memory leak when exception is thrown in static initializer Summary: Use resource memory instead of c-heap for the exception message Reviewed-by: phh, jmasa
Wed, 25 Aug 2010 21:29:05 -0400 6978641: Fix for 6929067 introduces additional overhead in thread creation/termination paths
dholmes [Wed, 25 Aug 2010 21:29:05 -0400] rev 6420
6978641: Fix for 6929067 introduces additional overhead in thread creation/termination paths Summary: Disable stack bounds checks in product mode other than for the initial thread Reviewed-by: coleenp, jcoomes, aph
Wed, 25 Aug 2010 10:31:45 -0700 Merge
never [Wed, 25 Aug 2010 10:31:45 -0700] rev 6419
Merge
Wed, 25 Aug 2010 05:27:54 -0700 6978355: renaming for 6961697
twisti [Wed, 25 Aug 2010 05:27:54 -0700] rev 6418
6978355: renaming for 6961697 Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
Mon, 23 Aug 2010 09:09:36 -0700 6896381: CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height < _max_stack,"stack overflow")
kvn [Mon, 23 Aug 2010 09:09:36 -0700] rev 6417
6896381: CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height < _max_stack,"stack overflow") Summary: Check constant Tag type instead of calling get_constant(). Reviewed-by: never
Fri, 20 Aug 2010 23:40:30 -0700 6912064: type profiles need to be exploited more for dynamic language support
jrose [Fri, 20 Aug 2010 23:40:30 -0700] rev 6416
6912064: type profiles need to be exploited more for dynamic language support Reviewed-by: kvn
Mon, 23 Aug 2010 08:44:03 -0700 Merge
dcubed [Mon, 23 Aug 2010 08:44:03 -0700] rev 6415
Merge
Thu, 19 Aug 2010 14:23:59 -0400 6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash
ptisnovs [Thu, 19 Aug 2010 14:23:59 -0400] rev 6414
6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash Summary: Test minimal stack sizes given (also fixed linux compilation error) Reviewed-by: never, phh, coleenp
Thu, 23 Sep 2010 17:33:27 -0700 Added tag jdk7-b111 for changeset a8fb6372bee7
cl [Thu, 23 Sep 2010 17:33:27 -0700] rev 6413
Added tag jdk7-b111 for changeset a8fb6372bee7
Fri, 24 Sep 2010 16:38:02 -0700 Merge
lana [Fri, 24 Sep 2010 16:38:02 -0700] rev 6412
Merge
Thu, 16 Sep 2010 11:18:21 -0700 Merge
lana [Thu, 16 Sep 2010 11:18:21 -0700] rev 6411
Merge
Tue, 07 Sep 2010 15:51:45 -0700 Merge
ohair [Tue, 07 Sep 2010 15:51:45 -0700] rev 6410
Merge
Thu, 02 Sep 2010 22:07:42 -0700 Merge
lana [Thu, 02 Sep 2010 22:07:42 -0700] rev 6409
Merge
Tue, 24 Aug 2010 13:27:45 +0100 6976186: Integrate Shark
gbenson [Tue, 24 Aug 2010 13:27:45 +0100] rev 6408
6976186: Integrate Shark Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: ohair
Thu, 23 Sep 2010 17:33:18 -0700 Added tag jdk7-b111 for changeset fde8c74d7bd1
cl [Thu, 23 Sep 2010 17:33:18 -0700] rev 6407
Added tag jdk7-b111 for changeset fde8c74d7bd1
Wed, 05 Jul 2017 17:22:21 +0200 Added tag jdk7-b111 for changeset 69f3edf08347
duke [Wed, 05 Jul 2017 17:22:21 +0200] rev 6406
Added tag jdk7-b111 for changeset 69f3edf08347
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip