Sat, 26 Feb 2011 03:53:06 -0800 6998391: Serbian (Latin) locale support
katakai [Sat, 26 Feb 2011 03:53:06 -0800] rev 8695
6998391: Serbian (Latin) locale support Reviewed-by: naoto
Mon, 21 Mar 2011 21:36:59 -0700 7029704: JFB: Refix JFB Custom Revision Version Build/Makefile changes
asaha [Mon, 21 Mar 2011 21:36:59 -0700] rev 8694
7029704: JFB: Refix JFB Custom Revision Version Build/Makefile changes Reviewed-by: mr, ohair
Thu, 17 Mar 2011 14:33:00 -0700 Added tag jdk7-b134 for changeset d7436373981b
schien [Thu, 17 Mar 2011 14:33:00 -0700] rev 8693
Added tag jdk7-b134 for changeset d7436373981b
Wed, 05 Jul 2017 17:38:10 +0200 Merge
duke [Wed, 05 Jul 2017 17:38:10 +0200] rev 8692
Merge
Fri, 18 Mar 2011 13:28:33 -0700 7028846: Bump the HS21 build number to 05
trims [Fri, 18 Mar 2011 13:28:33 -0700] rev 8691
7028846: Bump the HS21 build number to 05 Summary: Update the HS21 build number to 05 Reviewed-by: jcoomes
Fri, 18 Mar 2011 13:28:29 -0700 Merge
trims [Fri, 18 Mar 2011 13:28:29 -0700] rev 8690
Merge
Fri, 18 Mar 2011 09:03:43 -0700 Merge
jcoomes [Fri, 18 Mar 2011 09:03:43 -0700] rev 8689
Merge
Thu, 17 Mar 2011 10:32:46 -0700 6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads
ysr [Thu, 17 Mar 2011 10:32:46 -0700] rev 8688
6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads Summary: Use _max_num_q = max(discovery_degree, processing_degree), and let balance_queues() redistribute from discovery_degree to processing_degree of queues. This should also allow a more dynamic and flexible parallelism policy in the future. Reviewed-by: jmasa, johnc
Wed, 16 Mar 2011 10:37:08 -0700 6896099: Integrate CMS heap ergo with default heap sizing ergo
ysr [Wed, 16 Mar 2011 10:37:08 -0700] rev 8687
6896099: Integrate CMS heap ergo with default heap sizing ergo 6627787: CMS: JVM refuses to start up with -Xms16m -Xmx16m 7000125: CMS: Anti-monotone young gen sizing with respect to maximum whole heap size specification 7027529: CMS: retire CMSUseOldDefaults flag Summary: Simplify CMS heap sizing code, relying on ergonomic initial sizing consistent with other collectors for the most part, controlling only young gen sizing to rein in pause times. Make CMS young gen sizing default statically cpu-dependant. Remove inconsistencies wrt generation sizing and policy code, allowing for the fixing for 6627787 and 7000125. For 7027529, retire the flag CMSUseOldDefaults which had been introduced as a bridge from JDK 5 to JDK 6 a number of years ago. Reviewed-by: brutisso, poonam
Tue, 15 Mar 2011 09:07:49 -0700 Merge
jwilhelm [Tue, 15 Mar 2011 09:07:49 -0700] rev 8686
Merge
Fri, 11 Mar 2011 16:35:18 +0100 6820066: Check that -XX:ParGCArrayScanChunk has a value larger than zero.
jwilhelm [Fri, 11 Mar 2011 16:35:18 +0100] rev 8685
6820066: Check that -XX:ParGCArrayScanChunk has a value larger than zero. Summary: Check that -XX:ParGCArrayScanChunk has a value larger than zero. Reviewed-by: johnc, jmasa, ysr
Mon, 14 Mar 2011 21:52:24 -0700 6987703: iCMS: Intermittent hang with gc/gctests/CallGC/CallGC01 and +ExplicitGCInvokesConcurrent
ysr [Mon, 14 Mar 2011 21:52:24 -0700] rev 8684
6987703: iCMS: Intermittent hang with gc/gctests/CallGC/CallGC01 and +ExplicitGCInvokesConcurrent Summary: Count enable_icms() and disable_icms() events so as to prevent inteference between concurrent calls, which can cause the iCMS thread to be left stranded in icms_wait() with an unserviced request and no young allocations to unwedge it. Reviewed-by: jcoomes, poonam
Thu, 03 Mar 2011 11:35:50 +0100 7023747: G1: too strict assert in RefineRecordRefsIntoCSCardTableEntryClosure::do_card_ptr in g1RemSet.cpp
brutisso [Thu, 03 Mar 2011 11:35:50 +0100] rev 8683
7023747: G1: too strict assert in RefineRecordRefsIntoCSCardTableEntryClosure::do_card_ptr in g1RemSet.cpp Summary: Made sure that the assert looks at ParallelGCThreads. Reviewed-by: stefank, tonyp, jwilhelm, johnc
Thu, 03 Mar 2011 22:58:46 +0100 7022943: G1: improve logging to avoid interleaved numbers
brutisso [Thu, 03 Mar 2011 22:58:46 +0100] rev 8682
7022943: G1: improve logging to avoid interleaved numbers Summary: Introduced buffered loggging to make sure that log lines are logged one line at a time Reviewed-by: stefank, johnc, dsamersoff
Sun, 06 Mar 2011 11:37:18 -0800 7018056: large pages not always enabled by default
jcoomes [Sun, 06 Mar 2011 11:37:18 -0800] rev 8681
7018056: large pages not always enabled by default Reviewed-by: phh, kvn
Fri, 04 Mar 2011 17:13:19 -0500 7014923: G1: code cleanup
tonyp [Fri, 04 Mar 2011 17:13:19 -0500] rev 8680
7014923: G1: code cleanup Summary: Some G1 code cleanup. Reviewed-by: johnc, jcoomes, jwilhelm
Fri, 18 Mar 2011 01:44:15 -0700 Merge
twisti [Fri, 18 Mar 2011 01:44:15 -0700] rev 8679
Merge
Thu, 17 Mar 2011 18:29:18 -0700 7011865: JSR 292 CTW fails: !THREAD->is_Compiler_thread() failed: Can not load classes with the Compiler thre
jrose [Thu, 17 Mar 2011 18:29:18 -0700] rev 8678
7011865: JSR 292 CTW fails: !THREAD->is_Compiler_thread() failed: Can not load classes with the Compiler thre Reviewed-by: kvn, never
Thu, 17 Mar 2011 12:08:01 -0700 7028394: Newer AMD Processor Prefetch Defaults
kvn [Thu, 17 Mar 2011 12:08:01 -0700] rev 8677
7028394: Newer AMD Processor Prefetch Defaults Summary: This new default has shown improvement across many workloads. Reviewed-by: kvn Contributed-by: tom.deneau@amd.com
Fri, 11 Mar 2011 22:34:57 -0800 7012648: move JSR 292 to package java.lang.invoke and adjust names
jrose [Fri, 11 Mar 2011 22:34:57 -0800] rev 8676
7012648: move JSR 292 to package java.lang.invoke and adjust names Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
Fri, 11 Mar 2011 22:33:47 -0800 6839872: remove implementation inheritance from JSR 292 APIs
jrose [Fri, 11 Mar 2011 22:33:47 -0800] rev 8675
6839872: remove implementation inheritance from JSR 292 APIs Summary: consolidate runtime support in java.dyn.MethodHandleNatives; include transitional compatibility logic Reviewed-by: twisti
Fri, 11 Mar 2011 21:19:15 -0800 Merge
jrose [Fri, 11 Mar 2011 21:19:15 -0800] rev 8674
Merge
Fri, 11 Mar 2011 07:50:51 -0800 7026631: field _klass is incorrectly set for dual type of TypeAryPtr::OOPS
kvn [Fri, 11 Mar 2011 07:50:51 -0800] rev 8673
7026631: field _klass is incorrectly set for dual type of TypeAryPtr::OOPS Summary: add missing check this->dual() != TypeAryPtr::OOPS into TypeAryPtr::klass(). Reviewed-by: never
Wed, 09 Mar 2011 09:15:16 -0800 7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
kvn [Wed, 09 Mar 2011 09:15:16 -0800] rev 8672
7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache Summary: Use largest_free_block() instead of unallocated_capacity(). Reviewed-by: iveresov, never, ysr
Sun, 06 Mar 2011 22:09:23 -0800 6965570: assert(!needs_patching && x->is_loaded(),"how do we know it's volatile if it's not loaded")
never [Sun, 06 Mar 2011 22:09:23 -0800] rev 8671
6965570: assert(!needs_patching && x->is_loaded(),"how do we know it's volatile if it's not loaded") Reviewed-by: iveresov
Sat, 05 Mar 2011 11:02:04 -0800 6589823: Error: meet not symmetric
kvn [Sat, 05 Mar 2011 11:02:04 -0800] rev 8670
6589823: Error: meet not symmetric Summary: arrays pointers meet must fall to bottom if exact array klasses in upper lattice are not equal or super klass is exact. Reviewed-by: never
Fri, 04 Mar 2011 22:44:50 -0800 Merge
never [Fri, 04 Mar 2011 22:44:50 -0800] rev 8669
Merge
Fri, 04 Mar 2011 20:01:48 -0800 7024866: # assert(limit == NULL || limit <= nm->code_end()) failed: in bounds
never [Fri, 04 Mar 2011 20:01:48 -0800] rev 8668
7024866: # assert(limit == NULL || limit <= nm->code_end()) failed: in bounds Reviewed-by: kvn, iveresov
Fri, 04 Mar 2011 15:14:16 -0800 7020403: Add AdvancedCompilationPolicy for tiered
iveresov [Fri, 04 Mar 2011 15:14:16 -0800] rev 8667
7020403: Add AdvancedCompilationPolicy for tiered Summary: This implements adaptive tiered compilation policy. Reviewed-by: kvn, never
Wed, 16 Mar 2011 23:45:04 -0400 Merge
vladidan [Wed, 16 Mar 2011 23:45:04 -0400] rev 8666
Merge
Wed, 16 Mar 2011 10:47:45 -0400 Merge
vladidan [Wed, 16 Mar 2011 10:47:45 -0400] rev 8665
Merge
Thu, 10 Mar 2011 14:56:11 -0500 7011490: Wrong computation results in Test6880034
vladidan [Thu, 10 Mar 2011 14:56:11 -0500] rev 8664
7011490: Wrong computation results in Test6880034 Summary: incorrect handling of c2i deoptimization on little endian architectures Reviewed-by: never
Wed, 16 Mar 2011 14:57:49 -0400 7019165: Incorrect symbols in pstack output after SymbolTable changes
coleenp [Wed, 16 Mar 2011 14:57:49 -0400] rev 8663
7019165: Incorrect symbols in pstack output after SymbolTable changes Summary: And out lsb which is set for symbols in constant pool slots to distinguish them from strings Reviewed-by: phh, dholmes, never, dcubed
Tue, 15 Mar 2011 06:50:01 -0700 Merge
dcubed [Tue, 15 Mar 2011 06:50:01 -0700] rev 8662
Merge
Tue, 15 Mar 2011 06:37:31 -0700 7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue
dcubed [Tue, 15 Mar 2011 06:37:31 -0700] rev 8661
7024970: 2/3 assert(ServiceThread::is_service_thread(Thread::current())) failed: Service thread must post enqueue Summary: Change nmethod_lock() to also prevent zombification of the nmethod. CompiledMethodUnload events also need to lock the nmethod. Clean ups in nmethod::make_not_entrant_or_zombie() Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
Tue, 15 Mar 2011 06:35:10 -0700 7024234: 2/3 jvmti tests fail assert(!_oops_are_stale) failed: oops are stale on Win-AMD64
dcubed [Tue, 15 Mar 2011 06:35:10 -0700] rev 8660
7024234: 2/3 jvmti tests fail assert(!_oops_are_stale) failed: oops are stale on Win-AMD64 Summary: Move initialization of the '_instance' field to avoid race with ServiceThread start. Reviewed-by: dholmes, kamg, never, dsamersoff, ysr, coleenp, acorn
Mon, 14 Mar 2011 11:43:56 -0700 Merge
acorn [Mon, 14 Mar 2011 11:43:56 -0700] rev 8659
Merge
Fri, 11 Mar 2011 16:09:55 -0500 7023931: PcDescCache::find_pc_desc should not write _last_pc_desc
phh [Fri, 11 Mar 2011 16:09:55 -0500] rev 8658
7023931: PcDescCache::find_pc_desc should not write _last_pc_desc Summary: Remove _last_pc_desc and use pcdescs[0] instead. Reviewed-by: dcubed, coleenp, ysr
Thu, 10 Mar 2011 17:44:32 +0100 7025485: leverage shared x86-only deoptimization code
bdelsart [Thu, 10 Mar 2011 17:44:32 +0100] rev 8657
7025485: leverage shared x86-only deoptimization code Summary: removed an ifdef IA32 around harmless code useful for some ports Reviewed-by: chrisphi, never
Fri, 11 Mar 2011 22:41:33 -0800 Merge
trims [Fri, 11 Mar 2011 22:41:33 -0800] rev 8656
Merge
Mon, 07 Mar 2011 16:03:28 -0500 7024584: Symbol printouts shouldnt be under PrintGCDetails
coleenp [Mon, 07 Mar 2011 16:03:28 -0500] rev 8655
7024584: Symbol printouts shouldnt be under PrintGCDetails Summary: Put symbol printing under Verbose and WizardMode so you can get this information if you really want it. Reviewed-by: phh, stefank, never, dholmes, jcoomes
Mon, 07 Mar 2011 09:16:08 -0800 Merge
acorn [Mon, 07 Mar 2011 09:16:08 -0800] rev 8654
Merge
Fri, 04 Mar 2011 14:40:46 -0500 6845426: non-static <clinit> method with no args is called during the class initialization process
kamg [Fri, 04 Mar 2011 14:40:46 -0500] rev 8653
6845426: non-static <clinit> method with no args is called during the class initialization process Summary: Only call <clinit> with ACC_STATIC for classfiles with version > 50 Reviewed-by: acorn, dholmes, coleenp
Thu, 03 Mar 2011 19:53:03 -0500 7021653: Parfait issue in hotspot/src/share/vm/oops/methodDataOops.hpp
coleenp [Thu, 03 Mar 2011 19:53:03 -0500] rev 8652
7021653: Parfait issue in hotspot/src/share/vm/oops/methodDataOops.hpp Summary: Fix compilation error(s) Reviewed-by: kvn, phh, jcoomes, dholmes
Thu, 03 Mar 2011 19:52:23 -0500 6512830: Error: assert(tag_at(which).is_unresolved_klass(), "Corrupted constant pool")
coleenp [Thu, 03 Mar 2011 19:52:23 -0500] rev 8651
6512830: Error: assert(tag_at(which).is_unresolved_klass(), "Corrupted constant pool") Summary: Redefine classes copies the constant pool while the constant pool may be resolving strings or classes Reviewed-by: dcubed, dsamersoff, acorn
Thu, 03 Mar 2011 19:51:36 -0500 7022999: Can't build with FORCE_TIERED=0
coleenp [Thu, 03 Mar 2011 19:51:36 -0500] rev 8650
7022999: Can't build with FORCE_TIERED=0 Summary: Put UseFastLocking test under #ifdef COMPILER1 Reviewed-by: kvn, phh, never, dcubed
Thu, 17 Mar 2011 17:25:12 -0700 Added tag hs21-b04 for changeset 8f90284bf3fa
trims [Thu, 17 Mar 2011 17:25:12 -0700] rev 8649
Added tag hs21-b04 for changeset 8f90284bf3fa
Thu, 17 Mar 2011 14:32:47 -0700 Added tag jdk7-b134 for changeset 3cb740be56d2
schien [Thu, 17 Mar 2011 14:32:47 -0700] rev 8648
Added tag jdk7-b134 for changeset 3cb740be56d2
Wed, 23 Mar 2011 17:43:38 -0700 Merge
cl [Wed, 23 Mar 2011 17:43:38 -0700] rev 8647
Merge
Tue, 22 Mar 2011 08:15:39 -0700 6896934: README: Document how the drop source bundles work for jaxp/jaxws
ohair [Tue, 22 Mar 2011 08:15:39 -0700] rev 8646
6896934: README: Document how the drop source bundles work for jaxp/jaxws 6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additions needed - cygwin issues Reviewed-by: dholmes
Thu, 17 Mar 2011 14:32:38 -0700 Added tag jdk7-b134 for changeset 6baee4c33881
schien [Thu, 17 Mar 2011 14:32:38 -0700] rev 8645
Added tag jdk7-b134 for changeset 6baee4c33881
Wed, 05 Jul 2017 17:37:53 +0200 Added tag jdk7-b134 for changeset def8e16dd237
duke [Wed, 05 Jul 2017 17:37:53 +0200] rev 8644
Added tag jdk7-b134 for changeset def8e16dd237
Wed, 05 Jul 2017 17:37:53 +0200 Merge jdk7-b134
duke [Wed, 05 Jul 2017 17:37:53 +0200] rev 8643
Merge
Wed, 05 Jul 2017 17:37:50 +0200 Merge
duke [Wed, 05 Jul 2017 17:37:50 +0200] rev 8642
Merge
Tue, 15 Mar 2011 15:32:21 -0700 Merge
ohair [Tue, 15 Mar 2011 15:32:21 -0700] rev 8641
Merge
Sun, 13 Mar 2011 14:41:25 -0700 Merge
mfang [Sun, 13 Mar 2011 14:41:25 -0700] rev 8640
Merge
(0) -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip