lana [Thu, 28 Jan 2016 15:42:54 -0800] rev 35408
Merge
mhaupt [Thu, 28 Jan 2016 11:20:44 +0100] rev 35407
8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
Reviewed-by: hannesw, mhaupt, sundar
Contributed-by: srinivas.dama@oracle.com
hannesw [Tue, 26 Jan 2016 13:46:00 +0100] rev 35406
8148214: Slow object allocation due to multiple synchronization
Reviewed-by: attila, mhaupt
lana [Thu, 28 Jan 2016 09:43:14 -0800] rev 35405
Added tag jdk-9+103 for changeset 7cc832bade3c
duke [Wed, 05 Jul 2017 21:16:28 +0200] rev 35404
Merge
lana [Thu, 28 Jan 2016 09:43:00 -0800] rev 35403
Added tag jdk-9+103 for changeset 24addcfeace8
duke [Wed, 05 Jul 2017 21:16:22 +0200] rev 35402
Merge
shade [Mon, 01 Feb 2016 15:11:50 +0300] rev 35401
8148730: Add @since tags in new String concat APIs
Reviewed-by: alanb
amlu [Mon, 01 Feb 2016 09:38:08 +0800] rev 35400
8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
Reviewed-by: psandoz
Contributed-by: huaming.li@oracle.com
redestad [Sun, 31 Jan 2016 22:30:35 +0100] rev 35399
8148626: URI.toURL needs to use protocol Handler to parse file URIs
Summary: Back out the parts of 8147462 that attempted to optimize file URI to URL conversions
Reviewed-by: darcy, chegar