igerasim [Thu, 28 Jun 2018 01:10:09 -0700] rev 50869
8205959: Do not restart close if errno is EINTR
Reviewed-by: alanb, vtewari
jlahoda [Thu, 28 Jun 2018 10:05:43 +0200] rev 50868
8205913: Inconsistent source code model
Summary: Ensuring variable declarations have non-null modifiers and names.
Reviewed-by: mcimadamore
jlahoda [Thu, 28 Jun 2018 10:05:39 +0200] rev 50867
8195986: Incorrect javac -h output with annotation processing and missing classes
Summary: When clearing out symbols for a new annotation processing round, preserve types when possible.
Reviewed-by: vromero
pliden [Thu, 28 Jun 2018 09:15:53 +0200] rev 50866
8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate()
Reviewed-by: shade, stefank
simonis [Thu, 28 Jun 2018 09:06:54 +0200] rev 50865
8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH
Reviewed-by: martin, erikj
pliden [Thu, 28 Jun 2018 07:22:59 +0200] rev 50864
8205702: assert(UseCompressedClassPointers) failed in universe.hpp
Reviewed-by: coleenp, ccheung
stuefe [Thu, 28 Jun 2018 07:00:35 +0200] rev 50863
8205531: jcmd VM.classloaders should fold similar loaders
Reviewed-by: sspitsyn, coleenp
kbarrett [Thu, 28 Jun 2018 00:34:55 -0400] rev 50862
8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
Summary: Remove unsafe printing.
Reviewed-by: dholmes, tschatzl, dcubed, coleenp