lana [Thu, 09 May 2013 19:17:43 -0700] rev 17406
Merge
jgodinez [Tue, 07 May 2013 09:32:37 -0700] rev 17405
8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog.
Reviewed-by: bae, prr
simonis [Mon, 06 May 2013 12:57:42 -0700] rev 17404
7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc
Reviewed-by: prr, ceisserer
katleman [Thu, 16 May 2013 12:15:19 -0700] rev 17403
Added tag jdk8-b90 for changeset 1a8b44cae081
duke [Wed, 05 Jul 2017 18:55:30 +0200] rev 17402
Merge
amurillo [Fri, 17 May 2013 08:59:19 -0700] rev 17401
Added tag hs25-b33 for changeset b00c73d51b8a
amurillo [Fri, 17 May 2013 08:59:18 -0700] rev 17400
Merge
jwilhelm [Fri, 17 May 2013 08:00:01 +0200] rev 17399
Merge
jwilhelm [Fri, 17 May 2013 06:01:10 +0200] rev 17398
Merge
tschatzl [Thu, 16 May 2013 23:51:51 +0200] rev 17397
8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default).
Reviewed-by: jwilhelm, jmasa, brutisso, johnc