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
sundar [Fri, 04 Sep 2015 17:11:06 +0530] rev 32523
8135054: Add more samples to nashorn samples directory
Reviewed-by: mhaupt, hannesw
lana [Fri, 11 Sep 2015 10:26:42 -0700] rev 32522
Added tag jdk9-b81 for changeset a62e4c149f6f
duke [Wed, 05 Jul 2017 20:49:01 +0200] rev 32521
Merge
lana [Fri, 11 Sep 2015 10:26:28 -0700] rev 32520
Added tag jdk9-b81 for changeset 4a3398484f87
duke [Wed, 05 Jul 2017 20:48:56 +0200] rev 32519
Merge
lana [Fri, 11 Sep 2015 13:00:20 -0700] rev 32518
Merge
rriggs [Fri, 11 Sep 2015 09:25:15 -0400] rev 32517
8133552: java/lang/ProcessHandle/InfoTest.java fails intermittently - incorrect user
8133809: Remove java/lang/ProcessHandle/InfoTest.java from the Problem List
Reviewed-by: darcy, chegar, simonis
asmotrak [Fri, 11 Sep 2015 13:44:30 +0300] rev 32516
8075299: Additional tests for 6857795
Reviewed-by: weijun
ihse [Fri, 11 Sep 2015 10:06:10 +0200] rev 32515
8064808: Disable use of broken objcopy on Solaris, remove adhoc helper tools
Reviewed-by: erikj
naoto [Thu, 10 Sep 2015 16:50:39 -0700] rev 32514
8134915: Improve performance of CLDRLocaleProviderAdapter.getCandidateLocales
Reviewed-by: okutsu