Thu, 04 Nov 2010 15:54:34 -0700 Added tag jdk7-b117 for changeset 42a9e115bd6f
cl [Thu, 04 Nov 2010 15:54:34 -0700] rev 6992
Added tag jdk7-b117 for changeset 42a9e115bd6f
Wed, 05 Jul 2017 17:26:22 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:22 +0200] rev 6991
Merge
Wed, 10 Nov 2010 20:38:30 -0800 Merge
trims [Wed, 10 Nov 2010 20:38:30 -0800] rev 6990
Merge
Thu, 04 Nov 2010 16:17:54 -0700 Merge
trims [Thu, 04 Nov 2010 16:17:54 -0700] rev 6989
Merge
Tue, 02 Nov 2010 16:02:46 -0700 6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
iveresov [Tue, 02 Nov 2010 16:02:46 -0700] rev 6988
6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424 Summary: Turn CDS off if compressed oops is on Reviewed-by: ysr, kvn, jcoomes, phh
Mon, 01 Nov 2010 10:49:14 -0700 Merge
jcoomes [Mon, 01 Nov 2010 10:49:14 -0700] rev 6987
Merge
Thu, 28 Oct 2010 14:46:29 -0700 6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827
ysr [Thu, 28 Oct 2010 14:46:29 -0700] rev 6986
6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827 Summary: Sharpened an assert, introduced in 6896603, that intended to check that the incremental_collection_failed() predicate on the heap was being reset "soon enough". Reviewed-by: jmasa
Sat, 23 Oct 2010 23:03:49 -0700 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr [Sat, 23 Oct 2010 23:03:49 -0700] rev 6985
6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data Summary: Deprecated HandlePromotionFailure, removing the ability to turn off that feature, did away with one epoch look-ahead when deciding if a scavenge is likely to fail, relying on current data. Reviewed-by: jmasa, johnc, poonam
Thu, 21 Oct 2010 17:29:24 -0700 6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
ysr [Thu, 21 Oct 2010 17:29:24 -0700] rev 6984
6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent Summary: Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable. Reviewed-by: jcoomes, tonyp
Sat, 16 Oct 2010 17:12:19 -0400 6991377: G1: race between concurrent refinement and humongous object allocation
tonyp [Sat, 16 Oct 2010 17:12:19 -0400] rev 6983
6991377: G1: race between concurrent refinement and humongous object allocation Summary: There is a race between the concurrent refinement threads and the humongous object allocation that can cause the concurrent refinement threads to corrupt the part of the BOT that it is being initialized by the humongous object allocation operation. The solution is to do the humongous object allocation in careful steps to ensure that the concurrent refinement threads always have a consistent view over the BOT, region contents, and top. The fix includes some very minor tidying up in sparsePRT. Reviewed-by: jcoomes, johnc, ysr
Mon, 18 Oct 2010 15:01:41 -0700 6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
johnc [Mon, 18 Oct 2010 15:01:41 -0700] rev 6982
6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack Summary: The changes from 6941395 did not clear the CMTask::_aborted_region fields when concurrent marking aborted because of overflow. As a result, the next time around we could see a memory region whose start address was above the global finger and the assertion tripped. Moved the clearing of the aborted regions to ConcurrentMark::clear_marking_state, which is executed on all of the exit paths. Reviewed-by: tonyp, ysr, jmasa
Fri, 15 Oct 2010 17:26:56 -0400 6992189: G1: inconsistent base used in sparse rem set iterator
tonyp [Fri, 15 Oct 2010 17:26:56 -0400] rev 6981
6992189: G1: inconsistent base used in sparse rem set iterator Summary: The remembered set iterator for sparse tables incorrectly assumes that index 0 corresponds to the bottom of the heap, not address 0 as it is the case. Reviewed-by: ysr, jmasa
Thu, 14 Oct 2010 10:38:14 -0400 6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly
tonyp [Thu, 14 Oct 2010 10:38:14 -0400] rev 6980
6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly Summary: When an entry is stolen, don't push it on the task queue but process it directly. Reviewed-by: iveresov, ysr, jcoomes
Tue, 26 Oct 2010 16:48:28 -0700 Merge
kamg [Tue, 26 Oct 2010 16:48:28 -0700] rev 6979
Merge
Tue, 26 Oct 2010 14:08:49 -0400 6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
kamg [Tue, 26 Oct 2010 14:08:49 -0400] rev 6978
6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name Summary: Class file parser needs to look for and disallow '[' in names. Reviewed-by: coleenp, never
Tue, 26 Oct 2010 14:43:21 -0400 Merge
acorn [Tue, 26 Oct 2010 14:43:21 -0400] rev 6977
Merge
Mon, 25 Oct 2010 13:31:55 -0400 Merge
acorn [Mon, 25 Oct 2010 13:31:55 -0400] rev 6976
Merge
Fri, 22 Oct 2010 15:59:34 -0400 6988353: refactor contended sync subsystem
acorn [Fri, 22 Oct 2010 15:59:34 -0400] rev 6975
6988353: refactor contended sync subsystem Summary: reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
Thu, 21 Oct 2010 10:10:23 -0400 6991315: RedefineClasses fails with java.lang.VerifyError
kamg [Thu, 21 Oct 2010 10:10:23 -0400] rev 6974
6991315: RedefineClasses fails with java.lang.VerifyError Summary: Repair stackmap table attribute when relocating bytecode Reviewed-by: acorn, never
Wed, 20 Oct 2010 17:07:25 -0700 Merge
trims [Wed, 20 Oct 2010 17:07:25 -0700] rev 6973
Merge
Tue, 19 Oct 2010 11:14:52 -0700 6989669: Coops: -Xshare:dump causes crash
iveresov [Tue, 19 Oct 2010 11:14:52 -0700] rev 6972
6989669: Coops: -Xshare:dump causes crash Summary: Temporarily fix to disable compressed oops with CDS Reviewed-by: dholmes, twisti, kvn, never
Mon, 18 Oct 2010 09:33:24 -0700 Merge
never [Mon, 18 Oct 2010 09:33:24 -0700] rev 6971
Merge
Fri, 15 Oct 2010 14:21:11 -0700 6992477: fix for 6991512 broke sparc barriers
never [Fri, 15 Oct 2010 14:21:11 -0700] rev 6970
6992477: fix for 6991512 broke sparc barriers Reviewed-by: kvn, iveresov
Fri, 15 Oct 2010 15:12:04 -0400 Merge
acorn [Fri, 15 Oct 2010 15:12:04 -0400] rev 6969
Merge
Wed, 13 Oct 2010 11:46:46 -0400 Merge
acorn [Wed, 13 Oct 2010 11:46:46 -0400] rev 6968
Merge
Tue, 12 Oct 2010 10:57:33 -0400 6392697: Additional flag needed to supress Hotspot warning messages
kamg [Tue, 12 Oct 2010 10:57:33 -0400] rev 6967
6392697: Additional flag needed to supress Hotspot warning messages Summary: Apply PrintJvmWarnings flag to all warnings Reviewed-by: coleenp, phh
Thu, 07 Oct 2010 15:14:41 -0400 Merge
bobv [Thu, 07 Oct 2010 15:14:41 -0400] rev 6966
Merge
Thu, 07 Oct 2010 15:12:57 -0400 6989297: Integrate additional portability improvements
bobv [Thu, 07 Oct 2010 15:12:57 -0400] rev 6965
6989297: Integrate additional portability improvements Reviewed-by: vladidan, dholmes
Thu, 07 Oct 2010 08:06:06 -0700 6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
coleenp [Thu, 07 Oct 2010 08:06:06 -0700] rev 6964
6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable Reviewed-by: dholmes, kvn
Mon, 04 Oct 2010 10:08:29 -0700 Merge
acorn [Mon, 04 Oct 2010 10:08:29 -0700] rev 6963
Merge
Mon, 04 Oct 2010 13:11:10 -0400 6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
acorn [Mon, 04 Oct 2010 13:11:10 -0400] rev 6962
6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever Summary: Absolute time 0 needs to return immediately. Reviewed-by: phh, dcubed, dholmes
Thu, 30 Sep 2010 12:05:08 -0400 6988363: Rebrand vm vendor property settings (jdk7 only)
zgu [Thu, 30 Sep 2010 12:05:08 -0400] rev 6961
6988363: Rebrand vm vendor property settings (jdk7 only) Summary: Vendor properties should be initialized after JDK version is determined. Reviewed-by: kamg, ohair, dcubed, dholmes
Thu, 14 Oct 2010 11:57:48 -0700 Merge
jcoomes [Thu, 14 Oct 2010 11:57:48 -0700] rev 6960
Merge
Tue, 12 Oct 2010 11:29:45 -0700 6989448: G1: refactor and simplify G1ParScanThreadState
jcoomes [Tue, 12 Oct 2010 11:29:45 -0700] rev 6959
6989448: G1: refactor and simplify G1ParScanThreadState Reviewed-by: iveresov, tonyp
Tue, 12 Oct 2010 09:36:48 -0700 6971296: G1: simplify G1RemSet class hierarchy
johnc [Tue, 12 Oct 2010 09:36:48 -0700] rev 6958
6971296: G1: simplify G1RemSet class hierarchy Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet. Reviewed-by: ysr, tonyp
Thu, 04 Nov 2010 15:19:16 -0700 Added tag hs20-b02 for changeset 9353ae6eae7d
trims [Thu, 04 Nov 2010 15:19:16 -0700] rev 6957
Added tag hs20-b02 for changeset 9353ae6eae7d
Thu, 04 Nov 2010 15:54:20 -0700 Added tag jdk7-b117 for changeset fa3a454c72a6
cl [Thu, 04 Nov 2010 15:54:20 -0700] rev 6956
Added tag jdk7-b117 for changeset fa3a454c72a6
Thu, 04 Nov 2010 15:54:14 -0700 Added tag jdk7-b117 for changeset 0a086f450822
cl [Thu, 04 Nov 2010 15:54:14 -0700] rev 6955
Added tag jdk7-b117 for changeset 0a086f450822
Wed, 05 Jul 2017 17:26:05 +0200 Added tag jdk7-b117 for changeset 228e73f288c5
duke [Wed, 05 Jul 2017 17:26:05 +0200] rev 6954
Added tag jdk7-b117 for changeset 228e73f288c5
Wed, 05 Jul 2017 17:26:04 +0200 Merge jdk7-b117
duke [Wed, 05 Jul 2017 17:26:04 +0200] rev 6953
Merge
Wed, 05 Jul 2017 17:26:01 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:01 +0200] rev 6952
Merge
Thu, 28 Oct 2010 13:31:55 -0700 Added tag jdk7-b116 for changeset 661f6dc7e63b
cl [Thu, 28 Oct 2010 13:31:55 -0700] rev 6951
Added tag jdk7-b116 for changeset 661f6dc7e63b
Wed, 05 Jul 2017 17:26:00 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:00 +0200] rev 6950
Merge
Thu, 28 Oct 2010 13:31:36 -0700 Added tag jdk7-b116 for changeset 4e762faec132
cl [Thu, 28 Oct 2010 13:31:36 -0700] rev 6949
Added tag jdk7-b116 for changeset 4e762faec132
Wed, 05 Jul 2017 17:25:57 +0200 Merge
duke [Wed, 05 Jul 2017 17:25:57 +0200] rev 6948
Merge
Thu, 28 Oct 2010 13:31:35 -0700 Added tag jdk7-b116 for changeset 990c6c2dc488
cl [Thu, 28 Oct 2010 13:31:35 -0700] rev 6947
Added tag jdk7-b116 for changeset 990c6c2dc488
Wed, 05 Jul 2017 17:25:55 +0200 Merge
duke [Wed, 05 Jul 2017 17:25:55 +0200] rev 6946
Merge
Thu, 28 Oct 2010 13:31:25 -0700 Added tag jdk7-b116 for changeset 1361b8fed8a0
cl [Thu, 28 Oct 2010 13:31:25 -0700] rev 6945
Added tag jdk7-b116 for changeset 1361b8fed8a0
Wed, 05 Jul 2017 17:25:53 +0200 Merge
duke [Wed, 05 Jul 2017 17:25:53 +0200] rev 6944
Merge
Thu, 28 Oct 2010 13:31:42 -0700 Added tag jdk7-b116 for changeset 0141eb3aac61
cl [Thu, 28 Oct 2010 13:31:42 -0700] rev 6943
Added tag jdk7-b116 for changeset 0141eb3aac61
Wed, 05 Jul 2017 17:25:50 +0200 Merge
duke [Wed, 05 Jul 2017 17:25:50 +0200] rev 6942
Merge
Thu, 28 Oct 2010 13:31:30 -0700 Added tag jdk7-b116 for changeset fde203c3a894
cl [Thu, 28 Oct 2010 13:31:30 -0700] rev 6941
Added tag jdk7-b116 for changeset fde203c3a894
Thu, 28 Oct 2010 13:31:20 -0700 Added tag jdk7-b116 for changeset 78706f13dfc3
cl [Thu, 28 Oct 2010 13:31:20 -0700] rev 6940
Added tag jdk7-b116 for changeset 78706f13dfc3
Wed, 05 Jul 2017 17:25:43 +0200 Added tag jdk7-b116 for changeset a4e6aa1f45ad
duke [Wed, 05 Jul 2017 17:25:43 +0200] rev 6939
Added tag jdk7-b116 for changeset a4e6aa1f45ad
Wed, 05 Jul 2017 17:25:43 +0200 Merge jdk7-b116
duke [Wed, 05 Jul 2017 17:25:43 +0200] rev 6938
Merge
Wed, 05 Jul 2017 17:25:40 +0200 Merge
duke [Wed, 05 Jul 2017 17:25:40 +0200] rev 6937
Merge
Tue, 26 Oct 2010 10:58:44 -0700 Merge
lana [Tue, 26 Oct 2010 10:58:44 -0700] rev 6936
Merge
Mon, 18 Oct 2010 21:50:47 -0700 Merge
lana [Mon, 18 Oct 2010 21:50:47 -0700] rev 6935
Merge
Mon, 18 Oct 2010 19:14:36 +0100 6991980: polymorphic signature calls don't share the same CP entries
mcimadamore [Mon, 18 Oct 2010 19:14:36 +0100] rev 6934
6991980: polymorphic signature calls don't share the same CP entries Summary: wrong use of attr env in Infer.java prevents sharing of CP entries for PS calls Reviewed-by: darcy, jrose
Wed, 13 Oct 2010 17:52:29 -0700 Merge
lana [Wed, 13 Oct 2010 17:52:29 -0700] rev 6933
Merge
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip