stuefe [Thu, 13 Jul 2017 16:28:14 +0200] rev 46688
8184339: Thread::current_or_null() shall not assert if Posix TLS is not yet initialized
Reviewed-by: dcubed, coleenp
simonis [Tue, 18 Jul 2017 15:43:07 +0200] rev 46687
8184672: [ppc64] The fix for '8174749: Use hash table/oops for MemberName table' is broken on ppc64
Reviewed-by: coleenp, goetz
eosterlund [Tue, 18 Jul 2017 14:37:42 +0200] rev 46686
Merge
eosterlund [Thu, 13 Jul 2017 17:06:08 +0200] rev 46685
8182703: Correct G1 barrier queue lock orderings
Summary: Moving G1 barrier queue locks down to a new 'access' rank, below special, and removing hacks around incorrect lock ordering.
Reviewed-by: kbarrett, tschatzl
stuefe [Tue, 18 Jul 2017 11:09:48 +0200] rev 46684
8179327: gtestLauncher should run tests on a separate thread (optionally)
Reviewed-by: rehn, mgerdin
shade [Tue, 18 Jul 2017 10:20:52 +0200] rev 46683
8184753: Asserts against MinObjectAlignment should avoid integer division
Summary: Delegate to is_object_aligned that does the right thing
Reviewed-by: mgerdin, tschatzl
shade [Tue, 18 Jul 2017 09:53:54 +0200] rev 46682
8184762: ZapStackSegments should use optimized memset
Reviewed-by: rkennke, mgerdin
mgerdin [Mon, 17 Jul 2017 09:30:07 +0200] rev 46681
8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
Reviewed-by: tschatzl, ehelin