lana [Fri, 23 Sep 2011 16:51:29 -0700] rev 10581
Merge
rupashka [Wed, 21 Sep 2011 17:08:02 +0400] rev 10580
7032018: The file list in JFileChooser does not have an accessible name
Reviewed-by: rupashka
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
rupashka [Thu, 15 Sep 2011 16:43:25 +0400] rev 10579
7090007: Missing style.css in nimbus/doc-files/properties.html
Reviewed-by: alexp
lana [Mon, 26 Sep 2011 14:29:34 -0700] rev 10578
Merge
lana [Fri, 23 Sep 2011 16:50:37 -0700] rev 10577
Merge
bae [Mon, 19 Sep 2011 05:56:44 -0700] rev 10576
7088287: libpng need to be updated.
Reviewed-by: jgodinez, prr
katleman [Thu, 29 Sep 2011 18:53:53 -0700] rev 10575
Added tag jdk8-b07 for changeset 3286cf6d9881
duke [Wed, 05 Jul 2017 17:51:48 +0200] rev 10574
Merge
jcoomes [Fri, 30 Sep 2011 18:27:43 -0700] rev 10573
Added tag hs23-b01 for changeset cca3c612bd14
jcoomes [Fri, 30 Sep 2011 18:27:39 -0700] rev 10572
Merge
iveresov [Fri, 30 Sep 2011 13:48:17 -0700] rev 10571
Merge
roland [Fri, 30 Sep 2011 13:47:26 +0200] rev 10570
7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
Summary: ADLC generates code to prepare the register string to be printed in a char array but then calls print without the char array as an argument.
Reviewed-by: never
iveresov [Thu, 29 Sep 2011 23:09:54 -0700] rev 10569
7096639: Tiered: Incorrect counter overflow handling for inlined methods
Summary: Enable invocation events for inlinees
Reviewed-by: kvn
never [Thu, 29 Sep 2011 13:47:57 -0700] rev 10568
7096016: SA build still produces "arg list too long" errors
Reviewed-by: kvn, never
Contributed-by: volker.simonis@gmail.com
never [Thu, 29 Sep 2011 09:53:56 -0700] rev 10567
7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
Reviewed-by: kvn
kvn [Mon, 26 Sep 2011 10:24:05 -0700] rev 10566
7081933: Use zeroing elimination optimization for large array
Summary: Don't zero new typeArray during runtime call if the allocation is followed by arraycopy into it.
Reviewed-by: twisti