gdub [Fri, 17 Aug 2018 12:19:52 +0200] rev 52017
8209136: [JVMCI] Make sure volatile fields are read as volatile during constant reflection.
Reviewed-by: kvn
vromero [Thu, 04 Oct 2018 08:37:08 -0700] rev 52016
8211148: var in implicit lambdas shouldn't be accepted for source < 11
Reviewed-by: mcimadamore
mchung [Thu, 04 Oct 2018 08:45:21 -0700] rev 52015
8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
Reviewed-by: alanb, egahlin
mdoerr [Thu, 04 Oct 2018 16:39:07 +0200] rev 52014
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp
rehn [Thu, 04 Oct 2018 14:03:13 +0200] rev 52013
8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
Reviewed-by: dcubed, dholmes
nishjain [Thu, 04 Oct 2018 17:25:51 +0530] rev 52012
8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
Reviewed-by: rriggs, scolebourne, naoto
Contributed-by: pallavi.sonal@oracle.com
jwilhelm [Thu, 04 Oct 2018 10:35:59 +0200] rev 52011
Added tag jdk-12+14 for changeset 6f04692c7d51
jwilhelm [Thu, 04 Oct 2018 00:50:54 +0200] rev 52010
Added tag jdk-12+14 for changeset 8897e41b327c
kvn [Wed, 03 Oct 2018 14:53:05 -0700] rev 52009
8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
Summary: exclude this test from running with Java Graal
Reviewed-by: iveresov
sherman [Wed, 03 Oct 2018 12:54:54 -0700] rev 52008
8211385: (zipfs) ZipDirectoryStream yields a stream of absolute paths when directory is relative
Reviewed-by: alanb, lancea
poonam [Wed, 03 Oct 2018 19:30:49 +0000] rev 52007
8211150: G1 Full GC not purging code root memory and hence causing memory leak
Reviewed-by: tschatzl, sjohanss
gadams [Wed, 03 Oct 2018 07:41:28 -0400] rev 52006
8169718: nsk/jdb/locals/locals002: ERROR: Cannot find boolVar with expected value: false
Reviewed-by: cjplummer, amenkov
kvn [Wed, 03 Oct 2018 10:38:30 -0700] rev 52005
8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
Summary: use default compile threshold for these tests
Reviewed-by: thartmann
gziemski [Wed, 03 Oct 2018 12:34:22 -0500] rev 52004
8204294: [REDO] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Added ATTRIBUTE_PRINTF to JVMFlag::printError
Reviewed-by: kbarrett, coleenp