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
jlahoda [Fri, 21 Sep 2018 12:29:31 +0200] rev 51832
8209865: Incorrect 'multiple elements' notes with Elements#getTypeElement and --release
Summary: Changing ct.sym to be module-path oriented, rather than class-path oriented.
Reviewed-by: jjg
xyin [Fri, 21 Sep 2018 16:13:49 +0800] rev 51831
8169246: java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
Reviewed-by: chegar
xyin [Fri, 21 Sep 2018 15:49:59 +0800] rev 51830
8199931: java/net/MulticastSocket/UnreferencedMulticastSockets.java fails with "incorrect data received"
Reviewed-by: chegar
xuelei [Thu, 20 Sep 2018 14:19:53 -0700] rev 51829
8210974: No extensions debug log for ClientHello
Reviewed-by: jnimeh, wetmore
roland [Wed, 12 Sep 2018 16:38:13 +0200] rev 51828
8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
Reviewed-by: thartmann, kvn
vromero [Thu, 20 Sep 2018 12:49:58 -0700] rev 51827
8209022: Missing checkcast when casting to type parameter bounded by intersection type
Reviewed-by: mcimadamore
shade [Thu, 20 Sep 2018 21:14:38 +0200] rev 51826
8210963: Build failures after "8210829: Modularize allocations in C2"
Reviewed-by: rkennke, thartmann