mcimadamore [Mon, 31 Aug 2015 17:33:34 +0100] rev 32454
8129962: Investigate performance improvements in langtools combo tests
Summary: New combo API that runs all combo instances in a shared javac context (whenever possible).
Reviewed-by: jjg, jlahoda, vromero
mcimadamore [Mon, 31 Aug 2015 15:50:20 +0100] rev 32453
8134007: Improve string folding
Summary: Generalize string folding algorithm to detect mulitple groups of foldable constants within an concat expression
Reviewed-by: jlahoda
katleman [Thu, 03 Sep 2015 14:24:46 -0700] rev 32452
Added tag jdk9-b80 for changeset 2bc845318e4b
duke [Wed, 05 Jul 2017 20:48:23 +0200] rev 32451
Merge
katleman [Thu, 03 Sep 2015 14:24:43 -0700] rev 32450
Added tag jdk9-b80 for changeset 56a580f0c008
duke [Wed, 05 Jul 2017 20:48:20 +0200] rev 32449
Merge
katleman [Thu, 03 Sep 2015 14:24:43 -0700] rev 32448
Added tag jdk9-b80 for changeset f194dcc2556d
duke [Wed, 05 Jul 2017 20:48:15 +0200] rev 32447
Merge
lana [Thu, 03 Sep 2015 16:14:47 -0700] rev 32446
Merge
mhaupt [Thu, 03 Sep 2015 19:54:06 +0200] rev 32445
Merge
aw [Tue, 01 Sep 2015 16:11:09 +0200] rev 32444
8134873: Implement support for ES6 numeric literals
Reviewed-by: attila, sundar
sundar [Thu, 03 Sep 2015 21:47:48 +0530] rev 32443
8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
Reviewed-by: hannesw, jlaskey, mhaupt
sundar [Wed, 02 Sep 2015 22:28:31 +0530] rev 32442
8134973: Control flow exceptions should avoid filling stack trace
Reviewed-by: attila, jlaskey, hannesw
attila [Wed, 02 Sep 2015 16:35:14 +0200] rev 32441
8134939: Improve toString method of Dynalink DynamicMethod objects
Reviewed-by: hannesw, sundar
sundar [Wed, 02 Sep 2015 17:16:57 +0530] rev 32440
8134931: jdk.nashorn.internal.codegen.TypeMap should not use Map
Reviewed-by: attila, mhaupt