dsamersoff [Mon, 31 Aug 2015 21:43:28 +0300] rev 32555
Merge
jbachorik [Fri, 21 Aug 2015 13:34:07 +0200] rev 32554
8043937: Drop support for the IIOP transport from the JMX RMIConnector
Reviewed-by: alanb, erikj
erikj [Tue, 15 Sep 2015 18:00:21 +0200] rev 32553
8136383: Improve make utilities containing and not-containing
Reviewed-by: ihse
lana [Fri, 18 Sep 2015 10:46:33 -0700] rev 32552
Added tag jdk9-b82 for changeset 57f442b702f2
duke [Wed, 05 Jul 2017 20:49:25 +0200] rev 32551
Added tag jdk9-b82 for changeset 6521875cb63e
duke [Wed, 05 Jul 2017 20:49:25 +0200] rev 32550
Merge
duke [Wed, 05 Jul 2017 20:49:21 +0200] rev 32549
Merge
lana [Fri, 11 Sep 2015 13:01:23 -0700] rev 32548
Merge
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
attila [Thu, 10 Sep 2015 15:28:05 +0200] rev 32532
8135337: NativeDebug.dumpCounters with incorrect scope count
Reviewed-by: hannesw, sundar
attila [Thu, 10 Sep 2015 15:24:39 +0200] rev 32531
8135336: Fix broken build after JDK-8135262
Reviewed-by: hannesw, sundar
attila [Thu, 10 Sep 2015 14:00:27 +0200] rev 32530
8135262: Sanitize CodeInstaller API
Reviewed-by: hannesw, sundar
hannesw [Thu, 10 Sep 2015 13:50:04 +0200] rev 32529
8134569: Add tests for prototype callsites
Reviewed-by: attila, sundar
hannesw [Thu, 10 Sep 2015 13:46:45 +0200] rev 32528
8135000: Number.prototype.toFixed returns wrong string for 0.5 and -0.5
Reviewed-by: attila, sundar
sundar [Wed, 09 Sep 2015 17:19:46 +0530] rev 32527
8027137: Merge ScriptFunction and ScriptFunctionImpl
Reviewed-by: attila, hannesw, mhaupt
ihse [Wed, 09 Sep 2015 09:36:48 +0200] rev 32526
8065912: Better handling of classpath in build-infra
Reviewed-by: erikj
sundar [Mon, 07 Sep 2015 20:07:03 +0530] rev 32525
8135151: jjs should work in cygwin environment
Reviewed-by: attila, hannesw
attila [Mon, 07 Sep 2015 11:11:41 +0200] rev 32524
8135075: Reorder short-circuit tests in ApplySpecialization to run cheapest first
Reviewed-by: hannesw, mhaupt, sundar