Kevin Walls
d132f8e1c6
6897143: Stress test crashes during HeapInspection using ParallelGC
...
Ensure_parsability() must be called even if GC_locker prevents GC.
Reviewed-by: ysr, chrisphi
2010-04-16 17:36:37 +01:00
Andrey Petrusenko
99cdb36eca
6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
...
Replaces the G1-specific parameter with the existing ones that are used by the other GCs (YoungPLABSize and OldPLABSize)
Reviewed-by: tonyp, johnc
2010-04-16 08:48:16 -07:00
Gary Benson
193be0b9eb
6944473: 6941224 misses new files
...
Two new files are missing in the push for 6941224.
Reviewed-by: twisti
2010-04-16 05:05:53 -07:00
Christian Thalinger
20b4da422d
Merge
2010-04-16 02:59:34 -07:00
Pavel Porvatov
3157c37cf5
6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified
...
Reviewed-by: alexp
2010-04-16 13:05:14 +04:00
Andrew John Hughes
41515b3a35
6944361: Missing CKR_ values in PKCS11Exception
...
Allow native NSS errors to be observed and correctly reported
Reviewed-by: wetmore, valeriep
2010-04-16 09:54:13 +01:00
Christian Thalinger
31f1aba365
Merge
2010-04-16 00:52:45 -07:00
Masayoshi Okutsu
471633a591
6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone
...
Reviewed-by: peytoia
2010-04-16 15:53:18 +09:00
Weijun Wang
592e8de4e1
6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
...
Reviewed-by: xuelei, mullan
2010-04-16 10:13:23 +08:00
Erik Trimble
a61cccd54b
Added tag hs18-b02 for changeset 0c79cc0b79fd
2010-04-15 19:09:48 -07:00
Erik Trimble
8fc0842347
Merge
2010-04-15 19:08:48 -07:00
Erik Trimble
67e6e0207c
6944398: Bump the HS18 build number to 03
...
Update the HS18 build number to 03
Reviewed-by: jcoomes
2010-04-15 19:08:18 -07:00
Weijun Wang
7afbc895a8
6937978: let keytool -gencert generate the chain
...
Reviewed-by: mullan
2010-04-16 10:06:07 +08:00
Tom Rodriguez
98ee92e724
6939930: exception unwind changes in 6919934 hurts compilation speed
...
Reviewed-by: twisti
2010-04-15 18:14:49 -07:00
Xueming Shen
d0a7eafe8d
6931676: TEST_BUG: wrong value for bugid in comments
...
Update to the correct bugid
Reviewed-by: martin
2010-04-15 17:00:55 -07:00
Antonios Printezis
89dcd228da
6939027: G1: assertion failure during the concurrent phase of cleanup
...
The outgoing region map is not maintained properly and it's causing an assert failure. Given that we don't actually use it, I'm removing it. I'm piggy-backing a small change on this which removes a message that it's printed before a Full GC when DisableExplicitGC is set.
Reviewed-by: apetrusenko, ysr
2010-04-15 18:45:30 -04:00
John Cuthbertson
6110c052aa
6943926: G1: Integer overflow during heap region verification
...
The expression that calculates the live bytes for a heap region can overflow for a suitably large humongous region/object. Cache the object size in a suitably sized local variable so that the expression is converted to a wider type.
Reviewed-by: tonyp, jmasa, iveresov, apetrusenko
2010-04-15 15:52:55 -07:00
Lana Steuck
3c5df27232
Merge
2010-04-15 15:19:02 -07:00
Michael Wilkerson
78db557600
Added tag jdk7-b89 for changeset 8d57da0c20f6
2010-04-15 13:55:14 -07:00
Michael Wilkerson
056ada1df6
Added tag jdk7-b89 for changeset 892f63d483d9
2010-04-15 13:55:04 -07:00
Michael Wilkerson
657ff08567
Added tag jdk7-b89 for changeset 8063e418d57c
2010-04-15 13:54:59 -07:00
Michael Wilkerson
5a8b753b8a
Added tag jdk7-b89 for changeset a5368e5402f5
2010-04-15 13:54:59 -07:00
Michael Wilkerson
8c5458caf1
Added tag jdk7-b89 for changeset 750e57985f1e
2010-04-15 13:54:54 -07:00
Michael Wilkerson
d74a843b45
Added tag jdk7-b89 for changeset 6bdda0396d9d
2010-04-15 13:54:50 -07:00
Michael Wilkerson
c782032ff8
Added tag jdk7-b89 for changeset e996369c787b
2010-04-15 13:54:49 -07:00
Lana Steuck
951fbb9129
Merge
2010-04-15 11:51:48 -07:00
Chris Hegarty
61ab8e5bfd
6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux
...
Reviewed-by: andrew
2010-04-15 16:37:16 +01:00
Gary Benson
d889909335
6944028: 6940701 broke Zero
...
The fix for 6940701 broke Zero.
Reviewed-by: twisti
2010-04-15 03:13:56 -07:00
Gary Benson
95b528bff0
6941224: Improved stack overflow handling for Zero
...
Adding stack overflow checking to Shark brought to light a bunch of deficiencies in Zero's stack overflow code.
Reviewed-by: twisti
2010-04-15 02:40:12 -07:00
Tom Rodriguez
a1446b775d
6938026: C2 compiler fails in Node::rematerialize()const
...
Reviewed-by: twisti
2010-04-14 15:30:13 -07:00
Maurizio Cimadamore
d3fa7f79ad
6939620: Switch to 'complex' diamond inference scheme
...
Implement new inference scheme for diamond operator that takes into account type of actual arguments supplied to constructor
Reviewed-by: jjg, darcy
2010-04-14 12:31:55 +01:00
Alexey Utkin
b984132c16
6920842: Wheel events do not bubbling to the browser if they was not treated in applet
...
Reviewed-by: art, anthony, peterz
2010-04-14 15:28:37 +04:00
Maurizio Cimadamore
965595d38b
6939618: Revert 'simple' diamond implementation
...
Backout changeset for 6840638
Reviewed-by: jjg
2010-04-14 12:23:29 +01:00
Masayoshi Okutsu
6cfd12db85
6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC
...
Reviewed-by: peytoia
2010-04-14 13:53:17 +09:00
Lana Steuck
4219c31cc5
Merge
2010-04-13 16:42:58 -07:00
Lana Steuck
75752c7f7c
Merge
2010-04-13 16:41:49 -07:00
Lana Steuck
b6e716a486
Merge
2010-04-13 16:36:27 -07:00
Lana Steuck
395aa36b95
Merge
2010-04-13 16:35:53 -07:00
John R Rose
d3b254656d
Merge
2010-04-13 13:01:37 -07:00
Chris Hegarty
87fe7a4376
6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
...
Reviewed-by: alanb, michaelm, andrew
2010-04-13 12:02:06 +01:00
Yuka Kamiya
2790d3b818
6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later
...
Reviewed-by: okutsu
2010-04-13 13:47:54 +09:00
Valerie Peng
3a0f478ce5
Merge
2010-04-12 15:53:20 -07:00
Xueming Shen
795261fbaa
6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints
...
Updated the Big5.map table to add 5 entries
Reviewed-by: okutsu
2010-04-12 10:57:07 -07:00
Yong Jeffrey Huang
f78418e286
6875904: Java 7 message synchronization 1
...
Reviewed-by: ogino, faryad
2010-04-11 23:24:24 -07:00
Yong Jeffrey Huang
144741e52c
6875904: Java 7 message synchronization 1
...
Reviewed-by: ogino, faryad
2010-04-11 23:21:23 -07:00
Yong Jeffrey Huang
6798c200f0
Merge
2010-04-11 21:04:45 -07:00
Xue-Lei Andrew Fan
52e1e32cdb
6941936: Broken pipe error of test case DNSIdentities.java
...
Reviewed-by: chegar
2010-04-10 09:13:12 +08:00
Jonathan Gibbons
3665722955
6942649: add hidden option to identify location and version of javac classes
...
Reviewed-by: darcy
2010-04-09 15:39:39 -07:00
Antonios Printezis
dc66d123d2
Merge
2010-04-09 15:01:49 -07:00
Antonios Printezis
ba815bf09e
Merge
2010-04-09 13:08:34 -04:00