src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
Wed, 26 Jun 2019 13:18:38 -0400 kbarrett 8225255: Make SATB qset lock-free jdk-14+3
Mon, 24 Jun 2019 14:13:49 -0400 zgu 8226310: Shenandoah: Concurrent evacuation of CLDG
Mon, 24 Jun 2019 11:46:46 -0400 zgu 8226311: Shenandoah: Concurrent evacuation of OopStorage backed weak roots
Mon, 24 Jun 2019 09:51:45 -0400 zgu 8226586: Shenandoah: No need to pre-evacuate roots for degenerated GC
Thu, 20 Jun 2019 10:12:31 -0400 zgu 8226413: Shenandoah: Separate root scanner for SH::object_iterate()
Wed, 19 Jun 2019 08:52:15 -0400 zgu 8225582: Shenandoah: Enable concurrent evacuation of JNIHandles
Tue, 18 Jun 2019 17:58:07 -0400 zgu 8225573: Shenandoah: Enhance ShenandoahVerifier to ensure roots to-space invariant
Fri, 14 Jun 2019 11:58:23 -0400 zgu 8225550: Shenandoah: Prevent SH::object_iterate() call's side-effects
Thu, 13 Jun 2019 19:37:49 +0200 shade 8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
Wed, 05 Jun 2019 15:19:13 +0200 shade 8225342: Shenandoah: use COMPILER2_OR_JVMCI macro consistently
Mon, 03 Jun 2019 14:50:59 +0200 shade 8225046: Shenandoah metrics logs refactoring
Thu, 30 May 2019 21:12:26 -0400 zgu 8225014: Separate ShenandoahRootScanner method for object_iterate
Wed, 29 May 2019 12:01:21 +0200 rkennke 8224584: Shenandoah: Eliminate forwarding pointer word
Wed, 22 May 2019 07:12:18 -0400 zgu 8224508: Shenandoah: Need to update thread roots in final mark for piggyback ref update cycle
Tue, 21 May 2019 10:36:23 +0200 kdobson 8221507: Implement JFR Events for Shenandoah
Mon, 20 May 2019 09:42:37 -0400 zgu 8224210: Shenandoah: Refactor ShenandoahRootScanner to support scanning CSet codecache roots
Fri, 17 May 2019 11:47:06 -0400 zgu 8223951: Shenandoah: Only need to update thread roots during final update refs
Fri, 17 May 2019 09:52:35 -0400 zgu 8223774: Shenandoah: Refactor ShenandoahRootProcessor and family
Wed, 15 May 2019 22:45:54 +0200 shade 8223980: Shenandoah: Refactor and fix ObjArrayChunkedTask verification jdk-13+21
Wed, 15 May 2019 08:58:23 -0400 zgu 8223215: Shenandoah: Support verifying subset of roots
Thu, 09 May 2019 14:28:30 +0200 stefank 8223624: Cleanup includes of universe.hpp
Thu, 09 May 2019 14:26:03 +0200 stefank 8223136: Move compressed oops functions to CompressedOops class
Wed, 08 May 2019 20:45:30 +0200 rkennke 8223567: Rename ShenandoahBrooksPointer to ShenandoahForwarding
Thu, 02 May 2019 09:49:52 -0400 zgu 8222992: Shenandoah: Pre-evacuate all roots
Mon, 15 Apr 2019 11:47:46 +0200 stefank 8198505: Remove CollectorPolicy and its subclasses
Wed, 24 Apr 2019 11:40:04 +0200 shade 8222838: Shenandoah: SEGV on accessing cset bitmap for NULL ptr
Wed, 24 Apr 2019 11:39:56 +0200 shade 8222843: Print Shenandoah cset map addresses in hs_err
Mon, 15 Apr 2019 13:07:06 -0400 zgu 8222425: Shenandoah: Move commonly used closures to separate files
Fri, 12 Apr 2019 07:51:47 -0400 zgu 8222188: Shenandoah: Adjust Shenandoah work gang types
Tue, 09 Apr 2019 21:20:16 +0200 shade 8222186: Shenandoah should not uncommit below minimum heap size
Tue, 09 Apr 2019 21:20:15 +0200 shade 8222185: Shenandoah should report "committed" as capacity
Mon, 08 Apr 2019 19:43:04 +0200 shade 8222130: Shenandoah should verify roots after pre-evacuation
Mon, 08 Apr 2019 18:42:27 +0200 rkennke 8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
Thu, 04 Apr 2019 21:29:46 +0200 rkennke 8221848: Shenandoah: ArrayCopy post-barrier improvements
Tue, 02 Apr 2019 23:00:22 +0200 rkennke 8221766: Load-reference barriers for Shenandoah
Thu, 14 Mar 2019 09:53:15 -0400 zgu 8220602: Shenandoah-SA: Enable best-effort implementation of heap walk
Tue, 26 Mar 2019 12:12:49 -0400 zgu 8221435: Shenandoah should not mark through weak roots
Wed, 13 Mar 2019 11:31:00 +0100 pliden 8219817: Remove unused CollectedHeap::block_size()
Mon, 11 Mar 2019 00:06:48 +0100 shade 8220162: Shenandoah should not commit HugeTLBFS memory
Mon, 11 Mar 2019 00:06:47 +0100 shade 8220153: Shenandoah does not work with TransparentHugePages properly
Mon, 11 Mar 2019 00:06:46 +0100 shade 8220350: Refactor ShenandoahHeap::initialize
Tue, 05 Mar 2019 19:54:33 -0500 kbarrett 8219613: Use NonJavaThread PtrQueues
Tue, 05 Mar 2019 12:30:47 -0500 zgu 8220161: Shenandoah does not need to initialize PLABs for safepoint workers
Thu, 28 Feb 2019 08:44:09 -0500 zgu 8219857: Shenandoah GC may initialize thread's gclab twice
Thu, 21 Feb 2019 15:52:42 +0100 shade 8219524: Shenandoah misreports "committed" size in MemoryMXBean
Thu, 31 Jan 2019 10:31:39 +0100 rehn 8218041: Assorted wrong/missing includes
Tue, 29 Jan 2019 11:30:17 +0100 tschatzl 8213229: Investigate treating StringTable as weak in young collections
Fri, 18 Jan 2019 09:10:49 -0500 zgu 8217319: Cleanup Shenandoah includes
Mon, 14 Jan 2019 12:51:45 -0500 zgu 8215549: Shenandoah deduplication cleans up table/queue twice
Mon, 10 Dec 2018 15:47:44 +0100 rkennke 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
less more (0) tip