hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Thu, 17 Sep 2015 16:07:06 +0200 mgerdin 8136701: Remove YOUNG_LIST_VERBOSE code from G1CollectedHeap
Fri, 11 Sep 2015 10:02:35 +0200 ehelin 8135260: Split G1CollectorPolicy::finalize_cset into two parts
Wed, 09 Sep 2015 09:19:32 -0700 sangheki 8135025: Error message is repeated for large value at G1ConcRefinementThreads
Wed, 09 Sep 2015 14:22:45 +0200 mgerdin 8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
Wed, 09 Sep 2015 10:34:22 +0200 mgerdin 8135152: Create a G1ParScanThreadStateSet class for managing G1 GC per thread states
Tue, 08 Sep 2015 16:00:34 -0400 kbarrett 8134797: Remove explicit casts in CollectorPolicy hierarchy
Fri, 04 Sep 2015 09:47:35 +0200 mgerdin 8135012: Don't use G1RootProcessor when scanning remembered sets
Fri, 04 Sep 2015 08:36:13 +0200 tschatzl 8134857: Inconsistency in maximum TLAB/PLAB size and humongous object size
Fri, 28 Aug 2015 09:05:46 +0200 ehelin 8134509: G1ParCopyClosure does not need a ReferenceProcessor
Thu, 27 Aug 2015 16:28:05 +0200 ehelin 8134504: Remove usage of EvacuationInfo from G1CollectorPolicy
Tue, 25 Aug 2015 17:22:56 -0400 jiangli 8131734: assert(!is_null(v)) failed: narrow klass value can never be zero with -Xshared:auto
Thu, 20 Aug 2015 15:17:43 +0200 tschatzl 8073146: G1 merges thread local age tables too early with global age table
Thu, 20 Aug 2015 15:17:43 +0200 tschatzl 8040162: Avoid reallocating PLABs between GC phases in G1
Thu, 20 Aug 2015 15:17:41 +0200 tschatzl 8133530: Add JFR event for evacuation statistics
Wed, 19 Aug 2015 13:59:39 +0200 tschatzl 8073013: Add detailed information about PLAB memory usage
Wed, 19 Aug 2015 13:50:50 +0200 tschatzl 8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file
Mon, 29 Jun 2015 11:09:39 +0200 stefank 8087323: Unify and split the work gang classes
Fri, 07 Aug 2015 15:37:07 +0200 tschatzl 8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members
Thu, 06 Aug 2015 15:52:33 +0200 tschatzl 8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
Thu, 06 Aug 2015 15:49:52 +0200 tschatzl 8133043: Clean up code related to termination stats printing
Thu, 06 Aug 2015 15:49:50 +0200 tschatzl 8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
Fri, 24 Jul 2015 10:32:00 -0400 ecaspole 8132148: G1 hs_err region dump legend out of sync with region values
Thu, 23 Jul 2015 11:14:47 +0200 tschatzl 8004687: G1: Parallelize object self-forwarding and scanning during an evacuation failure
Thu, 23 Jul 2015 11:14:24 +0200 ehelin 8131319: Move G1Allocator::_summary_bytes_used back to G1CollectedHeap
Tue, 07 Jul 2015 18:16:06 +0000 jmasa Merge
Tue, 07 Jul 2015 14:20:08 +0200 tschatzl 8129558: Coalesce dead objects during removal of self-forwarded pointers
Tue, 07 Jul 2015 06:37:10 -0700 sangheki 8079555: REDO - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
Thu, 25 Jun 2015 10:52:37 +0000 brutisso Merge
Wed, 24 Jun 2015 12:12:25 -0400 bpittore 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Thu, 25 Jun 2015 08:15:07 +0200 brutisso 8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms
Tue, 23 Jun 2015 13:26:05 +0200 brutisso 8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses
Fri, 12 Jun 2015 19:49:54 -0400 jiangli 8042668: GC Support for shared heap ranges in CDS
Fri, 12 Jun 2015 12:55:32 +0200 david 8025608: GC trace events missing nursery size information
Fri, 05 Jun 2015 10:27:41 +0200 drwhite 7097567: G1: abstract and encapsulate collector phases and transitions between them
Fri, 05 Jun 2015 09:50:09 +0200 david 8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
Wed, 03 Jun 2015 08:49:34 +0900 ysuenaga 8072913: [REDO] GCCause should distinguish jcmd GC.run from System.gc()
Mon, 25 May 2015 11:41:34 +0200 stefank 8080879: Remove FlexibleWorkGang::set_for_termination
Fri, 22 May 2015 13:35:29 +0200 stefank 8080877: Don't use workers()->total_workers() when walking G1CollectedHeap::_task_queues
Fri, 22 May 2015 10:58:16 +0200 stefank 8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
Fri, 22 May 2015 10:58:04 +0200 stefank 8080840: Clean up active_workers() asserts
Thu, 21 May 2015 09:35:59 +0200 stefank 8080113: Remove CollectedHeap::set_par_threads()
Thu, 21 May 2015 09:23:46 +0200 stefank 8080111: Remove SubTaskDone::_n_threads
Thu, 21 May 2015 09:23:00 +0200 stefank 8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
Tue, 19 May 2015 14:09:22 +0200 pliden 8080585: concurrentGCThread.hpp should not include suspendibleThreadSet.hpp
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
less more (0) tip