rfield [Thu, 29 Nov 2018 17:45:29 -0800] rev 52775
8213725: JShell NullPointerException due to class file with unexpected package
Reviewed-by: jlahoda
shurailine [Thu, 29 Nov 2018 06:34:46 -0800] rev 52774
8214309: Enhance makefiles to allow generating JCov instrumented build
Reviewed-by: erikj
naoto [Thu, 29 Nov 2018 13:17:14 -0800] rev 52773
8212878: host in ftp: link not found
Reviewed-by: bpb
naoto [Thu, 29 Nov 2018 13:16:41 -0800] rev 52772
8212870: Broken links for www.usno.navy.mil
Reviewed-by: bpb
sangheki [Wed, 28 Nov 2018 15:09:26 -0800] rev 52771
8211735: Wrong heap mapper can be selected with UseLargePages on G1
Reviewed-by: tschatzl, kbarrett
iveresov [Thu, 29 Nov 2018 11:47:08 -0800] rev 52770
8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode
Summary: Make field values opaque to compiler
Reviewed-by: dlong, sspitsyn
lmesnik [Thu, 29 Nov 2018 11:14:36 -0800] rev 52769
8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5
Reviewed-by: dholmes, mseledtsov
lmesnik [Thu, 29 Nov 2018 11:06:22 -0800] rev 52768
8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt
Reviewed-by: dholmes, jgeorge
coleenp [Thu, 29 Nov 2018 13:04:25 -0500] rev 52767
8214356: Verification of class metadata unloading takes a long time
Summary: conditionalize verify_chunk_in_freelist call.
Reviewed-by: shade, tschatzl
naoto [Thu, 29 Nov 2018 10:13:42 -0800] rev 52766
8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public.
Reviewed-by: rriggs, mchung