naoto [Thu, 06 Aug 2015 18:20:11 -0700] rev 32093
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
Reviewed-by: okutsu
katleman [Thu, 13 Aug 2015 12:20:07 -0700] rev 32092
Added tag jdk9-b77 for changeset c02e2d8c7f9f
duke [Wed, 05 Jul 2017 20:45:16 +0200] rev 32091
Merge
lana [Thu, 13 Aug 2015 14:15:23 -0700] rev 32090
Merge
amurillo [Thu, 06 Aug 2015 13:00:44 -0700] rev 32089
Merge
rbackman [Thu, 06 Aug 2015 16:28:08 +0000] rev 32088
Merge
roland [Tue, 04 Aug 2015 13:41:09 +0200] rev 32087
Merge
adinn [Mon, 03 Aug 2015 05:05:40 -0400] rev 32086
8132875: AArch64: Fix error introduced into AArch64 CodeCache by commit for 8130309
Summary: The fix for issue 8130309 introduced several errors into the AArch64 codecache routines
Reviewed-by: aph, thartmann, kvn
zmajo [Mon, 03 Aug 2015 09:39:29 +0200] rev 32085
8132457: Unify command-line flags controlling the usage of compiler intrinsics
Summary: Cleanup processing of command-line flags controlling intrinsics.
Reviewed-by: kvn
mhaupt [Wed, 18 Mar 2015 16:16:30 +0100] rev 32084
8004073: Implement C2 Ideal node specific dump() method
Summary: add Node::dump_rel() to dump a node and its related nodes (the notion of "related" depends on the node at hand); add Node::dump_comp() to dump a node in compact representation; add Node::dump_rel_comp() to dump a node and its related nodes in compact representation; add the required machinery; extend some C2 IR nodes with compact and related dumping
Reviewed-by: kvn, roland