joehw [Tue, 18 Sep 2018 13:31:30 -0700] rev 51791
8210874: Test for JDK-8209615
Reviewed-by: lancea
bpb [Tue, 18 Sep 2018 13:18:54 -0700] rev 51790
8210817: Minor typo in java.nio.file.attribute package summary
Reviewed-by: dfuchs, alanb
naoto [Tue, 18 Sep 2018 12:42:40 -0700] rev 51789
8209880: tzdb.dat is not reproducibly built
Reviewed-by: erikj, rriggs
jgeorge [Tue, 18 Sep 2018 23:20:17 +0530] rev 51788
8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Summary: Read in and process the return value of pread() while dealing with the PT_INTERP segment
Reviewed-by: stuefe, jcbeyler
sherman [Tue, 18 Sep 2018 10:43:01 -0700] rev 51787
8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
Reviewed-by: xiaofeya, clanger
joehw [Tue, 18 Sep 2018 09:44:20 -0700] rev 51786
8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
Reviewed-by: lancea, dfuchs
jiangli [Tue, 18 Sep 2018 11:55:33 -0400] rev 51785
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
Summary: Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError.
Reviewed-by: ccheung, gziemski