hotspot/src/share/vm/gc/g1/g1ConcurrentMark.cpp
Tue, 04 Jul 2017 15:58:10 +0200 stefank 8178499: Remove _ptr_ and _size_ infixes from align functions
Wed, 12 Apr 2017 17:53:18 +0200 stefank 8178489: Make align functions more type safe and consistent
Wed, 28 Jun 2017 12:11:48 +0200 tschatzl 8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate
Sat, 27 May 2017 09:21:01 -0400 coleenp 8174749: Use hash table/oops for MemberName table
Tue, 09 May 2017 13:50:06 -0400 aharlap 8065402: G1 does not expand marking stack when mark stack overflow happens during concurrent marking
Mon, 01 May 2017 10:50:38 -0400 aharlap 8178542: G1: VM hangs during shutdown due to mark stack overflow
Fri, 24 Mar 2017 10:27:04 +0100 sjohanss 8171238: Unify cleanup code used in G1 Remark and Full GC marking
Wed, 15 Mar 2017 11:44:46 +0100 tschatzl 8168467: Use TaskEntry as task mark queue elements
Thu, 09 Mar 2017 10:48:44 +0100 aharlap 8165674: G1CMMarkStack::out_of_memory possibly redundant
Thu, 23 Feb 2017 10:19:05 +0100 tschatzl 8162104: Use in_cset() instead of obj_in_cs()
Thu, 24 Nov 2016 11:27:57 +0100 tschatzl 8057003: Large reference arrays cause extremely long synchronization times
Mon, 19 Sep 2016 22:55:26 +0200 tschatzl 8166207: Use of Copy::conjoint_oops_atomic in global mark stack causes crashes on arm64
Thu, 15 Sep 2016 16:44:19 +0200 tschatzl 8159422: Very high Concurrent Mark mark stack contention
Tue, 13 Sep 2016 11:32:45 +0200 tschatzl 8164948: Initializing stores of HeapRegions are not ordered with regards to their use in G1ConcurrentMark
Wed, 07 Sep 2016 09:20:10 +0200 tschatzl 8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Wed, 08 Jun 2016 14:11:51 -0700 jmasa 8159073: : Error handling incomplete when creating GC threads lazily
Tue, 26 Jul 2016 11:04:20 +0200 tschatzl 8161993: G1 crashes if active_processor_count changes during startup
Tue, 19 Jul 2016 10:31:41 +0200 tschatzl 8034842: Parallelize the Free CSet phase in G1
Fri, 15 Jul 2016 13:33:44 +0200 tschatzl 8160897: Concurrent mark mark stack memory allocation leaks memory
Thu, 19 May 2016 10:48:28 -0400 jprovino 8153582: Logging of ConcGCThreads is done too early
Tue, 10 May 2016 16:40:15 +0200 tschatzl 8155810: Bound the number of root region scan threads to the number of survivor regions
Tue, 10 May 2016 16:40:04 +0200 tschatzl 8156660: JDK-8150393 does not set _scan_in_progress properly
Wed, 04 May 2016 10:06:00 +0200 mgerdin Merge
Tue, 03 May 2016 12:33:10 +0200 mgerdin 8150721: Don't explicitly manage G1 young regions in YoungList
Tue, 03 May 2016 22:45:27 +0200 stefank 8141501: Problems with BitMap buffer management
Wed, 27 Apr 2016 16:11:45 +0200 mgerdin 8150393: Maintain the set of survivor regions in an array between GCs
Mon, 02 May 2016 10:24:41 +0200 tschatzl 8155230: Tune thread usage for mark bitmap clear
Mon, 18 Apr 2016 16:54:04 +0200 tschatzl 8153170: Card Live Data does not correctly handle eager reclaim
Fri, 18 Mar 2016 15:20:43 +0100 mgerdin 8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
Wed, 13 Apr 2016 17:00:54 -0400 drwhite 8152905: hs_err file is missing gc threads
Wed, 06 Apr 2016 13:41:59 +0200 tschatzl 8151386: Extract card live data out of G1ConcurrentMark
Wed, 06 Apr 2016 13:32:48 +0200 tschatzl 8077144: Concurrent mark initialization takes too long
Mon, 04 Apr 2016 09:15:15 +0200 stefank 8152632: Rename LogHandle(...) to Log(...)
Fri, 01 Apr 2016 14:30:10 -0700 dcubed 8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
Wed, 30 Mar 2016 21:05:13 +0900 ysuenaga 8151674: STW phases at Concurrent GC should count in PerfCounter
Fri, 18 Mar 2016 08:59:07 +0100 stefank 8152100: Rework and unify the GC phase logging
Thu, 17 Mar 2016 11:18:52 -0700 sangheki 8151085: Change G1 concurrent timer and tracer measuring time
Thu, 17 Mar 2016 09:36:04 +0100 tschatzl 8151920: Region liveness printing is broken
Wed, 16 Mar 2016 12:23:13 +0100 tschatzl 8151614: Improve logging in concurrent mark code
Wed, 16 Mar 2016 12:21:18 +0100 tschatzl 8151126: Clean up duplicate code for clearing the mark bitmaps
Fri, 11 Mar 2016 11:34:22 +0100 brutisso 8151605: Change warning() to log_warning(gc) in the GC code
Mon, 07 Mar 2016 02:11:47 -0800 sangheki 8149834: gc/shared/gcTimer.cpp:88 assert(_is_concurrent_phase_active) failed: A concurrent phase is not active
Wed, 02 Mar 2016 08:41:02 +0100 brutisso 8058944: Unify the reporting strings for the GC debug level logging in G1
Sun, 28 Feb 2016 12:22:05 -0500 kbarrett 8150421: Delete experimental G1UseConcMarkReferenceProcessing
Fri, 26 Feb 2016 14:02:39 -0500 jprovino 8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Thu, 04 Feb 2016 08:22:26 +0100 mgerdin 8149013: Remove unused and dead code from G1CollectorPolicy
Wed, 10 Feb 2016 12:56:55 +0100 brutisso 8148992: VM can hang on exit if root region scanning is initiated but not executed
Fri, 05 Feb 2016 16:03:56 +0100 ehelin 8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
less more (0) tip