mcimadamore [Fri, 11 Sep 2015 16:27:20 +0100] rev 32547
8135246: CheckAttributedTree silently generates spurious compiler error
Summary: cyclic inheritance errors should cause shared combo context to be thrown away
Reviewed-by: jlahoda
jlahoda [Thu, 10 Sep 2015 21:10:20 +0200] rev 32546
8132885: langtools/test/tools/javac/sym/ElementStructureTest.java is also searching default classpath
Summary: Explicitly setting classpath when inspecting the platform classes; using the java.util.ServiceLoader instead of the javac's copy
Reviewed-by: jjg
vromero [Tue, 08 Sep 2015 11:59:25 -0700] rev 32545
8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out
Reviewed-by: jlahoda
vromero [Tue, 08 Sep 2015 11:53:17 -0700] rev 32544
8135203: javac, patch intended for an issue was pushed with wrong id and message
Reviewed-by: jjg
vromero [Tue, 08 Sep 2015 10:36:44 -0700] rev 32543
8132806: javac does a naive implementation of some incorporation steps
Reviewed-by: jlahoda
alundblad [Fri, 04 Sep 2015 13:24:15 +0200] rev 32542
8129114: Sjavac should stream back compiler output to the client as soon as it becomes available
Summary: Protocol revised, javac output sent back to client slightly earlier.
Reviewed-by: jlahoda
lana [Fri, 11 Sep 2015 10:26:41 -0700] rev 32541
Added tag jdk9-b81 for changeset 98687c25039e
duke [Wed, 05 Jul 2017 20:49:14 +0200] rev 32540
Merge
lana [Fri, 11 Sep 2015 10:26:35 -0700] rev 32539
Added tag jdk9-b81 for changeset f036508e86e7
duke [Wed, 05 Jul 2017 20:49:11 +0200] rev 32538
Merge
lana [Fri, 11 Sep 2015 10:26:35 -0700] rev 32537
Added tag jdk9-b81 for changeset 46bc210b1240
duke [Wed, 05 Jul 2017 20:49:07 +0200] rev 32536
Merge
lana [Fri, 11 Sep 2015 12:59:54 -0700] rev 32535
Merge
sundar [Fri, 11 Sep 2015 15:43:36 +0530] rev 32534
8136349: Typos patch for nashorn sources submitted on Sep 10, 2015
Reviewed-by: hannesw, mhaupt, lagergren, attila
Contributed-by: asashour@yahoo.com
sundar [Thu, 10 Sep 2015 19:09:23 +0530] rev 32533
8135332: ScriptFunction constructor should use is bound and is strict check rather than checking for 'arguments' and 'caller'
Reviewed-by: attila, hannesw