dlong [Wed, 05 Sep 2018 13:10:40 -0700] rev 51649
8187078: -XX:+VerifyOops finds numerous problems when running JPRT
Reviewed-by: kvn
amenkov [Wed, 05 Sep 2018 10:39:16 -0700] rev 51648
8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
Reviewed-by: jcbeyler, cjplummer, sspitsyn
jcbeyler [Wed, 05 Sep 2018 10:17:11 -0700] rev 51647
8208186: SetHeapSamplingInterval handles 1 explicitly
Summary: Explicitly test for the 0 case (sample everything)
Reviewed-by: amenkov, sspitsyn
sherman [Wed, 05 Sep 2018 09:12:50 -0700] rev 51646
8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process
Reviewed-by: alanb, jlaskey
mbaesken [Wed, 05 Sep 2018 12:48:51 +0200] rev 51645
8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
Reviewed-by: shade, simonis
Contributed-by: ralf.schmelter@sap.com
ihse [Wed, 05 Sep 2018 14:00:36 +0200] rev 51644
8182733: aarch64 build documentation misleading
Reviewed-by: shade, dholmes
eosterlund [Wed, 05 Sep 2018 10:11:42 +0200] rev 51643
8210158: Accessorize JFR getEventWriter() intrinsics
Reviewed-by: kvn, neliasso, roland, rbackman
alanb [Wed, 05 Sep 2018 11:52:08 +0100] rev 51642
8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
Reviewed-by: chegar
glaubitz [Wed, 05 Sep 2018 11:15:28 +0200] rev 51641
8165440: Add Zero support for x86_64-linux-gnux32 target
Reviewed-by: erikj, ihse
pmuthuswamy [Wed, 05 Sep 2018 11:52:15 +0530] rev 51640
8209052: Low contrast in docs/api/constant-values.html
Reviewed-by: jjg
amlu [Wed, 05 Sep 2018 12:34:08 +0800] rev 51639
8209832: Refactor jdk/internal/reflect/Reflection/GetCallerClassTest.sh to plain java test
Reviewed-by: alanb, mchung
sherman [Tue, 04 Sep 2018 17:04:10 -0700] rev 51638
8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside.
Reviewed-by: alanb
iignatyev [Tue, 04 Sep 2018 14:35:59 -0700] rev 51637
8210039: move OSInfo to top level testlibrary
Reviewed-by: serb, chegar, alanb, dfuchs
ccheung [Tue, 04 Sep 2018 15:00:08 -0700] rev 51636
8209736: runtime/RedefineTests/ModifyAnonymous.java fails with NullPointerException when running in CDS mode
Summary: add logging of class names in the allLoadedClasses array; throw RuntimeException upon encountering of a null class.
Reviewed-by: jiangli
jcbeyler [Tue, 04 Sep 2018 14:17:45 -0700] rev 51635
8210192: Hsperf counter ParNew::CMS should be ParNew:CMS
Summary: Rename the counter back to ParNew:CMS and added a test
Reviewed-by: sjohanss, tschatzl
Contributed-by: manc@google.com