hseigel [Wed, 12 Jul 2017 08:07:58 -0400] rev 46655
8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
Summary: Add the two options to the deprecate list.
Reviewed-by: acorn, gtriantafill
tschatzl [Wed, 12 Jul 2017 11:26:11 +0000] rev 46654
Merge
tschatzl [Wed, 12 Jul 2017 12:26:57 +0200] rev 46653
8183128: Update RefineCardTableEntryClosure
Summary: Improve names and placement of RefineCardTableEntryClosure
Reviewed-by: ehelin, sjohanss
tschatzl [Wed, 12 Jul 2017 12:25:12 +0200] rev 46652
8183226: Remembered set summarization accesses not fully initialized java thread DCQS
Reviewed-by: sjohanss, ehelin
eosterlund [Wed, 12 Jul 2017 11:59:51 +0200] rev 46651
8184162: Support addresses with index operands in LIRAssembler::leal on SPARC
Summary: Support was added for C1 leal on addresses with an index operand on SPARC.
Reviewed-by: kvn, roland
eosterlund [Wed, 12 Jul 2017 09:49:05 +0200] rev 46650
8184073: Cleanup of compiler activity enum in compileBroker.hpp
Summary: An unnamed enum describing compiler activity was given a name and had spelling errors fixed.
Reviewed-by: kvn, kbarrett