dcubed [Thu, 23 Nov 2017 19:42:56 -0800] rev 48107
Merge
dcubed [Thu, 23 Nov 2017 06:01:57 -0800] rev 48106
Merge
dcubed [Wed, 22 Nov 2017 17:54:50 -0800] rev 48105
8167108: inconsistent handling of SR_lock can lead to crashes
Summary: Add Thread Safe Memory Reclamation (Thread-SMR) mechanism.
Reviewed-by: coleenp, dcubed, dholmes, eosterlund, gthornbr, kbarrett, rehn, sspitsyn, stefank
Contributed-by: daniel.daugherty@oracle.com, erik.osterlund@oracle.com, robbin.ehn@oracle.com
aharlap [Wed, 22 Nov 2017 18:58:01 -0500] rev 48104
8185591: guarantee(_byte_map[_guard_index] == last_card) failed: card table guard has been modified
Summary: Properly handle zero count in gen_write_ref_array_post_barrier()
Reviewed-by: tschatzl, kbarrett
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48103
8190426: Lazily initialize refinement threads with UseDynamicNumberOfGCThreads
Reviewed-by: sangheki, sjohanss
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48102
8182050: assert(_whole_heap.contains(p)) failed: Attempt to access p out of bounds of card marking array's _whole_heap
Summary: Ignore zero-sized MemRegions to invalidate in G1SATBCardTableLoggingModRefBS::invalidate()
Reviewed-by: ehelin, sjohanss
tschatzl [Thu, 23 Nov 2017 15:51:06 +0100] rev 48101
8179244: Assert failed in instanceMirrorKlass.inline.hpp
Summary: Investigate the failure and upon observing that the assert is too strict, disable it and addd a comment.
Reviewed-by: ehelin
sjohanss [Thu, 23 Nov 2017 09:53:53 +0100] rev 48100
8189733: Cleanup Full GC setup and tear down
Reviewed-by: tschatzl, ehelin