alundblad [Mon, 21 Sep 2015 11:01:19 +0200] rev 32717
8135131: Enable thin server mode in Sjavac
Summary: Added --state-dir to sjavac command
Reviewed-by: erikj
ihse [Mon, 21 Sep 2015 09:40:37 +0200] rev 32716
8136764: ORIGINAL_PATH is broken if PATH contains directory with "#" in it's name
Reviewed-by: erikj, tbell
ihse [Mon, 21 Sep 2015 09:32:07 +0200] rev 32715
8136695: Automatic build comparison with COMPARE_BUILD
Reviewed-by: erikj
lana [Fri, 25 Sep 2015 22:59:22 -0700] rev 32714
Added tag jdk9-b83 for changeset ea59f7a74aa4
duke [Wed, 05 Jul 2017 20:50:42 +0200] rev 32713
Added tag jdk9-b83 for changeset f61a63b7d1e5
duke [Wed, 05 Jul 2017 20:50:41 +0200] rev 32712
Merge
duke [Wed, 05 Jul 2017 20:50:38 +0200] rev 32711
Merge
lana [Fri, 18 Sep 2015 14:21:17 -0700] rev 32710
Merge
mcimadamore [Tue, 15 Sep 2015 13:43:44 +0100] rev 32709
8078093: Severe compiler performance regression Java 7 to 8 for nested method invocations
Summary: Add infrastructure to avoid combinatorial explosion of method argument attributions
Reviewed-by: jlahoda, vromero, dlsmith
mcimadamore [Mon, 14 Sep 2015 11:26:14 +0100] rev 32708
8077306: Recursive implementation of List.map leads to stack overflow
Summary: Recusrive implementation of List.map uses too much stack; switch to iterative version.
Reviewed-by: jlahoda