5573 Commits

Author SHA1 Message Date
Daniel D. Daugherty
e453a8780a Merge 2010-05-17 03:53:55 -07:00
Y. Srinivas Ramakrishna
f8643be266 6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link
When using compressed oops, use compressed promoted pointers in b63:b31 of the mark word, so as not to interfere with the CMS "freeness bit" at b7. Updated mark-word layout documentation.

Reviewed-by: minqi, poonam, jmasa, coleenp
2010-05-17 00:47:28 -07:00
Poonam Bajaj
e009d84ff6 6745217: jmap assertion failure
SA shows exception with core files > 2GB. These changes fix that by correcting the size of CMSBitmap during its allocation.

Reviewed-by: swamyv
2010-05-15 18:24:34 -07:00
Andrey Petrusenko
0d3978019b 6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to
Extended the failing assertion with the new message format to get more data.

Reviewed-by: tonyp
2010-05-14 10:28:46 -07:00
Erik Trimble
10da52364f Merge 2010-05-13 17:10:32 -07:00
Erik Trimble
f52963c1bc 6952178: Fork HS18 to HS19 - renumber Major and build numbers of JVM
Update the Major and build numbers for HS19 fork

Reviewed-by: jcoomes
2010-05-13 14:47:21 -07:00
Erik Trimble
8878667a36 Merge 2010-05-13 14:35:14 -07:00
Michael Wilkerson
e07663d108 Added tag jdk7-b93 for changeset 19b9aa23e950 2010-05-13 13:22:31 -07:00
Michael Wilkerson
24b484a015 Added tag jdk7-b93 for changeset e415207ac256 2010-05-13 13:22:22 -07:00
Michael Wilkerson
8843a8a083 Added tag jdk7-b93 for changeset cd6bd47caa4d 2010-05-13 13:22:17 -07:00
Michael Wilkerson
a0f06a97b0 Added tag jdk7-b93 for changeset b698288c7b9b 2010-05-13 13:22:16 -07:00
Michael Wilkerson
9d2e4e1022 Added tag jdk7-b93 for changeset 886a48579400 2010-05-13 13:22:12 -07:00
Michael Wilkerson
2362acb347 Added tag jdk7-b93 for changeset ed71fb20ba0f 2010-05-13 13:22:09 -07:00
Michael Wilkerson
9c93404dde Added tag jdk7-b93 for changeset 30b170e85ca5 2010-05-13 13:22:08 -07:00
John Coomes
d14dfb51af Merge 2010-05-13 13:05:47 -07:00
John R Rose
44f4fafdee Merge 2010-05-12 22:06:02 -07:00
Michael Wilkerson
f31c907f3c Merge 2010-05-12 17:19:58 -07:00
Michael Wilkerson
c11f16c7f5 Merge 2010-05-12 17:19:41 -07:00
Michael Wilkerson
05afa60d09 Merge 2010-05-12 17:19:35 -07:00
Michael Wilkerson
2663e4d93a Merge 2010-05-12 17:19:34 -07:00
Gary Benson
df4f3b6c42 6951923: some uses of fatal1 were missed by 6888954
Reviewed-by: jcoomes
2010-05-12 10:28:13 -07:00
Gary Benson
b8491bb9fe 6951784: Zero deoptimizer changes
The way Zero currently handles deoptimization can lead to methods being freed while they are still being executed.

Reviewed-by: twisti
2010-05-12 03:49:52 -07:00
Daniel D. Daugherty
8773ad21fd Merge 2010-05-11 17:41:11 -07:00
Lana Steuck
2d03df07bd Merge 2010-05-11 16:36:13 -07:00
Lana Steuck
6125917976 Merge 2010-05-11 16:35:36 -07:00
Lana Steuck
4ce89a6eac Merge 2010-05-11 16:34:55 -07:00
Lana Steuck
490e8fb7d3 Merge 2010-05-11 16:34:07 -07:00
Lana Steuck
c13a42c0d1 Merge 2010-05-11 16:33:05 -07:00
John R Rose
71599d89d4 Merge 2010-05-11 15:19:19 -07:00
Phil Race
325809a3cd 6931180: Migration to recent versions of MS Platform SDK
6944048: VS2010 build failure in make/com/sun/java/pack: missing unpack200.exe.manifest
6944015: VS2010 build failure in awt_TextArea.cpp: ambiguous call to abs()
6936319: JDK build fails in awt_DnDDS.cpp with Visual Studio 2008/Platform SDK 7
6944516: Windows L&F is broken in SwingSet2, when JDK is built with the recent Windows SDK

Changes to enable building JDK7 with Microsoft Visual Studio 2010

Reviewed-by: ohair, art, ccheung, dcubed
2010-05-11 14:36:10 -07:00
Phil Race
db63a9aa55 6931180: Migration to recent versions of MS Platform SDK
6951582: Build problems on win64

Changes to enable building JDK7 with Microsoft Visual Studio 2010

Reviewed-by: ohair, art, ccheung, dcubed
2010-05-11 14:35:43 -07:00
Phil Race
4260bdf72f 6931180: Migration to recent versions of MS Platform SDK
Changes to enable building JDK7 with Microsoft Visual Studio 2010

Reviewed-by: ohair, art, ccheung, dcubed
2010-05-11 14:35:21 -07:00
Phil Race
cd28ed503f 6931180: Migration to recent versions of MS Platform SDK
Changes to enable building JDK7 with Microsoft Visual Studio 2010

Reviewed-by: ohair, art, ccheung, dcubed
2010-05-11 14:31:42 -07:00
Tom Rodriguez
8afbd9a53e 6951190: assert(!klass_is_exact(),"only non-exact klass") while building JDK
Reviewed-by: kvn
2010-05-10 14:58:38 -07:00
Daniel D. Daugherty
f27d5ab6d8 Merge 2010-05-10 13:09:44 -07:00
Y. Srinivas Ramakrishna
4715f32101 6951188: CMS: move PromotionInfo into its own file
Moved PromotionInfo and friends into new files promotionInfo.{h,c}pp from their previous compactibleFreeListSpace.{h,c}pp home.

Reviewed-by: apetrusenko
2010-05-10 12:31:52 -07:00
Martin Buchholz
3adf1d8538 6937842: Unreadable \uXXXX in javadoc
Replace \uXXXX by \u005CXXXX, or simply delete

Reviewed-by: sherman
2010-05-09 16:37:06 -07:00
Martin Buchholz
75e3cde928 6937857: Concurrent calls to new Random() not random enough
Seed uniquifier should use an independent PRNG

Reviewed-by: dl
2010-05-09 16:03:13 -07:00
Martin Buchholz
b455514c89 6950540: PriorityQueue(collection) should throw NPE if collection contains a null
Rewrite PriorityQueue constructors for best performance and error handling

Reviewed-by: dholmes, chegar
2010-05-09 00:59:49 -07:00
Martin Buchholz
4a29f05c6a 6933217: Huge arrays handled poorly in core libraries
Write overflow-conscious array resizing code

Reviewed-by: chegar
2010-05-09 00:59:30 -07:00
Erik Trimble
bd1c4063c8 Added tag hs18-b04 for changeset 31ba466ddb99 2010-05-07 15:13:00 -07:00
Erik Trimble
145587a247 Merge 2010-05-07 15:12:28 -07:00
Chris Hegarty
521354406a 6946673: DatagramSocket.connect() documentation contradicts the implementation
Reviewed-by: alanb
2010-05-07 16:11:13 +01:00
Gary Benson
399d1f6a5f 6950617: Zero/Shark interface updates
Zero needs a couple of new methods to allow Shark to access the new frame anchor field.

Reviewed-by: twisti
2010-05-07 04:20:56 -07:00
Chris Hegarty
473182bb12 6947917: Error in basic authentication when user name and password are long
Reviewed-by: weijun
2010-05-07 10:11:37 +01:00
Michael Wilkerson
cac32ee636 Added tag jdk7-b92 for changeset f6dc4589a315 2010-05-06 18:26:18 -07:00
Michael Wilkerson
41ac1559fb Added tag jdk7-b92 for changeset d36af409752e 2010-05-06 18:26:09 -07:00
Michael Wilkerson
746ed59fd0 Added tag jdk7-b92 for changeset dc292c44a947 2010-05-06 18:26:03 -07:00
Michael Wilkerson
c68729ee76 Added tag jdk7-b92 for changeset 34f8f501f771 2010-05-06 18:26:03 -07:00
Michael Wilkerson
d8298c3ca4 Added tag jdk7-b92 for changeset 8f63b4408306 2010-05-06 18:25:58 -07:00