hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
Wed, 29 Apr 2015 15:12:33 +0300 |
eistepan |
6407976: GC worker number should be unsigned
|
file |
diff |
annotate
|
Mon, 04 May 2015 15:02:37 +0200 |
stefank |
8079275: Remove CollectedHeap::use_parallel_gc_threads
|
file |
diff |
annotate
|
Mon, 27 Apr 2015 09:51:06 +0200 |
stefank |
8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp
|
file |
diff |
annotate
|
Thu, 02 Apr 2015 10:24:24 +0200 |
stefank |
8076457: Fix includes of inline.hpp in GC code
|
file |
diff |
annotate
|
Mon, 13 Apr 2015 15:47:48 +0200 |
pliden |
8077413: Avoid use of Universe::heap() inside collectors
|
file |
diff |
annotate
|
Thu, 02 Apr 2015 16:07:27 +0200 |
brutisso |
8076289: Move the StrongRootsScope out of SharedHeap
|
file |
diff |
annotate
|
Wed, 01 Apr 2015 12:34:26 +0200 |
david |
8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling
|
file |
diff |
annotate
|
Fri, 27 Mar 2015 15:10:11 +0100 |
david |
8076055: cms: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
|
file |
diff |
annotate
|
Mon, 01 Dec 2014 15:24:56 +0100 |
mgerdin |
8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 13:23:49 +0100 |
stefank |
8075242: Remove SpecializationStats
|
file |
diff |
annotate
|
Thu, 05 Mar 2015 23:47:26 +0100 |
jwilhelm |
8057632: Remove auxiliary code used to handle the generations array
|
file |
diff |
annotate
|
Thu, 05 Mar 2015 16:43:26 +0100 |
david |
8073545: Use shorter and more descriptive names for GC worker threads
|
file |
diff |
annotate
|
Fri, 22 Aug 2014 10:10:08 +0200 |
jwilhelm |
8061802: REDO - Remove the generations array
|
file |
diff |
annotate
|
Thu, 09 Oct 2014 15:42:23 +0200 |
mgerdin |
8055479: TLAB stability
|
file |
diff |
annotate
|
Tue, 23 Dec 2014 16:42:48 -0800 |
kvn |
Merge
|
file |
diff |
annotate
|
Thu, 18 Dec 2014 16:15:49 +0100 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Wed, 17 Dec 2014 22:32:44 -0500 |
kbarrett |
8066827: Remove ReferenceProcessor::clean_up_discovered_references()
|
file |
diff |
annotate
|
Thu, 18 Dec 2014 16:53:13 +0100 |
simonis |
8067865: Changes 8066780/8066782 broke the non-PCH build
|
file |
diff |
annotate
|
Fri, 12 Dec 2014 20:49:14 -0800 |
minqi |
Merge
|
file |
diff |
annotate
|
Thu, 11 Dec 2014 21:34:43 -0500 |
coleenp |
8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
|
file |
diff |
annotate
|
Wed, 10 Dec 2014 11:32:22 +0100 |
brutisso |
8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
|
file |
diff |
annotate
|
Thu, 04 Dec 2014 10:40:19 +0100 |
jwilhelm |
Merge
|
file |
diff |
annotate
|
Mon, 01 Dec 2014 14:37:25 +0100 |
brutisso |
8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
|
file |
diff |
annotate
|
Tue, 02 Dec 2014 09:51:16 +0100 |
brutisso |
8065992: Change CMSCollector::_young_gen to be a ParNewGeneration*
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 08:20:52 +0100 |
brutisso |
8066133: Fix missing reivew changes for JDK-8065972
|
file |
diff |
annotate
|
Thu, 27 Nov 2014 21:02:13 +0100 |
brutisso |
8065972: Remove support for ParNew+SerialOld and DefNew+CMS
|
file |
diff |
annotate
|
Fri, 17 May 2013 17:24:20 +0200 |
aeriksso |
7176220: 'Full GC' events miss date stamp information occasionally
|
file |
diff |
annotate
|
Wed, 03 Dec 2014 20:32:33 -0800 |
minqi |
Merge
|
file |
diff |
annotate
|
Tue, 18 Nov 2014 10:39:16 +0100 |
brutisso |
8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
|
file |
diff |
annotate
|
Tue, 18 Nov 2014 10:23:26 +0100 |
brutisso |
8064702: Remove the CMS foreground collector
|
file |
diff |
annotate
|
Mon, 01 Dec 2014 12:16:15 -0500 |
coleenp |
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
|
file |
diff |
annotate
|
Fri, 31 Oct 2014 09:10:51 +0100 |
brutisso |
8061308: Remove iCMS
|
file |
diff |
annotate
|
Wed, 22 Oct 2014 16:40:43 +0200 |
jwilhelm |
8061805: BACKOUT - Remove the generations array
|
file |
diff |
annotate
|
Tue, 21 Oct 2014 11:57:22 +0200 |
mlarsson |
6979279: remove special-case code for ParallelGCThreads==0
|
file |
diff |
annotate
|
Fri, 22 Aug 2014 10:10:08 +0200 |
jwilhelm |
8055702: Remove the generations array
|
file |
diff |
annotate
|
Thu, 18 Sep 2014 11:04:00 +0200 |
mlarsson |
8035729: Code using assert(is_oop_or_null) needs better error messages
|
file |
diff |
annotate
|
Wed, 27 Aug 2014 09:47:06 +0200 |
sjohanss |
8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
|
file |
diff |
annotate
|
Tue, 29 Jul 2014 10:26:09 +0200 |
mdoerr |
8050973: CMS/G1 GC: add missing Resource and Handle mark
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 10:12:40 +0200 |
stefank |
8049421: G1 Class Unloading after completing a concurrent mark cycle
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 12:37:11 +0200 |
stefank |
8049420: Backout 8048248 to correct attribution
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 10:12:40 +0200 |
stefank |
8048248: G1 Class Unloading after completing a concurrent mark cycle
|
file |
diff |
annotate
|
Thu, 26 Jun 2014 13:30:43 -0700 |
jcoomes |
8034246: remove CMS and ParNew adaptive size policy code
|
file |
diff |
annotate
|
Tue, 24 Jun 2014 16:20:15 +0200 |
stefank |
8046670: Make CMS metadata aware closures applicable for other collectors
|
file |
diff |
annotate
|
Wed, 04 Jun 2014 11:56:44 +0200 |
goetz |
8044775: Improve usage of umbrella header atomic.inline.hpp.
|
file |
diff |
annotate
|
Thu, 19 Jun 2014 13:31:14 +0200 |
brutisso |
8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
|
file |
diff |
annotate
|
Fri, 02 May 2014 02:11:34 +0200 |
jwilhelm |
8042298: Remove the names gen0 and gen1 from the GC code
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 10:44:36 +0200 |
brutisso |
8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
|
file |
diff |
annotate
|
Thu, 15 May 2014 18:23:26 -0400 |
coleenp |
8038212: Method::is_valid_method() check has performance regression impact for stackwalking
|
file |
diff |
annotate
|
Mon, 12 May 2014 09:47:57 -0400 |
coleenp |
Merge
|
file |
diff |
annotate
|
Fri, 09 May 2014 16:50:54 -0400 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
Thu, 08 May 2014 18:22:22 -0700 |
jmasa |
Merge
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 15:17:27 +0200 |
goetz |
8042195: Introduce umbrella header orderAccess.inline.hpp.
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 22:57:19 +0200 |
jwilhelm |
8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
|
file |
diff |
annotate
|
Wed, 07 May 2014 14:16:45 -0500 |
gziemski |
8038654: Separate SymbolTable and StringTable code
|
file |
diff |
annotate
|
Wed, 23 Apr 2014 12:37:36 +0200 |
brutisso |
8038265: CMS: enable time based triggering of concurrent cycles
|
file |
diff |
annotate
|
Wed, 09 Apr 2014 13:54:32 +0200 |
stefank |
8039743: Use correct format specifier to print size_t values and pointers in the GC code
|
file |
diff |
annotate
|
Thu, 06 Mar 2014 09:08:18 +0100 |
mgerdin |
8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
|
file |
diff |
annotate
|
Tue, 18 Mar 2014 09:03:28 +0100 |
ehelin |
8036703: Add trace event with statistics for the metaspace chunk free lists
|
file |
diff |
annotate
|
Thu, 13 Feb 2014 17:44:39 +0100 |
stefank |
8034761: Remove the do_code_roots parameter from process_strong_roots
|
file |
diff |
annotate
|
Tue, 10 Dec 2013 15:11:02 +0100 |
jwilhelm |
8026849: Fix typos in the GC code, part 2
|
file |
diff |
annotate
|