sherman [Tue, 18 Sep 2018 19:44:27 -0700] rev 51795
8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
Reviewed-by: bpb
pliden [Tue, 18 Sep 2018 22:46:35 +0200] rev 51794
8210753: Make ThreadLocalAllocBuffer::resize() public
Reviewed-by: eosterlund, jcbeyler
coleenp [Tue, 18 Sep 2018 16:11:36 -0400] rev 51793
8210861: Move assert to help diagnose rare RedefineStress crash
Summary: assert that Method being marked on stack hasn't been missed by previous metadata walk
Reviewed-by: lfoltan
dnsimon [Tue, 18 Sep 2018 22:32:25 +0200] rev 51792
8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
Reviewed-by: thartmann, kvn
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