pliden [Thu, 07 Jun 2018 21:57:17 +0200] rev 50450
8204474: Have instanceRefKlass use HeapAccess when loading the referent
Reviewed-by: stefank, eosterlund
vlivanov [Wed, 06 Jun 2018 23:36:08 +0300] rev 50449
8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
Reviewed-by: kvn
eosterlund [Thu, 07 Jun 2018 17:40:15 +0200] rev 50448
8204554: JFR TLAB tracing broken after 8202776
Reviewed-by: rkennke, stefank
bpb [Thu, 07 Jun 2018 07:43:29 -0700] rev 50447
8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
Reviewed-by: alanb
eosterlund [Thu, 07 Jun 2018 15:10:06 +0200] rev 50446
8203353: Fixup inferred decorators in the interpreter
Reviewed-by: rkennke, coleenp
rehn [Thu, 07 Jun 2018 14:11:56 +0200] rev 50445
8195097: Make it possible to process StringTable outside safepoint
Reviewed-by: coleenp, gziemski, iklam, jiangli
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