darcy [Thu, 13 Dec 2018 19:06:11 +0100] rev 53023
8205626: Start of release updates for JDK 13
8205393: Add SourceVersion.RELEASE_13
8205394: Add source 13 and target 13 to javac
8205645: Bump maximum recognized class file version to 57 for JDK 13
8214825: Update preview language features for start of JDK 13
Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
jwilhelm [Thu, 13 Dec 2018 17:01:15 +0100] rev 53022
Added tag jdk-13+0 for changeset cc4098b3bc10
shade [Thu, 13 Dec 2018 16:45:26 +0100] rev 53021
8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures
Reviewed-by: rkennke
shade [Thu, 13 Dec 2018 16:45:24 +0100] rev 53020
8181143: Introduce diagnostic flag to abort VM on too long VM operations
Reviewed-by: rkennke, zgu, dholmes, stuefe, rehn
vromero [Thu, 13 Dec 2018 10:35:09 -0500] rev 53019
8215300: additional changes to constants API
Reviewed-by: goetz
redestad [Thu, 13 Dec 2018 15:31:05 +0100] rev 53018
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
shade [Thu, 13 Dec 2018 16:14:07 +0100] rev 53017
8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
Reviewed-by: thartmann
egahlin [Thu, 13 Dec 2018 15:40:11 +0100] rev 53016
8215237: jdk.jfr.Recording javadoc does not compile
Reviewed-by: mgronlun
zgu [Wed, 12 Dec 2018 13:50:57 -0500] rev 53015
8215220: Simplify Shenandoah task termination in aborted paths
Reviewed-by: shade
mgronlun [Thu, 13 Dec 2018 14:36:54 +0100] rev 53014
8215284: Reduce noise induced by periodic task getFileSize()
Reviewed-by: redestad, egahlin
egahlin [Thu, 13 Dec 2018 14:21:04 +0100] rev 53013
8215175: Inconsistencies in JFR event metadata
Reviewed-by: mgronlun
sgehwolf [Thu, 13 Dec 2018 10:25:50 +0100] rev 53012
8215342: [Zero] Build fails after JDK-8200613
Reviewed-by: shade, jgeorge
Contributed-by: Christophe Phillips <chphilli@redhat.com>
mhorie [Wed, 12 Dec 2018 12:36:53 -0500] rev 53011
8215262: PPC64: FMA Vectorization on PPC64
Reviewed-by: mdoerr, gromero
goetz [Thu, 13 Dec 2018 08:36:10 +0100] rev 53010
8215534: [testbug] some jfr test don't check @requires vm.hasJFR
Reviewed-by: sundar, egahlin
dfuchs [Thu, 13 Dec 2018 11:27:37 +0000] rev 53009
8211093: Default logging.properties sets log level for com.xyz.foo
Reviewed-by: bpb, rriggs
jgeorge [Thu, 13 Dec 2018 15:11:25 +0530] rev 53008
8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
Summary: Read in the bcp from r13 for the top level interpreter frames
Reviewed-by: jcbeyler, jgeorge
Contributed-by: david.griffiths@gmail.com