kbarrett [Wed, 04 Nov 2015 13:09:57 -0500] rev 33761
6899049: G1: Clean up code in ptrQueue.[ch]pp and ptrQueue.inline.hpp
Summary: Simplify indexing, address obsolete code, improve access/type checking.
Reviewed-by: tschatzl, pliden
tschatzl [Wed, 04 Nov 2015 18:10:18 +0000] rev 33760
Merge
tschatzl [Wed, 04 Nov 2015 17:36:29 +0100] rev 33759
8141134: Remove unnecessary pragma warning(disable:4355) from GC code
Reviewed-by: ehelin, simonis, stuefe
aph [Wed, 04 Nov 2015 13:38:38 +0100] rev 33758
8138966: Intermittent SEGV running ParallelGC
Summary: Add necessary memory fences so that the parallel threads are unable to observe partially filled block tables.
Reviewed-by: tschatzl
mgerdin [Wed, 04 Nov 2015 16:42:11 +0100] rev 33757
8141422: G1 eager reclaim card dirtying may dirty outside of allocated objects
Reviewed-by: sjohanss, tschatzl, ehelin
stuefe [Tue, 03 Nov 2015 19:53:10 -0500] rev 33756
8140648: Clean up remnants of fork1() from non-solaris platforms
Summary: Clean up any remnants of fork1() from Non-Solaris platforms
Reviewed-by: dholmes, goetz