iignatyev [Fri, 21 Sep 2018 14:50:06 -0700] rev 51840
8210894: remove jdk/testlibrary/Asserts
Reviewed-by: serb
ihse [Fri, 21 Sep 2018 21:35:12 +0200] rev 51839
8210988: Improved handling of compiler warnings in the build
Reviewed-by: erikj
tbell [Fri, 21 Sep 2018 12:08:13 -0700] rev 51838
8190985: .jcheck/conf files contain 'project=jdk10'
Reviewed-by: mr, iris, erikj
amenkov [Fri, 21 Sep 2018 11:28:14 -0700] rev 51837
8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
Reviewed-by: jcbeyler, sspitsyn, cjplummer
amenkov [Fri, 21 Sep 2018 10:18:12 -0700] rev 51836
8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds
8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout
Reviewed-by: jcbeyler, gadams, sspitsyn
tschatzl [Fri, 21 Sep 2018 15:11:09 +0200] rev 51835
8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
Summary: Removed unnecessary verification that can cause spurious false alarm.
Reviewed-by: sjohanss, kbarrett
mbaesken [Thu, 20 Sep 2018 13:59:39 +0200] rev 51834
8210961: [aix] enhance list of environment variables reported in error log file on AIX
Reviewed-by: clanger, simonis
jlahoda [Fri, 21 Sep 2018 12:29:46 +0200] rev 51833
8209058: Cannot find annotation method 'value()' in type 'Profile+Annotation'
Summary: Correct detection of the Profile+Annotation synthetic annotation for classes that are not from the java.base module.
Reviewed-by: jjg