src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
Tue, 26 Nov 2019 16:21:29 +0100 stuefe Metadatatype back to metaspace.hpp to reduce patch size stuefe-new-metaspace-branch
Mon, 25 Nov 2019 12:32:07 +0100 stefank 8234738: Harmonize parameter order in Atomic - sub
Mon, 25 Nov 2019 12:31:39 +0100 stefank 8234737: Harmonize parameter order in Atomic - add
Mon, 25 Nov 2019 12:22:13 +0100 stefank 8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Wed, 20 Nov 2019 10:37:46 +0100 pliden 8234437: Remove CollectedHeap::safe_object_iterate()
Tue, 29 Oct 2019 08:56:10 +0100 stuefe Merge stuefe-new-metaspace-branch
Tue, 22 Oct 2019 11:59:42 -0400 zgu 8232747: Shenandoah: Concurrent GC should deactivate SATB before processing weak roots
Mon, 21 Oct 2019 15:11:43 +0200 shade 8232575: Shenandoah: asynchronous object/region pinning
Fri, 18 Oct 2019 11:36:35 -0400 zgu 8231324: Shenandoah: avoid duplicated weak root works during final traversal
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:56:11 +0200 shade 8232573: Shenandoah: cleanup and add more logging for in-pause phases
Thu, 17 Oct 2019 13:14:48 -0400 zgu 8231999: Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java
Wed, 16 Oct 2019 15:31:05 +0200 stuefe Merge stuefe-new-metaspace-branch
Mon, 14 Oct 2019 11:03:13 +0200 shade 8232176: Shenandoah: new assert in ShenandoahEvacuationTask is too strong
Thu, 10 Oct 2019 21:54:54 +0200 shade 8231947: Shenandoah: cleanup ShenandoahHumongousMoves flag treatment
Thu, 10 Oct 2019 21:54:53 +0200 shade 8232102: Shenandoah: print everything in proper units
Mon, 07 Oct 2019 16:48:42 +0200 stuefe Merge default stuefe-new-metaspace-branch
Tue, 24 Sep 2019 09:38:14 +0200 shade 8231395: Backout JDK-8231249
Mon, 23 Sep 2019 16:24:32 +0200 shade 8231249: Shenandoah: GC retries are too aggressive for tests that expect OOME
Thu, 19 Sep 2019 20:26:52 +0200 shade 8231198: Shenandoah: heap walking should visit all roots most of the time
Thu, 19 Sep 2019 20:26:51 +0200 shade 8231197: Shenandoah: JVMTI heap walking cleanup crashes with NULL forwardee
Wed, 18 Sep 2019 07:46:02 +0200 stuefe Merge stuefe-new-metaspace-branch
Tue, 17 Sep 2019 08:22:14 -0400 zgu 8230350: Shenandoah: Assertion failed when GC is cancelled by a worker thread
Tue, 10 Sep 2019 09:24:05 +0200 stuefe Initial changes for new metaspace. Only tested for Linux x64. stuefe-new-metaspace-branch
Mon, 09 Sep 2019 16:54:48 -0400 kbarrett 8221361: Eliminate two-phase initialization for PtrQueueSet classes
Thu, 05 Sep 2019 08:26:49 +0200 eosterlund 8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Wed, 28 Aug 2019 11:19:09 +0200 eosterlund 8229278: Improve hs_err location printing to assume less about GC internals
Wed, 07 Aug 2019 09:17:08 -0400 zgu 8229213: Shenandoah: Allow VM global oop storage to be processed concurrently jdk-14+9
Mon, 22 Jul 2019 16:32:58 -0400 zgu 8228490: Shenandoah: Shenandoah concurrent root evacuation may race against OopStorage::release()
Sat, 13 Jul 2019 12:15:17 -0400 zgu 8227866: Shenandoah: Split weak root processing and class unloading in parallel cleaning task
Thu, 04 Jul 2019 14:28:31 +0200 rkennke 8226757: Shenandoah: Make traversal and passive modes explicit
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
less more (0) -60 tip