cjplummer [Tue, 10 Mar 2015 19:56:18 -0700] rev 29562
8069111: Investigate NMT detail tracking support for 32bit ARM
Summary: Fix native stack walking issues arm arm32. Disable on thumb2. Removed support for NMT without NMT detail.
Reviewed-by: dholmes, bdelsart
katleman [Thu, 26 Mar 2015 13:09:01 -0700] rev 29561
Added tag jdk9-b56 for changeset b118fc95090f
duke [Wed, 05 Jul 2017 20:25:16 +0200] rev 29560
Added tag jdk9-b56 for changeset 47544495db2d
duke [Wed, 05 Jul 2017 20:25:16 +0200] rev 29559
Merge
duke [Wed, 05 Jul 2017 20:25:13 +0200] rev 29558
Merge
lana [Thu, 19 Mar 2015 16:13:40 -0700] rev 29557
Merge
mcimadamore [Thu, 19 Mar 2015 16:23:21 +0000] rev 29556
8075509: List.map should return itself if list is unchanged
Summary: Fix List.map to match semantics of old Type.map
Reviewed-by: jlahoda
mcimadamore [Thu, 19 Mar 2015 11:40:47 +0000] rev 29555
8048838: type inference performance regression
Summary: Reduce redundant bounds before attempting to do pairwise lub computation during bound incorporation.
Reviewed-by: vromero
mcimadamore [Thu, 19 Mar 2015 11:40:07 +0000] rev 29554
8074100: Turn Type.Mapping into a true visitor
Summary: replace Type.Mapping with a true visitor in Types
Reviewed-by: jlahoda, vromero
mcimadamore [Thu, 19 Mar 2015 11:39:36 +0000] rev 29553
8074381: java.lang.AssertionError during compiling
Summary: Add extra functional interface check to prevent crash during code generation
Reviewed-by: vromero