shade [Tue, 01 Sep 2015 12:57:41 +0300] rev 32467
8076758: new StringBuilder().append(String).toString() should be recognized by OptimizeStringConcat
Reviewed-by: kvn, thartmann
thartmann [Mon, 31 Aug 2015 13:49:18 +0200] rev 32466
8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
Summary: Clean ICs of unloaded nmethods in sweeper to avoid impact on safepoint duration.
Reviewed-by: kvn, mdoerr
roland [Wed, 26 Aug 2015 12:43:15 +0200] rev 32465
8134288: compiler/runtime/6859338/Test6859338.java crashes in PhaseIdealLoop::try_move_store_after_loop
Summary: Store nodes may not have a control if used to update profiling
Reviewed-by: kvn
lana [Fri, 11 Sep 2015 10:26:29 -0700] rev 32464
Added tag jdk9-b81 for changeset 6675700073c1
lana [Fri, 11 Sep 2015 12:59:45 -0700] rev 32463
Merge
ihse [Fri, 11 Sep 2015 10:05:49 +0200] rev 32462
8064808: Disable use of broken objcopy on Solaris, remove adhoc helper tools
Reviewed-by: erikj
ihse [Wed, 09 Sep 2015 09:44:57 +0200] rev 32461
8135180: Print configure arguments using make print-configuration
Reviewed-by: erikj
ihse [Wed, 09 Sep 2015 09:36:39 +0200] rev 32460
8065912: Better handling of classpath in build-infra
Reviewed-by: erikj
lana [Fri, 11 Sep 2015 10:26:27 -0700] rev 32459
Added tag jdk9-b81 for changeset 13c2ca2ea10a
duke [Wed, 05 Jul 2017 20:48:33 +0200] rev 32458
Added tag jdk9-b81 for changeset 2050b3a0aadc
duke [Wed, 05 Jul 2017 20:48:33 +0200] rev 32457
Merge
duke [Wed, 05 Jul 2017 20:48:29 +0200] rev 32456
Merge
lana [Thu, 03 Sep 2015 16:13:49 -0700] rev 32455
Merge
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
attila [Wed, 02 Sep 2015 12:26:57 +0200] rev 32439
8134930: Defer stack trace walking of NashornException for extracting line number and file name
Reviewed-by: hannesw, sundar
sundar [Tue, 01 Sep 2015 23:08:33 +0530] rev 32438
8134887: nashorn ant test configuration should disable assertion for LamdaFormEditor class
Reviewed-by: attila, jlaskey
aw [Tue, 01 Sep 2015 18:19:29 +0200] rev 32437
8134865: Need to restore for container block from lexical context in finally
Reviewed-by: attila, mhaupt
sundar [Tue, 01 Sep 2015 18:28:11 +0530] rev 32436
8068901: Surprising behavior with more than one functional interface on a class
8068903: Can't invoke vararg @FunctionalInterface methods
Reviewed-by: attila, hannesw