igerasim [Tue, 28 Oct 2014 15:36:27 +0300] rev 27263
8023173: FileDescriptor should respect append flag
Reviewed-by: martin, alanb, rriggs
martin [Mon, 27 Oct 2014 16:24:43 -0700] rev 27262
8062185: Unpaired braces in javadoc
Reviewed-by: psandoz
smarks [Mon, 27 Oct 2014 18:30:21 -0700] rev 27261
8062233: add java/rmi/server/Unreferenced/finiteGCLatency/FiniteGCLatency.java to problem list
Reviewed-by: darcy
mchung [Mon, 27 Oct 2014 13:45:39 -0700] rev 27260
8043277: Update jdk regression tests to extend the default security policy instead of override
Reviewed-by: alanb, mullan, chegar, sla
lancea [Mon, 27 Oct 2014 16:57:59 -0400] rev 27259
8062198: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
Reviewed-by: joehw
jbachorik [Fri, 24 Oct 2014 18:33:42 +0200] rev 27258
8062070: com/sun/jdi/DoubleAgentTest.java.DoubleAgentTest fails intermittently after 8056143
Reviewed-by: dholmes
katleman [Thu, 30 Oct 2014 08:35:01 -0700] rev 27257
Added tag jdk9-b37 for changeset 88fe05f2d973
duke [Wed, 05 Jul 2017 20:05:43 +0200] rev 27256
Merge
lana [Thu, 30 Oct 2014 13:57:02 -0700] rev 27255
Merge
amurillo [Mon, 27 Oct 2014 07:49:54 -0700] rev 27254
Merge
jwilhelm [Thu, 23 Oct 2014 17:36:30 +0200] rev 27253
Merge
jwilhelm [Wed, 22 Oct 2014 16:40:43 +0200] rev 27252
8061805: BACKOUT - Remove the generations array
Summary: Backing out the change due to non-trivial test problems in nightly testing.
Reviewed-by: jwilhelm, mgerdin
mlarsson [Tue, 21 Oct 2014 11:57:22 +0200] rev 27251
6979279: remove special-case code for ParallelGCThreads==0
Reviewed-by: jwilhelm, brutisso, kbarrett
sjohanss [Mon, 20 Oct 2014 10:18:17 +0200] rev 27250
8058568: GC cleanup phase can cause G1 skipping a System.gc()
Summary: Marking G1 FullGC as a _full collection and passing down the correct before count.
Reviewed-by: brutisso, mgerdin
jwilhelm [Fri, 22 Aug 2014 10:10:08 +0200] rev 27249
8055702: Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by: mgerdin, kbarrett