clanger [Fri, 23 Mar 2018 09:26:59 +0100] rev 49288
8199924: Solaris: Correctly enqueue null arguments of attach operations
Reviewed-by: dcubed, dholmes
lana [Thu, 22 Mar 2018 23:49:48 +0000] rev 49287
Added tag jdk-11+6 for changeset 3acb379b8672
jlahoda [Thu, 22 Mar 2018 22:34:38 +0100] rev 49286
8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
Reviewed-by: darcy, kvn
bpb [Thu, 22 Mar 2018 12:30:47 -0700] rev 49285
8194746: (fs) Add equivalents of Paths.get to Path interface
Summary: Copy Paths.get() methods to Path.get() methods and have former call latter
Reviewed-by: alanb, forax, chegar, psandoz
bpb [Thu, 22 Mar 2018 12:29:52 -0700] rev 49284
8198753: (dc) DatagramChannel throws unspecified exceptions
Reviewed-by: alanb
redestad [Sat, 09 Dec 2017 03:33:39 +0100] rev 49283
8193128: Reduce number of implementation classes returned by List/Set/Map.of()
8191418: List.of().indexOf(null) doesn't throw NullPointerException
Reviewed-by: smarks, jrose, martin, plevart