lancea [Thu, 07 Jun 2018 06:27:09 -0400] rev 50444
8201608: fix broken links in javax/sql/rowset/package.html and javax/sql/rowset/spi/package.html
Reviewed-by: rriggs, psandoz
stuefe [Thu, 07 Jun 2018 12:23:46 +0200] rev 50443
8203682: Add jcmd "VM.classloaders" command to print out class loader hierarchy, details
Reviewed-by: coleenp, dholmes
tschatzl [Thu, 07 Jun 2018 11:20:55 +0200] rev 50442
8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
Summary: Issue a fatal error when mark stack overflows during reference processing in the Remark phase
Reviewed-by: kbarrett
tschatzl [Thu, 07 Jun 2018 11:20:30 +0200] rev 50441
8204081: Mismatch in rebuild policy and collection set chooser causes remembered sets to be kept errorneously
Summary: Due to mismatch in which region's remembered sets should be rebuilt and the ones that are looked at in the collection set chooser superfluous remembered sets might be built and kept alive until the next marking.
Reviewed-by: sjohanss, kbarrett
tschatzl [Thu, 07 Jun 2018 11:20:18 +0200] rev 50440
8204084: Remove the G1RSBarrierRegionFilter develop flag
Reviewed-by: sjohanss, shade
alanb [Thu, 07 Jun 2018 09:18:39 +0100] rev 50439
6350055: (se) SelectionKey.interestOps variants to atomically update interest ops
Reviewed-by: bpb
Contributed-by: david.lloyd@redhat.com, alan.bateman@oracle.com
sjohanss [Thu, 07 Jun 2018 09:02:03 +0200] rev 50438
8204287: Phase timings not updated correctly after JDK-6672778
Reviewed-by: tschatzl, kbarrett