Joe Darcy
cd63594f4a
7128931: Bad HTML escaping in java.lang.Throwable javadoc
...
Reviewed-by: mduigou
2012-01-10 17:46:46 -08:00
Joe Darcy
d3428db5c5
7112008: Javadoc for j.l.Object.finalize() vs JLS 12.6 Finalization of Class Instances
...
Reviewed-by: mduigou
2012-01-10 17:12:11 -08:00
Antonios Printezis
1d3b26e52b
6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
...
This change simplifies the interaction between GC and concurrent marking. By disabling survivor spaces during the initial-mark pause we don't need to propagate marks of objects we copy during each GC (since we never need to copy an explicitly marked object).
Reviewed-by: johnc, brutisso
2012-01-10 18:58:13 -05:00
Keith McGuigan
5c89631aef
Merge
2012-01-10 15:47:19 -05:00
Bengt Rutisson
2bf3afe882
7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
...
Reviewed-by: tonyp, jmasa
2012-01-10 20:02:41 +01:00
Alexander Scherbatiy
a6f9704a91
6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
...
Reviewed-by: rupashka
2012-01-10 17:11:10 +04:00
Krystal Mok
a5c9da18fb
7128584: Typo in sun.misc.VM's private directMemory field comment
...
Reviewed-by: forax, chegar
2012-01-10 12:48:08 +00:00
Alexander Scherbatiy
59c8f5f79f
7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
...
Reviewed-by: kizune
2012-01-10 15:46:30 +04:00
Brandon Passanisi
f44b5b5812
7123415: Some cases of network interface indexes being read incorrectly
...
Reviewed-by: chegar
2012-01-10 10:57:12 +00:00
Xue-Lei Andrew Fan
74fcfe6c7e
7123519: problems with certification path
...
Also including the contribution from Dennis Gu
Reviewed-by: mullan, weijun
2012-01-09 20:55:52 -08:00
Antonios Printezis
30bfc8f549
7125281: G1: heap expansion code is replicated
...
Reviewed-by: brutisso, johnc
2012-01-09 23:50:41 -05:00
Joe Darcy
a821772a15
7128512: Javadoc typo in java.lang.invoke.MethodHandle
...
Reviewed-by: mduigou
2012-01-09 20:14:15 -08:00
Lana Steuck
09e2e03986
Merge
2012-01-09 19:13:08 -08:00
Lana Steuck
d29ac175d5
Merge
2012-01-09 19:12:44 -08:00
Neil Richards
d51673ed91
7123229: (coll) EnumMap.containsValue(null) returns true
...
Java.util.EnumMap.NULL equals() must only be true for itself
Reviewed-by: alanb, mduigou
2012-01-10 00:07:13 +00:00
Martin Desruisseaux
f8400651e0
7128441: StrictMath performance improvement note shared with Math
...
Reviewed-by: darcy
2012-01-09 15:54:44 -08:00
Gary Adams
6eb76c4598
7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
...
Reviewed-by: alanb
2012-01-09 19:33:02 +00:00
Kelly O'Hair
a3a11340ee
7096063: /META-INF/mimetypes.default missing in jre\lib\resources.jar
...
Reviewed-by: dholmes
2012-01-09 09:22:54 -08:00
Jonathan Lu
467c036ccf
7128320: Fix freetype sanity check to make it more generic
...
Reviewed-by: luchsh, katleman
2012-01-09 09:18:37 -08:00
Frederic Parain
849571d5b3
7120511: Add diagnostic commands
...
Reviewed-by: acorn, phh, dcubed, sspitsyn
2012-01-09 10:27:24 +01:00
Vladimir Kozlov
94927c382b
7125896: Eliminate nested locks
...
Nested locks elimination done before lock nodes expansion by looking for outer locks of the same object.
Reviewed-by: never, twisti
2012-01-07 13:26:43 -08:00
Vladimir Kozlov
f99fb50071
7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM
...
Change yank_if_dead() to recursive method to remove all dead inputs.
Reviewed-by: never
2012-01-07 10:39:23 -08:00
Antonios Printezis
90cdae9775
7121623: G1: always be able to reliably calculate the length of a forwarded chunked array
...
Store the "next chunk start index" in the length field of the to-space object, instead of the from-space object, so that we can always reliably read the size of all from-space objects.
Reviewed-by: johnc, ysr, jmasa
2012-01-07 00:43:59 -05:00
Vladimir Kozlov
b93ca70b9b
Merge
2012-01-06 20:09:20 -08:00
Joe Darcy
57096116d9
7123649: Remove public modifier from Math.powerOfTwoF
...
Reviewed-by: smarks, alanb
2012-01-06 18:47:43 -08:00
Daniel D. Daugherty
74c45d049e
Merge
2012-01-06 16:18:29 -08:00
Valerie Peng
12558e2ef9
7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
...
Changed to always use full transformation as provider properties.
Reviewed-by: mullan
2012-01-06 16:06:41 -08:00
Valerie Peng
c83fa3fdfc
Merge
2012-01-06 11:02:31 -08:00
Alan Bateman
5fa281c0ee
7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed
...
Reviewed-by: forax, chegar
2012-01-06 15:00:22 +00:00
Jon Masamitsu
156b0a12aa
Merge
2012-01-05 21:02:05 -08:00
Valerie Peng
1081efba4f
6414899: P11Digest should support cloning
...
Enhanced the PKCS11 Digest implementation to support cloning
Reviewed-by: vinnie
2012-01-05 18:18:04 -08:00
Igor Veresov
72f3f7db44
7119294: Two command line options cause JVM to crash
...
Setup thread register in MacroAssembler::incr_allocated_bytes() on x64
Reviewed-by: kvn
2012-01-05 17:25:58 -08:00
Paul Hohensee
66388c03c9
Merge
2012-01-05 17:16:13 -05:00
Paul Hohensee
2cd87d4e3a
7126480: Make JVM start time in milliseconds since the Java epoch available
...
Expose existing Management::_begin_vm_creation_time via new accessor Management::begin_vm_creation_time().
Reviewed-by: acorn, dcubed
2012-01-05 17:14:52 -05:00
David Katleman
abee2d7726
Added tag jdk8-b20 for changeset 075cd2a7d88e
2012-01-05 08:42:49 -08:00
David Katleman
43b9e261ed
Added tag jdk8-b20 for changeset e069ef26f072
2012-01-05 08:42:40 -08:00
David Katleman
30b95117d5
Added tag jdk8-b20 for changeset 90e14ec89395
2012-01-05 08:42:37 -08:00
David Katleman
f33bdc967a
Added tag jdk8-b20 for changeset 4296421cf07a
2012-01-05 08:42:36 -08:00
David Katleman
f03bd3541a
Added tag jdk8-b20 for changeset a0bd97631679
2012-01-05 08:42:29 -08:00
David Katleman
e89e1b79bf
Added tag jdk8-b20 for changeset 7ed0c3890bb7
2012-01-05 08:42:25 -08:00
David Katleman
a0d920bae5
Added tag jdk8-b20 for changeset 87d3111b6629
2012-01-05 08:42:22 -08:00
Frederic Parain
1de4ad84a2
7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
...
Reviewed-by: sspitsyn, dcubed, mchung, dholmes
2012-01-05 07:26:44 -08:00
Daniel D. Daugherty
743a35d2dc
7127032: fix for 7122253 adds a JvmtiThreadState earlier than necessary
...
Use JavaThread::jvmti_thread_state() instead of JvmtiThreadState::state_for().
Reviewed-by: coleenp, poonam, acorn
2012-01-05 06:24:52 -08:00
Kelly O'Hair
892dcc25fc
7127104: Build issue with prtconf and zones, also using := to avoid extra execs
...
Reviewed-by: katleman
2012-01-04 17:42:25 -08:00
Lana Steuck
2836fc5d02
Merge
2012-01-04 10:58:12 -08:00
Lana Steuck
a43e73eb81
Merge
2012-01-04 10:57:39 -08:00
Jiangli Zhou
e6157688b4
Merge
2012-01-04 12:36:07 -05:00
Jon Masamitsu
95b987c3ac
Merge
2012-01-04 07:56:13 -08:00
Frederic Parain
d1c86caeaa
7104647: Adding a diagnostic command framework
...
Reviewed-by: mchung, dholmes
2012-01-04 03:49:35 -08:00
Jim Holmlund
799afd934d
7046929: tools/javac/api/T6397104.java fails
...
Reviewed-by: jjg
2012-01-03 17:18:10 -08:00