hotspot/src/share/vm/gc/g1/g1CollectorPolicy.cpp
Fri, 11 Mar 2016 10:18:11 +0100 mgerdin 8151633: Don't keep copies of the survivor lists and counts in the G1CollectorPolicy
Wed, 09 Mar 2016 11:08:49 -0800 sangheki 8150362: G1 base elapsed time prediction is wrong because rs_length prediction is wrong
Mon, 07 Mar 2016 10:36:22 +0100 ehelin 8151365: Move G1YoungGenSizer to a separate file
Mon, 07 Mar 2016 17:23:59 +0100 mgerdin 8151178: Move the collection set out of the G1 collector policy
Mon, 07 Mar 2016 10:56:06 +0100 tschatzl 8142484: Let IHOP follow the current capacity, not the maximum capacity
Mon, 29 Feb 2016 13:06:03 +0100 brutisso 8150068: Log the main G1 phases at info level
Fri, 26 Feb 2016 14:02:39 -0500 jprovino 8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Thu, 25 Feb 2016 11:20:03 +0100 mgerdin 8150390: Move rs length sampling data to the sampling thread
Thu, 04 Feb 2016 08:22:26 +0100 mgerdin 8149013: Remove unused and dead code from G1CollectorPolicy
Mon, 15 Feb 2016 15:55:58 +0100 ehelin 8149820: Move G1YoungGenSizer to g1CollectorPolicy.cpp
Thu, 11 Feb 2016 08:55:36 +0100 brutisso 8149541: Use log_error() instead of log_info() when verification reports a problem
Fri, 05 Feb 2016 16:03:56 +0100 ehelin 8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
Wed, 03 Feb 2016 11:33:33 +0100 mgerdin 8148944: CollectorPolicy methods for memory allocations are specific to GenCollectorPolicy
Tue, 02 Feb 2016 12:13:05 +0100 brutisso 8148736: Let the G1 heap transition log regions instead of bytes
Tue, 02 Feb 2016 10:50:08 +0100 brutisso 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
Fri, 29 Jan 2016 10:44:15 +0100 brutisso 8148467: Consistent use of : in the logging
Wed, 18 Nov 2015 11:31:59 +0100 goetz 8143215: gcc 4.1.2: fix three issues breaking the build.
Tue, 15 Dec 2015 09:58:29 +0100 brutisso 8145303: Clean up the units for log_gc_footer
Thu, 10 Dec 2015 14:57:55 +0100 brutisso 8145092: Use Unified Logging for the GC logging
Thu, 10 Dec 2015 18:55:58 +0000 jprovino Merge
Thu, 10 Dec 2015 13:38:18 -0500 jprovino 8139871: G1CollectorPolicy::_cur_mark_stop_world_time_ms is never read from
Wed, 09 Dec 2015 09:51:31 -0500 tbenson 8060697: Improve G1 Heap Growth Heuristics
Thu, 26 Nov 2015 13:13:03 +0100 sjohanss 8143251: HeapRetentionTest.java Test is failing on jdk9/dev
Sun, 29 Nov 2015 10:00:23 +0100 ehelin 8144077: Add getter for G1CollectorPolicy::_collectionSetChooser
Wed, 25 Nov 2015 14:43:29 +0100 tschatzl 8136679: JFR event for adaptive IHOP
Tue, 24 Nov 2015 10:35:52 +0100 tschatzl 8136678: Implement adaptive sizing algorithm for IHOP
Tue, 24 Nov 2015 10:22:36 +0100 tschatzl 8136681: Factor out IHOP calculation from G1CollectorPolicy
Fri, 13 Nov 2015 09:12:06 +0100 tschatzl 8138684: G1 decision about taking regions into the collection set is too aggressive
Tue, 10 Nov 2015 11:07:15 +0100 tschatzl 8140689: Skip last young-only gc if nothing to do in the mixed gc phase
Tue, 10 Nov 2015 11:07:15 +0100 tschatzl 8138740: Start initial mark right after mixed GC if needed
Tue, 10 Nov 2015 11:07:15 +0100 tschatzl 8139874: After G1 Full GC, the next GC is always a young-only GC
Tue, 10 Nov 2015 11:07:15 +0100 tschatzl 8140597: Forcing an initial mark causes G1 to abort mixed collections
Thu, 05 Nov 2015 08:48:45 +0100 brutisso 8141394: Remove the instrumentation added by JDK-6898948
Mon, 02 Nov 2015 16:16:53 +0100 ehelin 8140602: Split other time calculation into methods in G1CollectorPolicy
Sat, 31 Oct 2015 15:27:48 +0100 ehelin 8140509: Add note_gc_start to G1CollectorPolicy
Fri, 30 Oct 2015 10:15:06 +0100 ehelin 8140508: Add utility method for logging phases to G1CollectorPolicy
Thu, 29 Oct 2015 17:32:08 +0100 ehelin 8140489: Introduce shorthand for average_time_ms in G1CollectorPolicy
Tue, 20 Oct 2015 14:37:59 +0200 ehelin 8138975: G1CollectorPolicy::calculate_young_list_target_length should be const
Thu, 15 Oct 2015 13:00:17 +0200 tschatzl Merge
Wed, 14 Oct 2015 09:33:45 +0200 david 8139434: Unify GenRemSet and CardTableRS
Thu, 15 Oct 2015 10:07:28 +0200 tschatzl 8137082: Factor out G1 prediction code from G1CollectorPolicy and clean up
Tue, 13 Oct 2015 14:49:13 +0200 tschatzl 8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
Fri, 09 Oct 2015 15:48:30 +0200 ehelin 8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
Wed, 07 Oct 2015 17:00:02 +0200 ehelin 8138971: G1CollectorPolicy::_rs_lengths_prediction is not initialized before use
Wed, 07 Oct 2015 15:06:52 +0200 ehelin 8138969: G1CollectorPolicy should use const for applicable methods
Wed, 30 Sep 2015 09:07:21 +0200 brutisso 8134953: Make the GC ID available in a central place
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Fri, 11 Sep 2015 13:20:05 +0200 ehelin 8135253: Add push method to CollectionSetChooser
Fri, 11 Sep 2015 10:02:35 +0200 ehelin 8135260: Split G1CollectorPolicy::finalize_cset into two parts
Wed, 09 Sep 2015 14:22:45 +0200 mgerdin 8135154: Move cards scanned and surviving young words aggregation to G1ParScanThreadStateSet
Wed, 02 Sep 2015 09:57:03 +0200 tschatzl 8134858: Remove G1 specific checking of Young/OldPLABSize in G1CollectorPolicy constructor
Thu, 27 Aug 2015 16:28:05 +0200 ehelin 8134504: Remove usage of EvacuationInfo from G1CollectorPolicy
Mon, 29 Jun 2015 11:09:39 +0200 stefank 8087323: Unify and split the work gang classes
Thu, 06 Aug 2015 15:49:50 +0200 tschatzl 8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
Thu, 30 Apr 2015 13:33:23 +0200 sjohanss 8078901: Add trace event for G1 MMU information
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"
Fri, 05 Jun 2015 10:27:41 +0200 drwhite 7097567: G1: abstract and encapsulate collector phases and transitions between them
Fri, 22 May 2015 10:57:53 +0200 stefank 8080837: Move number of workers calculation out of CollectionSetChooser::prepare_for_par_region_addition
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
less more (0) tip