Thu, 27 May 2010 12:42:44 -0700 Merge
trims [Thu, 27 May 2010 12:42:44 -0700] rev 5546
Merge
Thu, 20 May 2010 08:32:11 -0700 Merge
jcoomes [Thu, 20 May 2010 08:32:11 -0700] rev 5545
Merge
Wed, 19 May 2010 16:05:47 -0700 6953952: collectedHeap.cpp should use #ifdef _LP64 not LP64
ysr [Wed, 19 May 2010 16:05:47 -0700] rev 5544
6953952: collectedHeap.cpp should use #ifdef _LP64 not LP64 Summary: Changed LP64 to _LP64 in collectedHeap.cpp. Reviewed-by: kvn, jcoomes
Wed, 19 May 2010 10:37:05 -0700 6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption
ysr [Wed, 19 May 2010 10:37:05 -0700] rev 5543
6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption Summary: Corrected mis-spelling of COMPILER2 in #ifdef, which could cause heap corruption in CMS due to precleaning when +ReduceInitialCardMarks. Thanks to ChenGuang Sun <suncg03@gmail.com> for bringing this typo to our attention. Reviewed-by: tonyp, jmasa, jcoomes, kvn
Tue, 18 May 2010 11:02:18 -0700 6951319: enable solaris builds using Sun Studio 12 update 1
jcoomes [Tue, 18 May 2010 11:02:18 -0700] rev 5542
6951319: enable solaris builds using Sun Studio 12 update 1 Reviewed-by: kamg, ysr, dholmes, johnc
Mon, 17 May 2010 00:47:28 -0700 6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link
ysr [Mon, 17 May 2010 00:47:28 -0700] rev 5541
6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link Summary: 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
Fri, 14 May 2010 10:28:46 -0700 6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to
apetrusenko [Fri, 14 May 2010 10:28:46 -0700] rev 5540
6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to Summary: Extended the failing assertion with the new message format to get more data. Reviewed-by: tonyp
Thu, 20 May 2010 01:34:22 -0700 Merge
jrose [Thu, 20 May 2010 01:34:22 -0700] rev 5539
Merge
Wed, 19 May 2010 10:22:39 -0700 Merge
kvn [Wed, 19 May 2010 10:22:39 -0700] rev 5538
Merge
Mon, 05 Apr 2010 10:17:15 -0700 6937111: Restore optimization for Phi of AddP (6552204)
kvn [Mon, 05 Apr 2010 10:17:15 -0700] rev 5537
6937111: Restore optimization for Phi of AddP (6552204) Summary: Restored the original code which was removed by the fix for 6614100. Reviewed-by: never
Tue, 18 May 2010 23:58:32 -0700 6953576: bottom_type for matched AddPNodes doesn't always agree with ideal
never [Tue, 18 May 2010 23:58:32 -0700] rev 5536
6953576: bottom_type for matched AddPNodes doesn't always agree with ideal Reviewed-by: kvn
Tue, 18 May 2010 13:45:03 -0700 6953539: after 6892658 c1 reports that it doesn't inline StringBuffer.append
never [Tue, 18 May 2010 13:45:03 -0700] rev 5535
6953539: after 6892658 c1 reports that it doesn't inline StringBuffer.append Reviewed-by: kvn, twisti
Tue, 18 May 2010 09:54:05 -0700 6953267: assert in EA code with -XX:+StressReflectiveCode
kvn [Tue, 18 May 2010 09:54:05 -0700] rev 5534
6953267: assert in EA code with -XX:+StressReflectiveCode Summary: Add missing checks into EA code. Reviewed-by: never
Mon, 17 May 2010 16:50:07 -0700 6950075: nmethod sweeper should operate concurrently
never [Mon, 17 May 2010 16:50:07 -0700] rev 5533
6950075: nmethod sweeper should operate concurrently Reviewed-by: never, kvn Contributed-by: eric.caspole@amd.com
Mon, 17 May 2010 11:32:56 -0700 6951686: Using large pages on Linux prevents zero based compressed oops
kvn [Mon, 17 May 2010 11:32:56 -0700] rev 5532
6951686: Using large pages on Linux prevents zero based compressed oops Summary: Use req_addr when attaching shared memory segment. Reviewed-by: twisti
Mon, 17 May 2010 07:11:27 -0700 Merge
dcubed [Mon, 17 May 2010 07:11:27 -0700] rev 5531
Merge
Mon, 17 May 2010 06:35:51 -0700 6949515: 3/3 VM crash when calling GetMethodDeclaringClass
dcubed [Mon, 17 May 2010 06:35:51 -0700] rev 5530
6949515: 3/3 VM crash when calling GetMethodDeclaringClass Summary: Use resolve_external_guard() instead of resolve_non_null(). Reviewed-by: thurka, kamg, acorn
Mon, 17 May 2010 03:53:55 -0700 Merge
dcubed [Mon, 17 May 2010 03:53:55 -0700] rev 5529
Merge
Sat, 15 May 2010 18:24:34 -0700 6745217: jmap assertion failure
poonam [Sat, 15 May 2010 18:24:34 -0700] rev 5528
6745217: jmap assertion failure Summary: SA shows exception with core files > 2GB. These changes fix that by correcting the size of CMSBitmap during its allocation. Reviewed-by: swamyv
Thu, 27 May 2010 12:40:34 -0700 6956513: Bump the HS19 build number to 02
trims [Thu, 27 May 2010 12:40:34 -0700] rev 5527
6956513: Bump the HS19 build number to 02 Summary: Update the HS19 build number to 02 Reviewed-by: jcoomes
Thu, 27 May 2010 10:57:13 -0700 Added tag jdk7-b95 for changeset 85e3d459ab3c
mikejwre [Thu, 27 May 2010 10:57:13 -0700] rev 5526
Added tag jdk7-b95 for changeset 85e3d459ab3c
Thu, 27 May 2010 10:57:05 -0700 Added tag jdk7-b95 for changeset c3a9a2a60e35
mikejwre [Thu, 27 May 2010 10:57:05 -0700] rev 5525
Added tag jdk7-b95 for changeset c3a9a2a60e35
Wed, 05 Jul 2017 17:13:37 +0200 Added tag jdk7-b95 for changeset 654298d26561
duke [Wed, 05 Jul 2017 17:13:37 +0200] rev 5524
Added tag jdk7-b95 for changeset 654298d26561
Wed, 05 Jul 2017 17:13:36 +0200 Merge jdk7-b95
duke [Wed, 05 Jul 2017 17:13:36 +0200] rev 5523
Merge
Wed, 05 Jul 2017 17:13:34 +0200 Merge
duke [Wed, 05 Jul 2017 17:13:34 +0200] rev 5522
Merge
Wed, 26 May 2010 10:40:10 -0700 Merge
ohair [Wed, 26 May 2010 10:40:10 -0700] rev 5521
Merge
Tue, 25 May 2010 15:54:51 -0700 6943119: Rebrand source copyright notices
ohair [Tue, 25 May 2010 15:54:51 -0700] rev 5520
6943119: Rebrand source copyright notices Reviewed-by: darcy
Thu, 20 May 2010 16:00:35 -0700 Added tag jdk7-b94 for changeset 1792af5280b8
mikejwre [Thu, 20 May 2010 16:00:35 -0700] rev 5519
Added tag jdk7-b94 for changeset 1792af5280b8
Wed, 05 Jul 2017 17:13:19 +0200 Merge
duke [Wed, 05 Jul 2017 17:13:19 +0200] rev 5518
Merge
Wed, 26 May 2010 10:40:39 -0700 Merge
ohair [Wed, 26 May 2010 10:40:39 -0700] rev 5517
Merge
Tue, 25 May 2010 15:53:08 -0700 6943119: Rebrand source copyright notices
ohair [Tue, 25 May 2010 15:53:08 -0700] rev 5516
6943119: Rebrand source copyright notices Reviewed-by: darcy
Thu, 20 May 2010 16:00:20 -0700 Added tag jdk7-b94 for changeset 5693469198cd
mikejwre [Thu, 20 May 2010 16:00:20 -0700] rev 5515
Added tag jdk7-b94 for changeset 5693469198cd
Wed, 05 Jul 2017 17:13:12 +0200 Merge
duke [Wed, 05 Jul 2017 17:13:12 +0200] rev 5514
Merge
Wed, 26 May 2010 10:41:05 -0700 Merge
ohair [Wed, 26 May 2010 10:41:05 -0700] rev 5513
Merge
Tue, 25 May 2010 15:52:44 -0700 6943119: Rebrand source copyright notices
ohair [Tue, 25 May 2010 15:52:44 -0700] rev 5512
6943119: Rebrand source copyright notices Reviewed-by: darcy
Thu, 20 May 2010 16:00:20 -0700 Added tag jdk7-b94 for changeset 5cb1d1d6eaef
mikejwre [Thu, 20 May 2010 16:00:20 -0700] rev 5511
Added tag jdk7-b94 for changeset 5cb1d1d6eaef
Wed, 05 Jul 2017 17:13:06 +0200 Merge
duke [Wed, 05 Jul 2017 17:13:06 +0200] rev 5510
Merge
Thu, 20 May 2010 16:00:12 -0700 Added tag jdk7-b94 for changeset 955f6787b490
mikejwre [Thu, 20 May 2010 16:00:12 -0700] rev 5509
Added tag jdk7-b94 for changeset 955f6787b490
Wed, 05 Jul 2017 17:12:56 +0200 Merge
duke [Wed, 05 Jul 2017 17:12:56 +0200] rev 5508
Merge
Wed, 26 May 2010 10:45:19 -0700 Merge
ohair [Wed, 26 May 2010 10:45:19 -0700] rev 5507
Merge
Tue, 25 May 2010 15:58:33 -0700 6943119: Rebrand source copyright notices
ohair [Tue, 25 May 2010 15:58:33 -0700] rev 5506
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
Thu, 20 May 2010 16:00:25 -0700 Added tag jdk7-b94 for changeset 98087eafc189
mikejwre [Thu, 20 May 2010 16:00:25 -0700] rev 5505
Added tag jdk7-b94 for changeset 98087eafc189
Wed, 05 Jul 2017 17:12:23 +0200 Merge
duke [Wed, 05 Jul 2017 17:12:23 +0200] rev 5504
Merge
Fri, 21 May 2010 14:03:49 -0700 Merge
trims [Fri, 21 May 2010 14:03:49 -0700] rev 5503
Merge
Fri, 21 May 2010 14:01:44 -0700 Added tag hs19-b01 for changeset 727ea9be3ad4
trims [Fri, 21 May 2010 14:01:44 -0700] rev 5502
Added tag hs19-b01 for changeset 727ea9be3ad4
Thu, 20 May 2010 16:00:15 -0700 Added tag jdk7-b94 for changeset 84ace44cf876
mikejwre [Thu, 20 May 2010 16:00:15 -0700] rev 5501
Added tag jdk7-b94 for changeset 84ace44cf876
Wed, 26 May 2010 10:35:40 -0700 Merge
ohair [Wed, 26 May 2010 10:35:40 -0700] rev 5500
Merge
Tue, 25 May 2010 15:51:26 -0700 6943119: Rebrand source copyright notices
ohair [Tue, 25 May 2010 15:51:26 -0700] rev 5499
6943119: Rebrand source copyright notices Reviewed-by: darcy
Thu, 20 May 2010 16:00:11 -0700 Added tag jdk7-b94 for changeset dad5d1f3317b
mikejwre [Thu, 20 May 2010 16:00:11 -0700] rev 5498
Added tag jdk7-b94 for changeset dad5d1f3317b
Wed, 05 Jul 2017 17:12:14 +0200 Added tag jdk7-b94 for changeset 8bb281f0f915
duke [Wed, 05 Jul 2017 17:12:14 +0200] rev 5497
Added tag jdk7-b94 for changeset 8bb281f0f915
Wed, 05 Jul 2017 17:12:14 +0200 Merge jdk7-b94
duke [Wed, 05 Jul 2017 17:12:14 +0200] rev 5496
Merge
Wed, 05 Jul 2017 17:12:12 +0200 Merge
duke [Wed, 05 Jul 2017 17:12:12 +0200] rev 5495
Merge
Wed, 19 May 2010 12:28:31 -0700 Merge
lana [Wed, 19 May 2010 12:28:31 -0700] rev 5494
Merge
Tue, 11 May 2010 16:36:13 -0700 Merge
lana [Tue, 11 May 2010 16:36:13 -0700] rev 5493
Merge
Mon, 03 May 2010 17:12:59 -0700 6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore [Mon, 03 May 2010 17:12:59 -0700] rev 5492
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch') Reviewed-by: jjg, darcy
Sun, 02 May 2010 15:55:02 -0700 Merge
lana [Sun, 02 May 2010 15:55:02 -0700] rev 5491
Merge
Thu, 29 Apr 2010 14:25:47 -0700 6948251: need to quote args in langtools launcher script
jjg [Thu, 29 Apr 2010 14:25:47 -0700] rev 5490
6948251: need to quote args in langtools launcher script Reviewed-by: darcy
Wed, 21 Apr 2010 12:24:56 +0100 6730476: invalid "unchecked generic array" warning
mcimadamore [Wed, 21 Apr 2010 12:24:56 +0100] rev 5489
6730476: invalid "unchecked generic array" warning Summary: Reifiable-ness of varargs element type should be checked after JLS3 15.12.2.8 Reviewed-by: jjg
Thu, 13 May 2010 13:22:31 -0700 Added tag jdk7-b93 for changeset 19b9aa23e950
mikejwre [Thu, 13 May 2010 13:22:31 -0700] rev 5488
Added tag jdk7-b93 for changeset 19b9aa23e950
Wed, 05 Jul 2017 17:12:08 +0200 Merge
duke [Wed, 05 Jul 2017 17:12:08 +0200] rev 5487
Merge
Thu, 13 May 2010 13:22:17 -0700 Added tag jdk7-b93 for changeset cd6bd47caa4d
mikejwre [Thu, 13 May 2010 13:22:17 -0700] rev 5486
Added tag jdk7-b93 for changeset cd6bd47caa4d
Wed, 05 Jul 2017 17:12:05 +0200 Merge
duke [Wed, 05 Jul 2017 17:12:05 +0200] rev 5485
Merge
Thu, 13 May 2010 13:22:16 -0700 Added tag jdk7-b93 for changeset b698288c7b9b
mikejwre [Thu, 13 May 2010 13:22:16 -0700] rev 5484
Added tag jdk7-b93 for changeset b698288c7b9b
Wed, 05 Jul 2017 17:12:03 +0200 Merge
duke [Wed, 05 Jul 2017 17:12:03 +0200] rev 5483
Merge
Wed, 19 May 2010 12:25:44 -0700 Merge
lana [Wed, 19 May 2010 12:25:44 -0700] rev 5482
Merge
Tue, 11 May 2010 16:34:55 -0700 Merge
lana [Tue, 11 May 2010 16:34:55 -0700] rev 5481
Merge
Sun, 02 May 2010 15:49:15 -0700 Merge
lana [Sun, 02 May 2010 15:49:15 -0700] rev 5480
Merge
Sat, 24 Apr 2010 17:09:18 +0100 6939646: Remove obsolete com.sun.corba.se.internal.io package
alanb [Sat, 24 Apr 2010 17:09:18 +0100] rev 5479
6939646: Remove obsolete com.sun.corba.se.internal.io package Reviewed-by: ohair
Thu, 13 May 2010 13:22:09 -0700 Added tag jdk7-b93 for changeset ed71fb20ba0f
mikejwre [Thu, 13 May 2010 13:22:09 -0700] rev 5478
Added tag jdk7-b93 for changeset ed71fb20ba0f
Wed, 05 Jul 2017 17:11:59 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:59 +0200] rev 5477
Merge
Wed, 19 May 2010 20:16:33 -0700 Merge
mikejwre [Wed, 19 May 2010 20:16:33 -0700] rev 5476
Merge
Wed, 19 May 2010 09:46:11 -0700 Merge
prr [Wed, 19 May 2010 09:46:11 -0700] rev 5475
Merge
Wed, 19 May 2010 09:45:05 -0700 6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
prr [Wed, 19 May 2010 09:45:05 -0700] rev 5474
6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing Reviewed-by: ohair, art
Wed, 19 May 2010 12:27:47 -0700 Merge
lana [Wed, 19 May 2010 12:27:47 -0700] rev 5473
Merge
Tue, 18 May 2010 11:29:45 -0700 Merge
lana [Tue, 18 May 2010 11:29:45 -0700] rev 5472
Merge
Tue, 18 May 2010 19:35:41 +0400 6953275: Many Swing tests are failing because of a GTK lib
anthony [Tue, 18 May 2010 19:35:41 +0400] rev 5471
6953275: Many Swing tests are failing because of a GTK lib Reviewed-by: art, dcherepanov
Tue, 11 May 2010 16:35:36 -0700 Merge
lana [Tue, 11 May 2010 16:35:36 -0700] rev 5470
Merge
Sun, 09 May 2010 16:37:06 -0700 6937842: Unreadable \uXXXX in javadoc
martin [Sun, 09 May 2010 16:37:06 -0700] rev 5469
6937842: Unreadable \uXXXX in javadoc Summary: Replace \uXXXX by \u005CXXXX, or simply delete Reviewed-by: sherman
Sun, 09 May 2010 16:03:13 -0700 6937857: Concurrent calls to new Random() not random enough
martin [Sun, 09 May 2010 16:03:13 -0700] rev 5468
6937857: Concurrent calls to new Random() not random enough Summary: seed uniquifier should use an independent PRNG Reviewed-by: dl
Sun, 09 May 2010 00:59:49 -0700 6950540: PriorityQueue(collection) should throw NPE if collection contains a null
martin [Sun, 09 May 2010 00:59:49 -0700] rev 5467
6950540: PriorityQueue(collection) should throw NPE if collection contains a null Summary: Rewrite PriorityQueue constructors for best performance and error handling Reviewed-by: dholmes, chegar
Sun, 09 May 2010 00:59:30 -0700 6933217: Huge arrays handled poorly in core libraries
martin [Sun, 09 May 2010 00:59:30 -0700] rev 5466
6933217: Huge arrays handled poorly in core libraries Summary: Write overflow-conscious array resizing code Reviewed-by: chegar
Fri, 07 May 2010 16:11:13 +0100 6946673: DatagramSocket.connect() documentation contradicts the implementation
chegar [Fri, 07 May 2010 16:11:13 +0100] rev 5465
6946673: DatagramSocket.connect() documentation contradicts the implementation Reviewed-by: alanb
Fri, 07 May 2010 10:11:37 +0100 6947917: Error in basic authentication when user name and password are long
chegar [Fri, 07 May 2010 10:11:37 +0100] rev 5464
6947917: Error in basic authentication when user name and password are long Reviewed-by: weijun
Thu, 06 May 2010 17:17:09 +0100 6946825: com.sun.net.httpserver.HttpServer; Memory Leak on Non HTTP conform open socket
chegar [Thu, 06 May 2010 17:17:09 +0100] rev 5463
6946825: com.sun.net.httpserver.HttpServer; Memory Leak on Non HTTP conform open socket Reviewed-by: michaelm
Thu, 06 May 2010 13:42:52 +0800 6890876: jarsigner can add CRL info into signed jar
weijun [Thu, 06 May 2010 13:42:52 +0800] rev 5462
6890876: jarsigner can add CRL info into signed jar Reviewed-by: mullan
Thu, 06 May 2010 11:26:16 +0800 6948909: Jarsigner removes MANIFEST.MF info for badly packages jar's
weijun [Thu, 06 May 2010 11:26:16 +0800] rev 5461
6948909: Jarsigner removes MANIFEST.MF info for badly packages jar's Reviewed-by: mullan, xuelei
Wed, 05 May 2010 13:18:31 +0100 6886723: light weight http server doesn't return correct status code for HEAD requests
chegar [Wed, 05 May 2010 13:18:31 +0100] rev 5460
6886723: light weight http server doesn't return correct status code for HEAD requests Reviewed-by: michaelm
Sun, 02 May 2010 15:54:20 -0700 Merge
lana [Sun, 02 May 2010 15:54:20 -0700] rev 5459
Merge
Thu, 29 Apr 2010 15:51:10 +0800 6844193: support max_retries in krb5.conf
weijun [Thu, 29 Apr 2010 15:51:10 +0800] rev 5458
6844193: support max_retries in krb5.conf Reviewed-by: valeriep
Thu, 29 Apr 2010 15:50:40 +0800 6947487: use HexDumpEncoder.encodeBuffer()
weijun [Thu, 29 Apr 2010 15:50:40 +0800] rev 5457
6947487: use HexDumpEncoder.encodeBuffer() Reviewed-by: mullan
Tue, 27 Apr 2010 09:42:51 +0100 6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address
chegar [Tue, 27 Apr 2010 09:42:51 +0100] rev 5456
6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address Reviewed-by: alanb
Thu, 22 Apr 2010 12:45:36 +0800 6856069: PrincipalName.clone() does not invoke super.clone()
weijun [Thu, 22 Apr 2010 12:45:36 +0800] rev 5455
6856069: PrincipalName.clone() does not invoke super.clone() Reviewed-by: chegar
Tue, 11 May 2010 16:34:07 -0700 Merge
lana [Tue, 11 May 2010 16:34:07 -0700] rev 5454
Merge
Thu, 06 May 2010 12:57:30 +0400 6919629: Nimbus L&F Nimbus.Overrides option leaks significant amounts of memory
peterz [Thu, 06 May 2010 12:57:30 +0400] rev 5453
6919629: Nimbus L&F Nimbus.Overrides option leaks significant amounts of memory Reviewed-by: rupashka
Fri, 30 Apr 2010 11:03:38 -0700 Merge
lana [Fri, 30 Apr 2010 11:03:38 -0700] rev 5452
Merge
Thu, 29 Apr 2010 19:07:26 +0400 6899405: Specification for JLayer.setLayerEventMask() should mention that eventDispatch() might not be called
alexp [Thu, 29 Apr 2010 19:07:26 +0400] rev 5451
6899405: Specification for JLayer.setLayerEventMask() should mention that eventDispatch() might not be called Reviewed-by: peterz
Thu, 29 Apr 2010 18:56:26 +0400 6899453: Remove unnecessary methods from LayerUI
alexp [Thu, 29 Apr 2010 18:56:26 +0400] rev 5450
6899453: Remove unnecessary methods from LayerUI Reviewed-by: peterz
Thu, 29 Apr 2010 18:38:25 +0400 6899413: Fix for CR #6878399 should be refactored
alexp [Thu, 29 Apr 2010 18:38:25 +0400] rev 5449
6899413: Fix for CR #6878399 should be refactored Reviewed-by: peterz
Wed, 21 Apr 2010 18:12:21 +0400 6945316: The Win32ShellFolderManager2.isFileSystemRoot can throw NPE
rupashka [Wed, 21 Apr 2010 18:12:21 +0400] rev 5448
6945316: The Win32ShellFolderManager2.isFileSystemRoot can throw NPE Reviewed-by: alexp
Wed, 21 Apr 2010 10:34:56 +0900 6943963: NumericShaper with ARABIC doesn't shape digits correctly after calling another instance
peytoia [Wed, 21 Apr 2010 10:34:56 +0900] rev 5447
6943963: NumericShaper with ARABIC doesn't shape digits correctly after calling another instance Reviewed-by: okutsu
Tue, 11 May 2010 16:33:05 -0700 Merge
lana [Tue, 11 May 2010 16:33:05 -0700] rev 5446
Merge
Fri, 30 Apr 2010 17:03:15 -0700 Merge
lana [Fri, 30 Apr 2010 17:03:15 -0700] rev 5445
Merge
Wed, 28 Apr 2010 17:16:05 +0400 6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
anthony [Wed, 28 Apr 2010 17:16:05 +0400] rev 5444
6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros Summary: Introduce a GTK-based alternative implementation of the FileDialogPeer on X11 Reviewed-by: anthony, peterz Contributed-by: Costantino Cerbo <c.cerbo@gmail.com>
Tue, 27 Apr 2010 18:08:26 +0400 6880336: SwingWorker deadlocks due one thread in the swingworker-pool
art [Tue, 27 Apr 2010 18:08:26 +0400] rev 5443
6880336: SwingWorker deadlocks due one thread in the swingworker-pool Reviewed-by: dcherepanov, alexp
Thu, 13 May 2010 13:22:22 -0700 Added tag jdk7-b93 for changeset e415207ac256
mikejwre [Thu, 13 May 2010 13:22:22 -0700] rev 5442
Added tag jdk7-b93 for changeset e415207ac256
Wed, 05 Jul 2017 17:11:52 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:52 +0200] rev 5441
Merge
Wed, 19 May 2010 20:16:16 -0700 Merge
mikejwre [Wed, 19 May 2010 20:16:16 -0700] rev 5440
Merge
Wed, 19 May 2010 10:21:41 -0700 6953588: hotspot\src\share\vm\interpreter\bytecodes.cpp doesn't compile with VS2010 on AMD64
prr [Wed, 19 May 2010 10:21:41 -0700] rev 5439
6953588: hotspot\src\share\vm\interpreter\bytecodes.cpp doesn't compile with VS2010 on AMD64 Reviewed-by: dcubed
Tue, 18 May 2010 14:10:01 -0700 Merge
trims [Tue, 18 May 2010 14:10:01 -0700] rev 5438
Merge
Thu, 13 May 2010 17:10:32 -0700 Merge
trims [Thu, 13 May 2010 17:10:32 -0700] rev 5437
Merge
Thu, 13 May 2010 13:05:47 -0700 Merge
jcoomes [Thu, 13 May 2010 13:05:47 -0700] rev 5436
Merge
Wed, 12 May 2010 10:28:13 -0700 6951923: some uses of fatal1 were missed by 6888954
jcoomes [Wed, 12 May 2010 10:28:13 -0700] rev 5435
6951923: some uses of fatal1 were missed by 6888954 Reviewed-by: jcoomes Contributed-by: Gary Benson <gbenson@redhat.com>
Mon, 10 May 2010 12:31:52 -0700 6951188: CMS: move PromotionInfo into its own file
ysr [Mon, 10 May 2010 12:31:52 -0700] rev 5434
6951188: CMS: move PromotionInfo into its own file Summary: Moved PromotionInfo and friends into new files promotionInfo.{h,c}pp from their previous compactibleFreeListSpace.{h,c}pp home. Reviewed-by: apetrusenko
Mon, 03 May 2010 20:19:05 -0700 6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker
ysr [Mon, 03 May 2010 20:19:05 -0700] rev 5433
6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker Summary: GC-locker induced concurrent full gc should be asynchronous; policy now controlled by a separate flag, which defaults to false. Reviewed-by: jmasa
Mon, 03 May 2010 17:23:58 -0400 Merge
tonyp [Mon, 03 May 2010 17:23:58 -0400] rev 5432
Merge
Mon, 03 May 2010 10:24:51 -0700 6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT
ysr [Mon, 03 May 2010 10:24:51 -0700] rev 5431
6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT Summary: On sun4v/CMT avoid use of memset() in BOT updates so as to prevent concurrent BOT readers from seeing the phantom zeros arising from memset()'s use of BIS. Reviewed-by: jmasa, johnc, minqi, poonam, tonyp
Thu, 13 May 2010 14:47:21 -0700 6952178: Fork HS18 to HS19 - renumber Major and build numbers of JVM
trims [Thu, 13 May 2010 14:47:21 -0700] rev 5430
6952178: Fork HS18 to HS19 - renumber Major and build numbers of JVM Summary: Update the Major and build numbers for HS19 fork Reviewed-by: jcoomes
Thu, 13 May 2010 14:35:14 -0700 Merge
trims [Thu, 13 May 2010 14:35:14 -0700] rev 5429
Merge
Wed, 12 May 2010 22:06:02 -0700 Merge
jrose [Wed, 12 May 2010 22:06:02 -0700] rev 5428
Merge
Wed, 12 May 2010 03:49:52 -0700 6951784: Zero deoptimizer changes
twisti [Wed, 12 May 2010 03:49:52 -0700] rev 5427
6951784: Zero deoptimizer changes Summary: The way Zero currently handles deoptimization can lead to methods being freed while they are still being executed. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Tue, 11 May 2010 15:19:19 -0700 Merge
jrose [Tue, 11 May 2010 15:19:19 -0700] rev 5426
Merge
Fri, 07 May 2010 04:20:56 -0700 6950617: Zero/Shark interface updates
twisti [Fri, 07 May 2010 04:20:56 -0700] rev 5425
6950617: Zero/Shark interface updates Summary: Zero needs a couple of new methods to allow Shark to access the new frame anchor field. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Thu, 06 May 2010 02:09:18 -0700 6950178: Zero stack improvements
twisti [Thu, 06 May 2010 02:09:18 -0700] rev 5424
6950178: Zero stack improvements Summary: Moves the logic for determining the size of the Zero stack into the ZeroStack class. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Wed, 05 May 2010 05:57:21 -0700 6949830: 6939134 broke Zero
twisti [Wed, 05 May 2010 05:57:21 -0700] rev 5423
6949830: 6939134 broke Zero Summary: The commit for 6939134 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Tue, 04 May 2010 02:33:59 -0700 6949423: remove tagged stack interpreter for Zero
twisti [Tue, 04 May 2010 02:33:59 -0700] rev 5422
6949423: remove tagged stack interpreter for Zero Summary: Missed Zero changes for 6943304. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Sat, 01 May 2010 21:57:35 -0700 6939196: method handle signatures off the boot class path get linkage errors
jrose [Sat, 01 May 2010 21:57:35 -0700] rev 5421
6939196: method handle signatures off the boot class path get linkage errors Summary: Adjust MethodType lookup logic to search off the BCP, but not to cache those results Reviewed-by: twisti
Sat, 01 May 2010 02:42:18 -0700 6939134: JSR 292 adjustments to method handle invocation
jrose [Sat, 01 May 2010 02:42:18 -0700] rev 5420
6939134: JSR 292 adjustments to method handle invocation Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
Fri, 30 Apr 2010 08:37:24 -0700 6943304: remove tagged stack interpreter
twisti [Fri, 30 Apr 2010 08:37:24 -0700] rev 5419
6943304: remove tagged stack interpreter Reviewed-by: coleenp, never, gbenson
Fri, 30 Apr 2010 04:27:25 -0700 6939182: Zero JNI handles fix
twisti [Fri, 30 Apr 2010 04:27:25 -0700] rev 5418
6939182: Zero JNI handles fix Summary: Zero will exit with an error when invoked with -Xcheck:jni. Reviewed-by: twisti, kamg Contributed-by: Gary Benson <gbenson@redhat.com>
Thu, 29 Apr 2010 17:53:58 -0700 6948602: Disable use of SSE4.2 in String.indexOf intrinsic until 6942326 is fixed
iveresov [Thu, 29 Apr 2010 17:53:58 -0700] rev 5417
6948602: Disable use of SSE4.2 in String.indexOf intrinsic until 6942326 is fixed Summary: Disable the use of pcmpestri until it can be guaranteed that the load doesn't cross in to the uncommited space. See 6942326. Reviewed-by: never, kvn
Thu, 29 Apr 2010 06:30:25 -0700 6829193: JSR 292 needs to support SPARC
twisti [Thu, 29 Apr 2010 06:30:25 -0700] rev 5416
6829193: JSR 292 needs to support SPARC Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC. Reviewed-by: kvn, never, jrose
Tue, 11 May 2010 17:41:11 -0700 Merge
dcubed [Tue, 11 May 2010 17:41:11 -0700] rev 5415
Merge
Mon, 10 May 2010 13:09:44 -0700 Merge
dcubed [Mon, 10 May 2010 13:09:44 -0700] rev 5414
Merge
Wed, 05 May 2010 16:39:47 -0700 Merge
dcubed [Wed, 05 May 2010 16:39:47 -0700] rev 5413
Merge
Wed, 05 May 2010 09:28:13 -0400 6949118: jvm.dll shows the company name as Sun Microsystems
kamg [Wed, 05 May 2010 09:28:13 -0400] rev 5412
6949118: jvm.dll shows the company name as Sun Microsystems Summary: Changed to "Oracle Corporation" Reviewed-by: coleenp, dcubed
Tue, 04 May 2010 15:12:08 -0400 6935118: UseCompressedOops modification in methodOopDesc::sort_methods() causes JCK timeout
coleenp [Tue, 04 May 2010 15:12:08 -0400] rev 5411
6935118: UseCompressedOops modification in methodOopDesc::sort_methods() causes JCK timeout Summary: Add comparison functions for compressed oops to use bubblesort. Reviewed-by: never, coleenp Contributed-by: volker.simonis@gmail.com
Mon, 19 Apr 2010 18:58:31 -0400 6944822: Fix for 6938627 exposes problem with hard-coded buffer sizes
coleenp [Mon, 19 Apr 2010 18:58:31 -0400] rev 5410
6944822: Fix for 6938627 exposes problem with hard-coded buffer sizes Summary: Make tmpdir buffer sizes MAX_PATH+1 Reviewed-by: dholmes, coleenp Contributed-by: andreas.kohn@fredhopper.com
Mon, 10 May 2010 14:58:38 -0700 6951190: assert(!klass_is_exact(),"only non-exact klass") while building JDK
never [Mon, 10 May 2010 14:58:38 -0700] rev 5409
6951190: assert(!klass_is_exact(),"only non-exact klass") while building JDK Reviewed-by: kvn
Fri, 07 May 2010 15:13:00 -0700 Added tag hs18-b04 for changeset 31ba466ddb99
trims [Fri, 07 May 2010 15:13:00 -0700] rev 5408
Added tag hs18-b04 for changeset 31ba466ddb99
Fri, 07 May 2010 15:12:28 -0700 Merge
trims [Fri, 07 May 2010 15:12:28 -0700] rev 5407
Merge
Thu, 06 May 2010 13:03:03 -0700 Merge
trims [Thu, 06 May 2010 13:03:03 -0700] rev 5406
Merge
Thu, 06 May 2010 12:46:21 -0700 6950438: Add 6u18 and 6u20 release values explicitly to jprt.properties file
trims [Thu, 06 May 2010 12:46:21 -0700] rev 5405
6950438: Add 6u18 and 6u20 release values explicitly to jprt.properties file Summary: modify jprt.properties to allow JPRT to use 6u18 and 6u18 targets Reviewed-by: ohair
Mon, 03 May 2010 16:31:07 -0400 Merge
tonyp [Mon, 03 May 2010 16:31:07 -0400] rev 5404
Merge
Thu, 22 Apr 2010 13:23:15 -0700 6888954: argument formatting for assert() and friends
jcoomes [Thu, 22 Apr 2010 13:23:15 -0700] rev 5403
6888954: argument formatting for assert() and friends Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
Sun, 11 Oct 2009 16:19:25 -0700 6888953: some calls to function-like macros are missing semicolons
jcoomes [Sun, 11 Oct 2009 16:19:25 -0700] rev 5402
6888953: some calls to function-like macros are missing semicolons Reviewed-by: pbk, kvn
Tue, 27 Apr 2010 18:13:47 -0700 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
johnc [Tue, 27 Apr 2010 18:13:47 -0700] rev 5401
6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295 Summary: frame::interpreter_frame_monitor_end() will spuriously assert for a frame that spans 0x80000000. Cast values to intptr_t* (rather than intptr_t) so that an unsigned pointer compare is performed. Reviewed-by: never, jcoomes, pbk
Thu, 13 May 2010 13:22:12 -0700 Added tag jdk7-b93 for changeset 886a48579400
mikejwre [Thu, 13 May 2010 13:22:12 -0700] rev 5400
Added tag jdk7-b93 for changeset 886a48579400
Wed, 19 May 2010 20:16:11 -0700 Merge
mikejwre [Wed, 19 May 2010 20:16:11 -0700] rev 5399
Merge
Wed, 19 May 2010 09:46:35 -0700 Merge
prr [Wed, 19 May 2010 09:46:35 -0700] rev 5398
Merge
Wed, 19 May 2010 09:44:19 -0700 6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
prr [Wed, 19 May 2010 09:44:19 -0700] rev 5397
6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing Reviewed-by: ohair, art
Thu, 13 May 2010 13:22:08 -0700 Added tag jdk7-b93 for changeset 30b170e85ca5
mikejwre [Thu, 13 May 2010 13:22:08 -0700] rev 5396
Added tag jdk7-b93 for changeset 30b170e85ca5
Wed, 05 Jul 2017 17:11:37 +0200 Added tag jdk7-b93 for changeset b5dab6a313fd
duke [Wed, 05 Jul 2017 17:11:37 +0200] rev 5395
Added tag jdk7-b93 for changeset b5dab6a313fd
Wed, 05 Jul 2017 17:11:37 +0200 Merge jdk7-b93
duke [Wed, 05 Jul 2017 17:11:37 +0200] rev 5394
Merge
Wed, 05 Jul 2017 17:11:34 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:34 +0200] rev 5393
Merge
Thu, 06 May 2010 18:26:18 -0700 Added tag jdk7-b92 for changeset f6dc4589a315
mikejwre [Thu, 06 May 2010 18:26:18 -0700] rev 5392
Added tag jdk7-b92 for changeset f6dc4589a315
Wed, 05 Jul 2017 17:11:32 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:32 +0200] rev 5391
Merge
Thu, 06 May 2010 18:26:03 -0700 Added tag jdk7-b92 for changeset dc292c44a947
mikejwre [Thu, 06 May 2010 18:26:03 -0700] rev 5390
Added tag jdk7-b92 for changeset dc292c44a947
Wed, 05 Jul 2017 17:11:30 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:30 +0200] rev 5389
Merge
Thu, 06 May 2010 18:26:03 -0700 Added tag jdk7-b92 for changeset 34f8f501f771
mikejwre [Thu, 06 May 2010 18:26:03 -0700] rev 5388
Added tag jdk7-b92 for changeset 34f8f501f771
Wed, 05 Jul 2017 17:11:28 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:28 +0200] rev 5387
Merge
Wed, 12 May 2010 17:19:35 -0700 Merge
mikejwre [Wed, 12 May 2010 17:19:35 -0700] rev 5386
Merge
Tue, 11 May 2010 14:35:21 -0700 6931180: Migration to recent versions of MS Platform SDK
prr [Tue, 11 May 2010 14:35:21 -0700] rev 5385
6931180: Migration to recent versions of MS Platform SDK Summary: Changes to enable building JDK7 with Microsoft Visual Studio 2010 Reviewed-by: ohair, art, ccheung, dcubed
Thu, 06 May 2010 18:25:55 -0700 Added tag jdk7-b92 for changeset e5dbe15cfee0
mikejwre [Thu, 06 May 2010 18:25:55 -0700] rev 5384
Added tag jdk7-b92 for changeset e5dbe15cfee0
Wed, 05 Jul 2017 17:11:25 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:25 +0200] rev 5383
Merge
Wed, 12 May 2010 17:19:58 -0700 Merge
mikejwre [Wed, 12 May 2010 17:19:58 -0700] rev 5382
Merge
Tue, 11 May 2010 14:36:10 -0700 6931180: Migration to recent versions of MS Platform SDK
prr [Tue, 11 May 2010 14:36:10 -0700] rev 5381
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 Summary: Changes to enable building JDK7 with Microsoft Visual Studio 2010 Reviewed-by: ohair, art, ccheung, dcubed
Thu, 06 May 2010 18:26:09 -0700 Added tag jdk7-b92 for changeset d36af409752e
mikejwre [Thu, 06 May 2010 18:26:09 -0700] rev 5380
Added tag jdk7-b92 for changeset d36af409752e
Wed, 05 Jul 2017 17:11:22 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:22 +0200] rev 5379
Merge
Wed, 12 May 2010 17:19:41 -0700 Merge
mikejwre [Wed, 12 May 2010 17:19:41 -0700] rev 5378
Merge
Tue, 11 May 2010 14:35:43 -0700 6931180: Migration to recent versions of MS Platform SDK
prr [Tue, 11 May 2010 14:35:43 -0700] rev 5377
6931180: Migration to recent versions of MS Platform SDK 6951582: Build problems on win64 Summary: Changes to enable building JDK7 with Microsoft Visual Studio 2010 Reviewed-by: ohair, art, ccheung, dcubed
Thu, 06 May 2010 18:25:58 -0700 Added tag jdk7-b92 for changeset 8f63b4408306
mikejwre [Thu, 06 May 2010 18:25:58 -0700] rev 5376
Added tag jdk7-b92 for changeset 8f63b4408306
Wed, 12 May 2010 17:19:34 -0700 Merge
mikejwre [Wed, 12 May 2010 17:19:34 -0700] rev 5375
Merge
Tue, 11 May 2010 14:31:42 -0700 6931180: Migration to recent versions of MS Platform SDK
prr [Tue, 11 May 2010 14:31:42 -0700] rev 5374
6931180: Migration to recent versions of MS Platform SDK Summary: Changes to enable building JDK7 with Microsoft Visual Studio 2010 Reviewed-by: ohair, art, ccheung, dcubed
Thu, 06 May 2010 18:25:54 -0700 Added tag jdk7-b92 for changeset 6cd754e132a2
mikejwre [Thu, 06 May 2010 18:25:54 -0700] rev 5373
Added tag jdk7-b92 for changeset 6cd754e132a2
Wed, 05 Jul 2017 17:11:12 +0200 Added tag jdk7-b92 for changeset ff9031a745d9
duke [Wed, 05 Jul 2017 17:11:12 +0200] rev 5372
Added tag jdk7-b92 for changeset ff9031a745d9
Wed, 05 Jul 2017 17:11:12 +0200 Merge jdk7-b92
duke [Wed, 05 Jul 2017 17:11:12 +0200] rev 5371
Merge
Wed, 05 Jul 2017 17:11:09 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:09 +0200] rev 5370
Merge
Thu, 29 Apr 2010 14:33:03 -0700 Added tag jdk7-b91 for changeset cdc146f667c7
mikejwre [Thu, 29 Apr 2010 14:33:03 -0700] rev 5369
Added tag jdk7-b91 for changeset cdc146f667c7
Wed, 05 Jul 2017 17:11:07 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:07 +0200] rev 5368
Merge
Thu, 29 Apr 2010 14:32:48 -0700 Added tag jdk7-b91 for changeset e675c1f4d97e
mikejwre [Thu, 29 Apr 2010 14:32:48 -0700] rev 5367
Added tag jdk7-b91 for changeset e675c1f4d97e
Wed, 05 Jul 2017 17:11:04 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:04 +0200] rev 5366
Merge
Thu, 29 Apr 2010 14:32:48 -0700 Added tag jdk7-b91 for changeset d93fc4179dc2
mikejwre [Thu, 29 Apr 2010 14:32:48 -0700] rev 5365
Added tag jdk7-b91 for changeset d93fc4179dc2
Wed, 05 Jul 2017 17:11:02 +0200 Merge
duke [Wed, 05 Jul 2017 17:11:02 +0200] rev 5364
Merge
Thu, 29 Apr 2010 14:32:40 -0700 Added tag jdk7-b91 for changeset acab8ba96315
mikejwre [Thu, 29 Apr 2010 14:32:40 -0700] rev 5363
Added tag jdk7-b91 for changeset acab8ba96315
Wed, 05 Jul 2017 17:10:59 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:59 +0200] rev 5362
Merge
Thu, 29 Apr 2010 14:32:53 -0700 Added tag jdk7-b91 for changeset bafb4ec71cd3
mikejwre [Thu, 29 Apr 2010 14:32:53 -0700] rev 5361
Added tag jdk7-b91 for changeset bafb4ec71cd3
Wed, 05 Jul 2017 17:10:57 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:57 +0200] rev 5360
Merge
Tue, 04 May 2010 12:25:39 -0700 Added tag hs18-b03 for changeset d5db8102090b
trims [Tue, 04 May 2010 12:25:39 -0700] rev 5359
Added tag hs18-b03 for changeset d5db8102090b
Tue, 04 May 2010 12:23:38 -0700 Merge
trims [Tue, 04 May 2010 12:23:38 -0700] rev 5358
Merge
Thu, 29 Apr 2010 15:47:28 -0700 6948636: Bump the HS18 build number to 04
trims [Thu, 29 Apr 2010 15:47:28 -0700] rev 5357
6948636: Bump the HS18 build number to 04 Summary: Update the HS18 build number to 04 Reviewed-by: jcoomes
Thu, 29 Apr 2010 15:18:27 -0700 Merge
trims [Thu, 29 Apr 2010 15:18:27 -0700] rev 5356
Merge
Thu, 29 Apr 2010 00:03:40 -0700 Merge
jrose [Thu, 29 Apr 2010 00:03:40 -0700] rev 5355
Merge
Tue, 27 Apr 2010 11:19:12 -0700 6946892: c1 shouldn't sign-extend to upper 32bits on x64
iveresov [Tue, 27 Apr 2010 11:19:12 -0700] rev 5354
6946892: c1 shouldn't sign-extend to upper 32bits on x64 Summary: c1 does sign-extension when it loads ints and shorts from memory to 64-bit registers. This causes problems for c2 because it relies on the fact the int passed in a 64-bit register is zero-extended. Reviewed-by: never
Mon, 26 Apr 2010 23:59:45 -0700 6943485: JVMTI always on capabilities change code generation too much
never [Mon, 26 Apr 2010 23:59:45 -0700] rev 5353
6943485: JVMTI always on capabilities change code generation too much Reviewed-by: twisti, dcubed
Mon, 26 Apr 2010 11:27:21 -0700 6946040: add intrinsic for short and char reverseBytes
never [Mon, 26 Apr 2010 11:27:21 -0700] rev 5352
6946040: add intrinsic for short and char reverseBytes Reviewed-by: never, twisti Contributed-by: Hiroshi Yamauchi <yamauchi@google.com>
Mon, 26 Apr 2010 18:01:55 -0400 Merge
tonyp [Mon, 26 Apr 2010 18:01:55 -0400] rev 5351
Merge
Thu, 22 Apr 2010 10:02:38 -0700 6819061: G1: eliminate serial Other times that are proportional to the collection set length
johnc [Thu, 22 Apr 2010 10:02:38 -0700] rev 5350
6819061: G1: eliminate serial Other times that are proportional to the collection set length 6871109: G1: remove the concept of the scan only prefix Summary: Removed scan only regions and associated code. The young portion of the collection set is now constructed incrementally - when a young region is retired as the current allocation region it is added to the collection set. Reviewed-by: apetrusenko, iveresov, tonyp
Mon, 19 Apr 2010 05:40:21 -0700 Merge
kevinw [Mon, 19 Apr 2010 05:40:21 -0700] rev 5349
Merge
Fri, 16 Apr 2010 17:36:37 +0100 6897143: Stress test crashes during HeapInspection using ParallelGC.
kevinw [Fri, 16 Apr 2010 17:36:37 +0100] rev 5348
6897143: Stress test crashes during HeapInspection using ParallelGC. Summary: ensure_parsability() must be called even if GC_locker prevents GC. Reviewed-by: ysr, chrisphi
Fri, 16 Apr 2010 08:48:16 -0700 6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
apetrusenko [Fri, 16 Apr 2010 08:48:16 -0700] rev 5347
6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize Summary: Replaces the G1-specific parameter with the existing ones that are used by the other GCs (YoungPLABSize and OldPLABSize) Reviewed-by: tonyp, johnc
Thu, 15 Apr 2010 18:45:30 -0400 6939027: G1: assertion failure during the concurrent phase of cleanup
tonyp [Thu, 15 Apr 2010 18:45:30 -0400] rev 5346
6939027: G1: assertion failure during the concurrent phase of cleanup Summary: 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
Thu, 15 Apr 2010 15:52:55 -0700 6943926: G1: Integer overflow during heap region verification
johnc [Thu, 15 Apr 2010 15:52:55 -0700] rev 5345
6943926: G1: Integer overflow during heap region verification Summary: 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
Tue, 30 Mar 2010 15:43:03 -0400 6937142: G1: improvements to debugging output (S-M)
tonyp [Tue, 30 Mar 2010 15:43:03 -0400] rev 5344
6937142: G1: improvements to debugging output (S-M) Summary: Various fixes to the G1 debugging output. Reviewed-by: johnc, iveresov
Tue, 13 Apr 2010 13:52:10 -0700 6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit.
jmasa [Tue, 13 Apr 2010 13:52:10 -0700] rev 5343
6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit. Summary: Ensure a full GC that clears SoftReferences before throwing an out-of-memory Reviewed-by: ysr, jcoomes
Wed, 21 Apr 2010 01:13:15 -0700 Merge
jrose [Wed, 21 Apr 2010 01:13:15 -0700] rev 5342
Merge
Tue, 20 Apr 2010 13:26:33 -0700 6945219: minor SA fixes
never [Tue, 20 Apr 2010 13:26:33 -0700] rev 5341
6945219: minor SA fixes Reviewed-by: twisti
Mon, 19 Apr 2010 02:13:06 -0700 6944503: Improved Zero crash dump
twisti [Mon, 19 Apr 2010 02:13:06 -0700] rev 5340
6944503: Improved Zero crash dump Summary: With Zero on a GC crash the stack was dumped differently to other crashes. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Fri, 16 Apr 2010 05:05:53 -0700 6944473: 6941224 misses new files
twisti [Fri, 16 Apr 2010 05:05:53 -0700] rev 5339
6944473: 6941224 misses new files Summary: Two new files are missing in the push for 6941224. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Fri, 16 Apr 2010 02:59:34 -0700 Merge
twisti [Fri, 16 Apr 2010 02:59:34 -0700] rev 5338
Merge
Thu, 15 Apr 2010 03:13:56 -0700 6944028: 6940701 broke Zero
twisti [Thu, 15 Apr 2010 03:13:56 -0700] rev 5337
6944028: 6940701 broke Zero Summary: The fix for 6940701 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Fri, 16 Apr 2010 00:52:45 -0700 Merge
twisti [Fri, 16 Apr 2010 00:52:45 -0700] rev 5336
Merge
Thu, 15 Apr 2010 02:40:12 -0700 6941224: Improved stack overflow handling for Zero
twisti [Thu, 15 Apr 2010 02:40:12 -0700] rev 5335
6941224: Improved stack overflow handling for Zero Summary: Adding stack overflow checking to Shark brought to light a bunch of deficiencies in Zero's stack overflow code. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Thu, 15 Apr 2010 18:14:49 -0700 6939930: exception unwind changes in 6919934 hurts compilation speed
never [Thu, 15 Apr 2010 18:14:49 -0700] rev 5334
6939930: exception unwind changes in 6919934 hurts compilation speed Reviewed-by: twisti
Wed, 14 Apr 2010 15:30:13 -0700 6938026: C2 compiler fails in Node::rematerialize()const
never [Wed, 14 Apr 2010 15:30:13 -0700] rev 5333
6938026: C2 compiler fails in Node::rematerialize()const Reviewed-by: twisti
Thu, 29 Apr 2010 14:32:43 -0700 Added tag jdk7-b91 for changeset c5092b6d8193
mikejwre [Thu, 29 Apr 2010 14:32:43 -0700] rev 5332
Added tag jdk7-b91 for changeset c5092b6d8193
Thu, 29 Apr 2010 14:32:39 -0700 Added tag jdk7-b91 for changeset cc69164423eb
mikejwre [Thu, 29 Apr 2010 14:32:39 -0700] rev 5331
Added tag jdk7-b91 for changeset cc69164423eb
Wed, 05 Jul 2017 17:10:46 +0200 Added tag jdk7-b91 for changeset 308ad8f68b8d
duke [Wed, 05 Jul 2017 17:10:46 +0200] rev 5330
Added tag jdk7-b91 for changeset 308ad8f68b8d
Wed, 05 Jul 2017 17:10:46 +0200 Merge jdk7-b91
duke [Wed, 05 Jul 2017 17:10:46 +0200] rev 5329
Merge
Wed, 05 Jul 2017 17:10:44 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:44 +0200] rev 5328
Merge
Thu, 29 Apr 2010 14:10:24 -0700 Merge
mikejwre [Thu, 29 Apr 2010 14:10:24 -0700] rev 5327
Merge
Thu, 22 Apr 2010 16:54:44 -0700 Added tag jdk7-b90 for changeset e04dfc23e480
mikejwre [Thu, 22 Apr 2010 16:54:44 -0700] rev 5326
Added tag jdk7-b90 for changeset e04dfc23e480
Wed, 28 Apr 2010 20:04:59 -0700 Merge
mikejwre [Wed, 28 Apr 2010 20:04:59 -0700] rev 5325
Merge
Tue, 20 Apr 2010 01:30:04 -0700 Merge
yhuang [Tue, 20 Apr 2010 01:30:04 -0700] rev 5324
Merge
Sun, 11 Apr 2010 23:24:24 -0700 6875904: Java 7 message synchronization 1
yhuang [Sun, 11 Apr 2010 23:24:24 -0700] rev 5323
6875904: Java 7 message synchronization 1 Reviewed-by: ogino, faryad
Sat, 17 Apr 2010 08:12:45 -0700 Merge
lana [Sat, 17 Apr 2010 08:12:45 -0700] rev 5322
Merge
Wed, 14 Apr 2010 12:31:55 +0100 6939620: Switch to 'complex' diamond inference scheme
mcimadamore [Wed, 14 Apr 2010 12:31:55 +0100] rev 5321
6939620: Switch to 'complex' diamond inference scheme Summary: Implement new inference scheme for diamond operator that takes into account type of actual arguments supplied to constructor Reviewed-by: jjg, darcy
Wed, 14 Apr 2010 12:23:29 +0100 6939618: Revert 'simple' diamond implementation
mcimadamore [Wed, 14 Apr 2010 12:23:29 +0100] rev 5320
6939618: Revert 'simple' diamond implementation Summary: backout changeset for 6840638 Reviewed-by: jjg
Fri, 09 Apr 2010 15:39:39 -0700 6942649: add hidden option to identify location and version of javac classes
jjg [Fri, 09 Apr 2010 15:39:39 -0700] rev 5319
6942649: add hidden option to identify location and version of javac classes Reviewed-by: darcy
Wed, 05 Jul 2017 17:10:40 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:40 +0200] rev 5318
Merge
Thu, 22 Apr 2010 16:54:28 -0700 Added tag jdk7-b90 for changeset ab2911ce6db7
mikejwre [Thu, 22 Apr 2010 16:54:28 -0700] rev 5317
Added tag jdk7-b90 for changeset ab2911ce6db7
Wed, 05 Jul 2017 17:10:38 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:38 +0200] rev 5316
Merge
Thu, 22 Apr 2010 16:54:28 -0700 Added tag jdk7-b90 for changeset 785ad20ceb84
mikejwre [Thu, 22 Apr 2010 16:54:28 -0700] rev 5315
Added tag jdk7-b90 for changeset 785ad20ceb84
Wed, 05 Jul 2017 17:10:36 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:36 +0200] rev 5314
Merge
Thu, 22 Apr 2010 16:54:19 -0700 Added tag jdk7-b90 for changeset 637841d87234
mikejwre [Thu, 22 Apr 2010 16:54:19 -0700] rev 5313
Added tag jdk7-b90 for changeset 637841d87234
Wed, 05 Jul 2017 17:10:34 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:34 +0200] rev 5312
Merge
Thu, 29 Apr 2010 13:53:09 -0700 Merge
mikejwre [Thu, 29 Apr 2010 13:53:09 -0700] rev 5311
Merge
Thu, 22 Apr 2010 16:54:34 -0700 Added tag jdk7-b90 for changeset 89baf99a5e06
mikejwre [Thu, 22 Apr 2010 16:54:34 -0700] rev 5310
Added tag jdk7-b90 for changeset 89baf99a5e06
Wed, 28 Apr 2010 20:04:33 -0700 Merge
mikejwre [Wed, 28 Apr 2010 20:04:33 -0700] rev 5309
Merge
Tue, 20 Apr 2010 01:24:48 -0700 Merge
yhuang [Tue, 20 Apr 2010 01:24:48 -0700] rev 5308
Merge
Sun, 11 Apr 2010 23:21:23 -0700 6875904: Java 7 message synchronization 1
yhuang [Sun, 11 Apr 2010 23:21:23 -0700] rev 5307
6875904: Java 7 message synchronization 1 Reviewed-by: ogino, faryad
Sun, 11 Apr 2010 21:04:45 -0700 Merge
yhuang [Sun, 11 Apr 2010 21:04:45 -0700] rev 5306
Merge
Thu, 11 Feb 2010 20:59:09 -0800 6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03
yhuang [Thu, 11 Feb 2010 20:59:09 -0800] rev 5305
6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03 Reviewed-by: yhuang, peytoia
Wed, 27 Jan 2010 23:19:28 -0800 6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
yhuang [Wed, 27 Jan 2010 23:19:28 -0800] rev 5304
6919624: minimalDaysInFirstWeek ressource for hungarian is wrong Reviewed-by: yhuang, peytoia
Thu, 21 Jan 2010 22:05:31 -0800 6916787: Ukrainian currency name needs to be fixed
yhuang [Thu, 21 Jan 2010 22:05:31 -0800] rev 5303
6916787: Ukrainian currency name needs to be fixed Reviewed-by: yhuang, peytoia
Tue, 20 Apr 2010 16:51:13 -0700 Merge
lana [Tue, 20 Apr 2010 16:51:13 -0700] rev 5302
Merge
Tue, 20 Apr 2010 14:24:06 -0700 6945604: wrong error message in CardImpl.java
wetmore [Tue, 20 Apr 2010 14:24:06 -0700] rev 5301
6945604: wrong error message in CardImpl.java Reviewed-by: mullan
Tue, 20 Apr 2010 19:30:31 +0800 6944847: native gss lib names on linux
weijun [Tue, 20 Apr 2010 19:30:31 +0800] rev 5300
6944847: native gss lib names on linux Reviewed-by: valeriep
Sat, 17 Apr 2010 08:12:00 -0700 Merge
lana [Sat, 17 Apr 2010 08:12:00 -0700] rev 5299
Merge
Fri, 16 Apr 2010 09:54:13 +0100 6944361: Missing CKR_ values in PKCS11Exception
andrew [Fri, 16 Apr 2010 09:54:13 +0100] rev 5298
6944361: Missing CKR_ values in PKCS11Exception Summary: Allow native NSS errors to be observed and correctly reported Reviewed-by: wetmore, valeriep
Fri, 16 Apr 2010 10:13:23 +0800 6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
weijun [Fri, 16 Apr 2010 10:13:23 +0800] rev 5297
6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly Reviewed-by: xuelei, mullan
Fri, 16 Apr 2010 10:06:07 +0800 6937978: let keytool -gencert generate the chain
weijun [Fri, 16 Apr 2010 10:06:07 +0800] rev 5296
6937978: let keytool -gencert generate the chain Reviewed-by: mullan
Thu, 15 Apr 2010 17:00:55 -0700 6931676: TEST_BUG: wrong value for bugid in comments
sherman [Thu, 15 Apr 2010 17:00:55 -0700] rev 5295
6931676: TEST_BUG: wrong value for bugid in comments Summary: update to the correct bugid Reviewed-by: martin
Thu, 15 Apr 2010 16:37:16 +0100 6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux
chegar [Thu, 15 Apr 2010 16:37:16 +0100] rev 5294
6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux Reviewed-by: andrew
Tue, 13 Apr 2010 12:02:06 +0100 6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
chegar [Tue, 13 Apr 2010 12:02:06 +0100] rev 5293
6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String Reviewed-by: alanb, michaelm, andrew
Mon, 12 Apr 2010 15:53:20 -0700 Merge
valeriep [Mon, 12 Apr 2010 15:53:20 -0700] rev 5292
Merge
Wed, 07 Apr 2010 17:20:11 -0700 6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker
valeriep [Wed, 07 Apr 2010 17:20:11 -0700] rev 5291
6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker Summary: Removed the finalize() methods and use PhantomReference in Session to do auto clean up. Reviewed-by: wetmore
Mon, 12 Apr 2010 10:57:07 -0700 6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints
sherman [Mon, 12 Apr 2010 10:57:07 -0700] rev 5290
6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints Summary: updated the Big5.map table to add 5 entries Reviewed-by: okutsu
Sat, 10 Apr 2010 09:13:12 +0800 6941936: Broken pipe error of test case DNSIdentities.java
xuelei [Sat, 10 Apr 2010 09:13:12 +0800] rev 5289
6941936: Broken pipe error of test case DNSIdentities.java Reviewed-by: chegar
Fri, 09 Apr 2010 07:21:46 -0700 6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown
mullan [Fri, 09 Apr 2010 07:21:46 -0700] rev 5288
6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown Summary: Fix for 6633872 causes NPE due to uninitialised ProtectionDomain class Reviewed-by: andrew
Tue, 20 Apr 2010 16:50:10 -0700 Merge
lana [Tue, 20 Apr 2010 16:50:10 -0700] rev 5287
Merge
Tue, 20 Apr 2010 15:01:31 +0900 6945238: (tz) Support tzdata2010i
peytoia [Tue, 20 Apr 2010 15:01:31 +0900] rev 5286
6945238: (tz) Support tzdata2010i Reviewed-by: okutsu
Mon, 19 Apr 2010 14:48:46 -0700 6943941: Rebranding issues with some tests in jdk/test/java/util
naoto [Mon, 19 Apr 2010 14:48:46 -0700] rev 5285
6943941: Rebranding issues with some tests in jdk/test/java/util Reviewed-by: ohair
Fri, 16 Apr 2010 13:05:14 +0400 6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified
rupashka [Fri, 16 Apr 2010 13:05:14 +0400] rev 5284
6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified Reviewed-by: alexp
Fri, 16 Apr 2010 15:53:18 +0900 6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone
okutsu [Fri, 16 Apr 2010 15:53:18 +0900] rev 5283
6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone Reviewed-by: peytoia
Thu, 15 Apr 2010 11:51:48 -0700 Merge
lana [Thu, 15 Apr 2010 11:51:48 -0700] rev 5282
Merge
Wed, 14 Apr 2010 13:53:17 +0900 6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC
okutsu [Wed, 14 Apr 2010 13:53:17 +0900] rev 5281
6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC Reviewed-by: peytoia
Tue, 13 Apr 2010 13:47:54 +0900 6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later.
peytoia [Tue, 13 Apr 2010 13:47:54 +0900] rev 5280
6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later. Reviewed-by: okutsu
Tue, 20 Apr 2010 16:48:56 -0700 Merge
lana [Tue, 20 Apr 2010 16:48:56 -0700] rev 5279
Merge
Thu, 15 Apr 2010 15:19:02 -0700 Merge
lana [Thu, 15 Apr 2010 15:19:02 -0700] rev 5278
Merge
Wed, 14 Apr 2010 15:28:37 +0400 6920842: Wheel events do not bubbling to the browser if they was not treated in applet.
uta [Wed, 14 Apr 2010 15:28:37 +0400] rev 5277
6920842: Wheel events do not bubbling to the browser if they was not treated in applet. Reviewed-by: art, anthony, peterz
Tue, 20 Apr 2010 16:47:22 -0700 Merge
lana [Tue, 20 Apr 2010 16:47:22 -0700] rev 5276
Merge
Tue, 20 Apr 2010 11:06:47 +0400 6936389: FontManager.fileCloser may cause memory leak in applets
bae [Tue, 20 Apr 2010 11:06:47 +0400] rev 5275
6936389: FontManager.fileCloser may cause memory leak in applets Reviewed-by: igor, prr, ant
Wed, 05 Jul 2017 17:10:25 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:25 +0200] rev 5274
Merge
Thu, 22 Apr 2010 16:54:23 -0700 Added tag jdk7-b90 for changeset f1a81d71d1c6
mikejwre [Thu, 22 Apr 2010 16:54:23 -0700] rev 5273
Added tag jdk7-b90 for changeset f1a81d71d1c6
Thu, 22 Apr 2010 16:54:18 -0700 Added tag jdk7-b90 for changeset ffbb10639cc8
mikejwre [Thu, 22 Apr 2010 16:54:18 -0700] rev 5272
Added tag jdk7-b90 for changeset ffbb10639cc8
Wed, 05 Jul 2017 17:10:17 +0200 Added tag jdk7-b90 for changeset 1d1927f9ec09
duke [Wed, 05 Jul 2017 17:10:17 +0200] rev 5271
Added tag jdk7-b90 for changeset 1d1927f9ec09
Wed, 05 Jul 2017 17:10:17 +0200 Merge jdk7-b90
duke [Wed, 05 Jul 2017 17:10:17 +0200] rev 5270
Merge
Wed, 05 Jul 2017 17:10:14 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:14 +0200] rev 5269
Merge
Thu, 15 Apr 2010 13:55:14 -0700 Added tag jdk7-b89 for changeset 8d57da0c20f6
mikejwre [Thu, 15 Apr 2010 13:55:14 -0700] rev 5268
Added tag jdk7-b89 for changeset 8d57da0c20f6
Wed, 05 Jul 2017 17:10:12 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:12 +0200] rev 5267
Merge
Thu, 15 Apr 2010 13:54:59 -0700 Added tag jdk7-b89 for changeset 8063e418d57c
mikejwre [Thu, 15 Apr 2010 13:54:59 -0700] rev 5266
Added tag jdk7-b89 for changeset 8063e418d57c
Wed, 05 Jul 2017 17:10:10 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:10 +0200] rev 5265
Merge
Thu, 15 Apr 2010 13:54:59 -0700 Added tag jdk7-b89 for changeset a5368e5402f5
mikejwre [Thu, 15 Apr 2010 13:54:59 -0700] rev 5264
Added tag jdk7-b89 for changeset a5368e5402f5
Wed, 05 Jul 2017 17:10:08 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:08 +0200] rev 5263
Merge
Thu, 15 Apr 2010 13:54:50 -0700 Added tag jdk7-b89 for changeset 6bdda0396d9d
mikejwre [Thu, 15 Apr 2010 13:54:50 -0700] rev 5262
Added tag jdk7-b89 for changeset 6bdda0396d9d
Wed, 05 Jul 2017 17:10:05 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:05 +0200] rev 5261
Merge
Thu, 15 Apr 2010 13:55:04 -0700 Added tag jdk7-b89 for changeset 892f63d483d9
mikejwre [Thu, 15 Apr 2010 13:55:04 -0700] rev 5260
Added tag jdk7-b89 for changeset 892f63d483d9
Wed, 05 Jul 2017 17:10:03 +0200 Merge
duke [Wed, 05 Jul 2017 17:10:03 +0200] rev 5259
Merge
Tue, 20 Apr 2010 21:38:23 -0700 Merge
trims [Tue, 20 Apr 2010 21:38:23 -0700] rev 5258
Merge
Thu, 15 Apr 2010 19:09:48 -0700 Added tag hs18-b02 for changeset 0c79cc0b79fd
trims [Thu, 15 Apr 2010 19:09:48 -0700] rev 5257
Added tag hs18-b02 for changeset 0c79cc0b79fd
Thu, 15 Apr 2010 19:08:48 -0700 Merge
trims [Thu, 15 Apr 2010 19:08:48 -0700] rev 5256
Merge
Tue, 13 Apr 2010 13:01:37 -0700 Merge
jrose [Tue, 13 Apr 2010 13:01:37 -0700] rev 5255
Merge
Thu, 08 Apr 2010 17:45:20 -0700 Merge
jrose [Thu, 08 Apr 2010 17:45:20 -0700] rev 5254
Merge
Thu, 08 Apr 2010 12:13:07 -0700 6942223: c1 64 bit fixes
iveresov [Thu, 08 Apr 2010 12:13:07 -0700] rev 5253
6942223: c1 64 bit fixes Summary: This fixes lir_cmp_l2i on x64 and sparc 64bit, and the debug info generation. Reviewed-by: never
Thu, 08 Apr 2010 10:55:40 +0200 6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag
twisti [Thu, 08 Apr 2010 10:55:40 +0200] rev 5252
6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag Summary: During testing a bug was hit when an exception returned to the interpreter and the SP was wrong. Reviewed-by: kvn, never
Wed, 07 Apr 2010 12:39:27 -0700 6940726: Use BIS instruction for allocation prefetch on Sparc
kvn [Wed, 07 Apr 2010 12:39:27 -0700] rev 5251
6940726: Use BIS instruction for allocation prefetch on Sparc Summary: Use BIS instruction for allocation prefetch on Sparc Reviewed-by: twisti
Wed, 07 Apr 2010 10:35:56 -0700 6940733: allocate non static oop fields in super and sub classes together
kvn [Wed, 07 Apr 2010 10:35:56 -0700] rev 5250
6940733: allocate non static oop fields in super and sub classes together Summary: Use FieldsAllocationStyle=2 to allocate non static oop fields in super and sub classes together Reviewed-by: twisti
Wed, 07 Apr 2010 09:37:47 -0700 6940701: Don't align loops in stubs for Niagara sparc
kvn [Wed, 07 Apr 2010 09:37:47 -0700] rev 5249
6940701: Don't align loops in stubs for Niagara sparc Summary: Don't align loops in stubs for Niagara sparc since NOPs are expensive. Reviewed-by: twisti, never
Tue, 06 Apr 2010 15:18:10 -0700 6940677: Use 64 bytes chunk copy for arraycopy on Sparc
kvn [Tue, 06 Apr 2010 15:18:10 -0700] rev 5248
6940677: Use 64 bytes chunk copy for arraycopy on Sparc Summary: For large arrays we should use 64 bytes chunks copy. Reviewed-by: twisti
Tue, 06 Apr 2010 13:39:52 +0200 6940520: CodeCache::scavenge_root_nmethods_do must fix oop relocations
twisti [Tue, 06 Apr 2010 13:39:52 +0200] rev 5247
6940520: CodeCache::scavenge_root_nmethods_do must fix oop relocations Summary: ScavengeRootsInCode can lead to unfixed code-embedded oops. Reviewed-by: kvn, never
Fri, 09 Apr 2010 15:01:49 -0700 Merge
tonyp [Fri, 09 Apr 2010 15:01:49 -0700] rev 5246
Merge
Fri, 09 Apr 2010 13:08:34 -0400 Merge
tonyp [Fri, 09 Apr 2010 13:08:34 -0400] rev 5245
Merge
Wed, 07 Apr 2010 11:43:53 -0700 6940894: G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests
johnc [Wed, 07 Apr 2010 11:43:53 -0700] rev 5244
6940894: G1: assert(new_obj != 0 || ... "should be forwarded") for compaction tests Summary: Humongous regions may contain multiple objects as a result of being retained as to-space from a previous GC and then re-used as to-space after being tagged as humongous. These changes include a check that causes retained to-space regions that are now tagged as humongous to be disregarded and a new to-space region allocated. Reviewed-by: tonyp, iveresov
Tue, 06 Apr 2010 10:59:45 -0400 6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.")
tonyp [Tue, 06 Apr 2010 10:59:45 -0400] rev 5243
6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.") Summary: Make sure that two marking cycles do not overlap, i.e., a new one can only start after the concurrent marking thread finishes all its work. In the fix I piggy-back a couple of minor extra fixes: some general code reformatting for consistency (only around the code I modified), the removal of a field (G1CollectorPolicy::_should_initiate_conc_mark) which doesn't seem to be used at all (it's only set but never read), as well as moving the "is GC locker active" test earlier into the G1 pause / Full GC and using a more appropriate method for it. Reviewed-by: johnc, jmasa, jcoomes, ysr
Mon, 05 Apr 2010 12:19:22 -0400 6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop()
tonyp [Mon, 05 Apr 2010 12:19:22 -0400] rev 5242
6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop() Summary: Calling the methods region_stack_push() and region_stack_pop() concurrent is not MT-safe. The assumption is that we will only call region_stack_push() during a GC pause and region_stack_pop() during marking. Unfortunately, we also call region_stack_push() during marking which seems to be introducing subtle marking failures. This change introduces lock-based methods for pushing / popping to be called during marking. Reviewed-by: iveresov, johnc
Fri, 02 Apr 2010 12:10:08 -0400 6677708: G1: re-enable parallel RSet updating and scanning
tonyp [Fri, 02 Apr 2010 12:10:08 -0400] rev 5241
6677708: G1: re-enable parallel RSet updating and scanning Summary: Enable parallel RSet updating and scanning. Reviewed-by: iveresov, jmasa
Tue, 30 Mar 2010 15:36:55 -0400 6937160: G1: should observe GCTimeRatio
tonyp [Tue, 30 Mar 2010 15:36:55 -0400] rev 5240
6937160: G1: should observe GCTimeRatio Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead. Reviewed-by: jmasa, johnc
Wed, 07 Apr 2010 12:28:22 -0400 Merge
kamg [Wed, 07 Apr 2010 12:28:22 -0400] rev 5239
Merge
Fri, 02 Apr 2010 17:04:09 -0700 Merge
jcoomes [Fri, 02 Apr 2010 17:04:09 -0700] rev 5238
Merge
Wed, 31 Mar 2010 16:51:18 -0700 6938627: Make temporary directory use property java.io.tmpdir when specified
coleenp [Wed, 31 Mar 2010 16:51:18 -0700] rev 5237
6938627: Make temporary directory use property java.io.tmpdir when specified Summary: Get java.io.tmpdir property in os::get_temp_directory() and call this instead of harcoding "/tmp". Don't assume trailing file_separator either. Reviewed-by: dholmes, kamg
Tue, 06 Apr 2010 22:06:57 -0700 Merge
asaha [Tue, 06 Apr 2010 22:06:57 -0700] rev 5236
Merge
Fri, 02 Apr 2010 15:55:04 -0700 Merge
kvn [Fri, 02 Apr 2010 15:55:04 -0700] rev 5235
Merge
Fri, 02 Apr 2010 11:55:00 -0700 6939804: ciConstant::print() prints incorrect bool value
kvn [Fri, 02 Apr 2010 11:55:00 -0700] rev 5234
6939804: ciConstant::print() prints incorrect bool value Summary: Fix typo. Reviewed-by: never
Thu, 01 Apr 2010 16:06:57 -0700 6936709: AsyncGetCallTrace doesn't handle inexact stack walking properly
never [Thu, 01 Apr 2010 16:06:57 -0700] rev 5233
6936709: AsyncGetCallTrace doesn't handle inexact stack walking properly Reviewed-by: kvn
Wed, 31 Mar 2010 16:29:10 -0700 Merge
never [Wed, 31 Mar 2010 16:29:10 -0700] rev 5232
Merge
Wed, 31 Mar 2010 11:54:03 -0700 6939845: zero needs fallback path in C++ interpreter for platform dependent fast bytecodes
never [Wed, 31 Mar 2010 11:54:03 -0700] rev 5231
6939845: zero needs fallback path in C++ interpreter for platform dependent fast bytecodes Reviewed-by: never Contributed-by: ed@camswl.com
Wed, 31 Mar 2010 08:03:33 -0700 6939731: JSR 292 Zero build fix after 6934494
twisti [Wed, 31 Mar 2010 08:03:33 -0700] rev 5230
6939731: JSR 292 Zero build fix after 6934494 Summary: The changes of 6934494 have broken the Zero build. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Tue, 30 Mar 2010 00:57:55 -0700 6939180: Zero locking fix
twisti [Tue, 30 Mar 2010 00:57:55 -0700] rev 5229
6939180: Zero locking fix Summary: When Zero is running with Shark enabled threads can be left with their _do_not_unlock_if_synchronized flag incorrectly set. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Thu, 18 Mar 2010 14:31:41 -0700 6926979: should simplify catch_inline_exception
never [Thu, 18 Mar 2010 14:31:41 -0700] rev 5228
6926979: should simplify catch_inline_exception Reviewed-by: twisti
Thu, 15 Apr 2010 19:08:18 -0700 6944398: Bump the HS18 build number to 03
trims [Thu, 15 Apr 2010 19:08:18 -0700] rev 5227
6944398: Bump the HS18 build number to 03 Summary: Update the HS18 build number to 03 Reviewed-by: jcoomes
Thu, 15 Apr 2010 13:54:54 -0700 Added tag jdk7-b89 for changeset 750e57985f1e
mikejwre [Thu, 15 Apr 2010 13:54:54 -0700] rev 5226
Added tag jdk7-b89 for changeset 750e57985f1e
Thu, 15 Apr 2010 13:54:49 -0700 Added tag jdk7-b89 for changeset e996369c787b
mikejwre [Thu, 15 Apr 2010 13:54:49 -0700] rev 5225
Added tag jdk7-b89 for changeset e996369c787b
Wed, 05 Jul 2017 17:09:51 +0200 Added tag jdk7-b89 for changeset 44158f6d3b94
duke [Wed, 05 Jul 2017 17:09:51 +0200] rev 5224
Added tag jdk7-b89 for changeset 44158f6d3b94
Wed, 05 Jul 2017 17:09:51 +0200 Merge jdk7-b89
duke [Wed, 05 Jul 2017 17:09:51 +0200] rev 5223
Merge
Wed, 05 Jul 2017 17:09:49 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:49 +0200] rev 5222
Merge
Tue, 13 Apr 2010 16:42:58 -0700 Merge
lana [Tue, 13 Apr 2010 16:42:58 -0700] rev 5221
Merge
Thu, 08 Apr 2010 15:35:47 -0700 Merge
lana [Thu, 08 Apr 2010 15:35:47 -0700] rev 5220
Merge
Fri, 26 Mar 2010 22:37:04 -0700 6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now
ohair [Fri, 26 Mar 2010 22:37:04 -0700] rev 5219
6938326: Use of "ant -diagnostics" a problem with ant 1.8.0, exit code 1 now Reviewed-by: jjg
Wed, 24 Mar 2010 17:02:35 -0700 6937417: javac -Xprint returns IndexOutOfBoundsException
darcy [Wed, 24 Mar 2010 17:02:35 -0700] rev 5218
6937417: javac -Xprint returns IndexOutOfBoundsException Reviewed-by: jjg
Wed, 24 Mar 2010 12:18:17 -0700 6937318: jdk7 b86: javah and javah -help is no output for these commands
jjg [Wed, 24 Mar 2010 12:18:17 -0700] rev 5217
6937318: jdk7 b86: javah and javah -help is no output for these commands Reviewed-by: darcy
Tue, 23 Mar 2010 18:05:54 -0700 6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed
jjg [Tue, 23 Mar 2010 18:05:54 -0700] rev 5216
6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed Reviewed-by: darcy
Thu, 18 Mar 2010 18:52:44 -0700 Merge
lana [Thu, 18 Mar 2010 18:52:44 -0700] rev 5215
Merge
Fri, 12 Mar 2010 12:00:42 -0800 6934224: update langtools/test/Makefile
jjg [Fri, 12 Mar 2010 12:00:42 -0800] rev 5214
6934224: update langtools/test/Makefile Reviewed-by: ohair
Wed, 10 Mar 2010 16:23:18 -0800 6933914: fix missing newlines
jjg [Wed, 10 Mar 2010 16:23:18 -0800] rev 5213
6933914: fix missing newlines Reviewed-by: ohair
Thu, 08 Apr 2010 17:03:01 -0700 Added tag jdk7-b88 for changeset 27beb127f317
mikejwre [Thu, 08 Apr 2010 17:03:01 -0700] rev 5212
Added tag jdk7-b88 for changeset 27beb127f317
Wed, 05 Jul 2017 17:09:45 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:45 +0200] rev 5211
Merge
Thu, 08 Apr 2010 17:02:46 -0700 Added tag jdk7-b88 for changeset 349fc36a6694
mikejwre [Thu, 08 Apr 2010 17:02:46 -0700] rev 5210
Added tag jdk7-b88 for changeset 349fc36a6694
Wed, 05 Jul 2017 17:09:43 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:43 +0200] rev 5209
Merge
Thu, 08 Apr 2010 17:02:45 -0700 Added tag jdk7-b88 for changeset d929b243d1f3
mikejwre [Thu, 08 Apr 2010 17:02:45 -0700] rev 5208
Added tag jdk7-b88 for changeset d929b243d1f3
Wed, 05 Jul 2017 17:09:41 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:41 +0200] rev 5207
Merge
Thu, 08 Apr 2010 17:02:38 -0700 Added tag jdk7-b88 for changeset ad4ae3f4ca67
mikejwre [Thu, 08 Apr 2010 17:02:38 -0700] rev 5206
Added tag jdk7-b88 for changeset ad4ae3f4ca67
Wed, 05 Jul 2017 17:09:39 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:39 +0200] rev 5205
Merge
Tue, 13 Apr 2010 16:41:49 -0700 Merge
lana [Tue, 13 Apr 2010 16:41:49 -0700] rev 5204
Merge
Thu, 08 Apr 2010 15:34:29 -0700 Merge
lana [Thu, 08 Apr 2010 15:34:29 -0700] rev 5203
Merge
Wed, 07 Apr 2010 12:30:49 -0700 6941130: Semaphore should throw if number of permits overflows or underflows
martin [Wed, 07 Apr 2010 12:30:49 -0700] rev 5202
6941130: Semaphore should throw if number of permits overflows or underflows Summary: Check if release could make number of permits negative Reviewed-by: dl, dholmes
Tue, 06 Apr 2010 15:45:21 -0700 6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works
sherman [Tue, 06 Apr 2010 15:45:21 -0700] rev 5201
6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works Summary: restoring the javadoc Reviewed-by: alanb
Tue, 06 Apr 2010 15:44:17 +0100 6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption
chegar [Tue, 06 Apr 2010 15:44:17 +0100] rev 5200
6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption Reviewed-by: alanb
Tue, 06 Apr 2010 13:47:59 +0100 6648001: Cancelling HTTP authentication causes subsequent deadlocks
chegar [Tue, 06 Apr 2010 13:47:59 +0100] rev 5199
6648001: Cancelling HTTP authentication causes subsequent deadlocks Reviewed-by: michaelm
Mon, 05 Apr 2010 16:11:59 -0700 Merge
asaha [Mon, 05 Apr 2010 16:11:59 -0700] rev 5198
Merge
Mon, 29 Mar 2010 07:17:02 -0700 Merge
asaha [Mon, 29 Mar 2010 07:17:02 -0700] rev 5197
Merge
Thu, 25 Mar 2010 07:12:43 -0700 Merge
asaha [Thu, 25 Mar 2010 07:12:43 -0700] rev 5196
Merge
Wed, 24 Mar 2010 17:32:04 -0700 Merge
asaha [Wed, 24 Mar 2010 17:32:04 -0700] rev 5195
Merge
Wed, 24 Mar 2010 14:16:57 -0700 Merge
asaha [Wed, 24 Mar 2010 14:16:57 -0700] rev 5194
Merge
Sat, 06 Mar 2010 03:37:53 +0300 6932659: JTreg test files were missed in push of 6887703
denis [Sat, 06 Mar 2010 03:37:53 +0300] rev 5193
6932659: JTreg test files were missed in push of 6887703 Reviewed-by: uta
Fri, 26 Feb 2010 03:54:52 -0800 6887703: Unsigned applet can retrieve the dragged information before drop action occur
denis [Fri, 26 Feb 2010 03:54:52 -0800] rev 5192
6887703: Unsigned applet can retrieve the dragged information before drop action occur Reviewed-by: uta
Mon, 22 Feb 2010 14:33:19 -0800 6902299: Java JAR "unpack200" must verify input parameters
ksrini [Mon, 22 Feb 2010 14:33:19 -0800] rev 5191
6902299: Java JAR "unpack200" must verify input parameters Summary: Added several checks for addition of values before memory allocation Reviewed-by: asaha
Fri, 19 Feb 2010 22:30:52 +0300 6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow Vulnerability
bae [Fri, 19 Feb 2010 22:30:52 +0300] rev 5190
6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow Vulnerability Reviewed-by: prr, hawtin
Wed, 17 Feb 2010 13:32:26 +0300 6909597: Sun Java Runtime Environment JPEGImageReader stepX Integer Overflow Vulnerability
bae [Wed, 17 Feb 2010 13:32:26 +0300] rev 5189
6909597: Sun Java Runtime Environment JPEGImageReader stepX Integer Overflow Vulnerability Reviewed-by: igor
Wed, 17 Feb 2010 13:10:26 +0300 6914823: Java AWT Library Invalid Index Vulnerability
bae [Wed, 17 Feb 2010 13:10:26 +0300] rev 5188
6914823: Java AWT Library Invalid Index Vulnerability Reviewed-by: flar, hawtin
Wed, 17 Feb 2010 12:49:41 +0300 6914866: Sun JRE ImagingLib arbitrary code execution vulnerability
bae [Wed, 17 Feb 2010 12:49:41 +0300] rev 5187
6914866: Sun JRE ImagingLib arbitrary code execution vulnerability Reviewed-by: prr, hawtin
Tue, 12 Jan 2010 12:13:48 +0000 6910590: Application can modify command array, in ProcessBuilder
michaelm [Tue, 12 Jan 2010 12:13:48 +0000] rev 5186
6910590: Application can modify command array, in ProcessBuilder Summary: clone array returned by List.toArray() Reviewed-by: chegar, alanb
Tue, 22 Dec 2009 17:56:58 +0300 6904691: Java Applet Trusted Methods Chaining Privilege Escalation Vulnerability
malenkov [Tue, 22 Dec 2009 17:56:58 +0300] rev 5185
6904691: Java Applet Trusted Methods Chaining Privilege Escalation Vulnerability Reviewed-by: hawtin, peterz
Fri, 18 Dec 2009 09:09:12 -0500 6904162: Add new VeriSign root CA certificates to JRE and remove some old/unused ones
mullan [Fri, 18 Dec 2009 09:09:12 -0500] rev 5184
6904162: Add new VeriSign root CA certificates to JRE and remove some old/unused ones Reviewed-by: asaha
Tue, 08 Dec 2009 15:58:49 -0500 6633872: Policy/PolicyFile leak dynamic ProtectionDomains.
mullan [Tue, 08 Dec 2009 15:58:49 -0500] rev 5183
6633872: Policy/PolicyFile leak dynamic ProtectionDomains. Reviewed-by: hawtin
Mon, 07 Dec 2009 21:16:41 -0800 6898739: TLS renegotiation issue
xuelei [Mon, 07 Dec 2009 21:16:41 -0800] rev 5182
6898739: TLS renegotiation issue Summary: the interim fix disables TLS/SSL renegotiation Reviewed-by: mullan, chegar, wetmore
Fri, 04 Dec 2009 10:23:07 -0800 Merge
asaha [Fri, 04 Dec 2009 10:23:07 -0800] rev 5181
Merge
Wed, 02 Dec 2009 12:17:42 +0000 6893954: Subclasses of InetAddress may incorrectly interpret network addresses
michaelm [Wed, 02 Dec 2009 12:17:42 +0000] rev 5180
6893954: Subclasses of InetAddress may incorrectly interpret network addresses Summary: runtime type checks and deserialization check Reviewed-by: chegar, alanb, jccollet
Tue, 01 Dec 2009 08:55:15 -0800 Merge
asaha [Tue, 01 Dec 2009 08:55:15 -0800] rev 5179
Merge
Thu, 26 Nov 2009 07:17:08 -0800 Merge
asaha [Thu, 26 Nov 2009 07:17:08 -0800] rev 5178
Merge
Wed, 25 Nov 2009 16:02:08 -0800 Merge
mchung [Wed, 25 Nov 2009 16:02:08 -0800] rev 5177
Merge
Wed, 25 Nov 2009 11:19:32 -0800 Merge
mchung [Wed, 25 Nov 2009 11:19:32 -0800] rev 5176
Merge
Wed, 25 Nov 2009 09:09:04 -0800 6893947: Deserialization of RMIConnectionImpl objects should enforce stricter checks [ZDI-CAN-588]
mchung [Wed, 25 Nov 2009 09:09:04 -0800] rev 5175
6893947: Deserialization of RMIConnectionImpl objects should enforce stricter checks [ZDI-CAN-588] Summary: narrow the doPrivileged block to only set context ClassLoader Reviewed-by: hawtin, emcmanus
Wed, 25 Nov 2009 12:51:00 -0800 6904925: Changeset for 6745393 for jdk7 ssr forest was incomplete
sherman [Wed, 25 Nov 2009 12:51:00 -0800] rev 5174
6904925: Changeset for 6745393 for jdk7 ssr forest was incomplete Summary: To add, commit and push back the ZStreamRef.java Reviewed-by: alanb
Wed, 25 Nov 2009 11:29:23 -0800 6745393: Inflater/Deflater clone issue
sherman [Wed, 25 Nov 2009 11:29:23 -0800] rev 5173
6745393: Inflater/Deflater clone issue Summary: To use explicit lobk object. Reviewed-by: alanb
Wed, 25 Nov 2009 10:02:50 +0000 6736390: File TOCTOU deserialization vulnerability
alanb [Wed, 25 Nov 2009 10:02:50 +0000] rev 5172
6736390: File TOCTOU deserialization vulnerability Reviewed-by: hawtin
Mon, 23 Nov 2009 12:40:46 +0000 6639665: ThreadGroup finalizer allows creation of false root ThreadGroups
chegar [Mon, 23 Nov 2009 12:40:46 +0000] rev 5171
6639665: ThreadGroup finalizer allows creation of false root ThreadGroups Reviewed-by: alanb, hawtin
Fri, 20 Nov 2009 14:24:56 -0800 Merge
asaha [Fri, 20 Nov 2009 14:24:56 -0800] rev 5170
Merge
Tue, 06 Oct 2009 12:20:35 -0700 6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error
dl [Tue, 06 Oct 2009 12:20:35 -0700] rev 5169
6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error Summary: Avoid integer overflow by using long arithmetic Reviewed-by: martin, dholmes
Sat, 03 Apr 2010 18:29:11 -0700 4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)
sherman [Sat, 03 Apr 2010 18:29:11 -0700] rev 5168
4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win) Summary: to use CreateProcessW on Windowns platform Reviewed-by: martin
Tue, 30 Mar 2010 19:10:47 -0700 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman [Tue, 30 Mar 2010 19:10:47 -0700] rev 5167
6902790: Converting/displaying HKSCs characters issue on Vista and Windows7 6911753: NSN wants to add Big5 HKSCS-2004 support Summary: support HKSCS2008 in Big5_HKSCS and MS950_HKSCS Reviewed-by: okutsu
Mon, 29 Mar 2010 13:27:25 +0800 6693917: regression tests need to update for supporting ECC on solaris 11
xuelei [Mon, 29 Mar 2010 13:27:25 +0800] rev 5166
6693917: regression tests need to update for supporting ECC on solaris 11 Reviewed-by: weijun
Thu, 25 Mar 2010 09:38:56 +0000 6937703: java/net regression test issues with samevm
chegar [Thu, 25 Mar 2010 09:38:56 +0000] rev 5165
6937703: java/net regression test issues with samevm Reviewed-by: alanb
Thu, 25 Mar 2010 12:07:42 +0800 6813340: X509Factory should not depend on is.available()==0
weijun [Thu, 25 Mar 2010 12:07:42 +0800] rev 5164
6813340: X509Factory should not depend on is.available()==0 Reviewed-by: xuelei
Tue, 23 Mar 2010 19:03:26 -0700 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
dcubed [Tue, 23 Mar 2010 19:03:26 -0700] rev 5163
6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540 Summary: Remove exception throw to decouple JDK and HotSpot additions of known types. Reviewed-by: mchung
Tue, 23 Mar 2010 13:54:36 +0000 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets
chegar [Tue, 23 Mar 2010 13:54:36 +0000] rev 5162
6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets 6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented" 6766775: X509 certificate hostname checking is broken in JDK1.6.0_10 Summary: All three bugs are interdependent Reviewed-by: xuelei
Tue, 23 Mar 2010 10:41:11 +0800 6586707: NTLM authentication with proxy fails
weijun [Tue, 23 Mar 2010 10:41:11 +0800] rev 5161
6586707: NTLM authentication with proxy fails Reviewed-by: chegar
Mon, 22 Mar 2010 11:55:54 +0000 6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server
chegar [Mon, 22 Mar 2010 11:55:54 +0000] rev 5160
6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server Reviewed-by: michaelm
Fri, 19 Mar 2010 13:07:42 +0000 6935233: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java fails with modules build
chegar [Fri, 19 Mar 2010 13:07:42 +0000] rev 5159
6935233: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java fails with modules build Reviewed-by: alanb
Thu, 18 Mar 2010 18:52:10 -0700 Merge
lana [Thu, 18 Mar 2010 18:52:10 -0700] rev 5158
Merge
Thu, 18 Mar 2010 17:56:39 -0700 6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18
valeriep [Thu, 18 Mar 2010 17:56:39 -0700] rev 5157
6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18 Summary: Added a custom readObject method to PKCS11 SecureRandom impl Reviewed-by: wetmore
Thu, 18 Mar 2010 17:32:45 -0700 6591117: Poor preformance of PKCS#11 security provider compared to Sun default provider
valeriep [Thu, 18 Mar 2010 17:32:45 -0700] rev 5156
6591117: Poor preformance of PKCS#11 security provider compared to Sun default provider Summary: Added internal buffering to PKCS11 SecureRandom impl Reviewed-by: wetmore
Thu, 18 Mar 2010 17:05:42 -0700 6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris"
valeriep [Thu, 18 Mar 2010 17:05:42 -0700] rev 5155
6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris" Summary: Added checking for RSA key lengths in initSign and initVerify Reviewed-by: vinnie
Thu, 18 Mar 2010 18:26:37 +0800 6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one
weijun [Thu, 18 Mar 2010 18:26:37 +0800] rev 5154
6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one Reviewed-by: chegar
Wed, 17 Mar 2010 09:55:04 +0800 6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms
weijun [Wed, 17 Mar 2010 09:55:04 +0800] rev 5153
6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms Reviewed-by: wetmore
Tue, 16 Mar 2010 14:31:57 +0000 6935199: java/net regression tests failing with Assertions
chegar [Tue, 16 Mar 2010 14:31:57 +0000] rev 5152
6935199: java/net regression tests failing with Assertions Reviewed-by: michaelm
Tue, 16 Mar 2010 10:05:51 +0000 6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10
chegar [Tue, 16 Mar 2010 10:05:51 +0000] rev 5151
6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10 Reviewed-by: alanb
Fri, 12 Mar 2010 09:06:00 -0800 Merge
ohair [Fri, 12 Mar 2010 09:06:00 -0800] rev 5150
Merge
Fri, 12 Mar 2010 09:03:02 -0800 6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
ohair [Fri, 12 Mar 2010 09:03:02 -0800] rev 5149
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults Reviewed-by: jjg
Thu, 11 Mar 2010 14:06:09 -0800 6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile
sherman [Thu, 11 Mar 2010 14:06:09 -0800] rev 5148
6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile Summary: system property sun.zip.disableMemoryMapping to disable mmap use Reviewed-by: alanb
Thu, 11 Mar 2010 17:50:30 +0000 6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy
chegar [Thu, 11 Mar 2010 17:50:30 +0000] rev 5147
6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy Reviewed-by: michaelm, chegar Contributed-by: damjan.jov@gmail.com
Thu, 11 Mar 2010 17:37:33 +0000 6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode
chegar [Thu, 11 Mar 2010 17:37:33 +0000] rev 5146
6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode Reviewed-by: alanb
Thu, 11 Mar 2010 16:17:57 +0000 6934054: java/net/Socket/FDClose.java return error in samevm
chegar [Thu, 11 Mar 2010 16:17:57 +0000] rev 5145
6934054: java/net/Socket/FDClose.java return error in samevm Summary: test is no longer useful Reviewed-by: alanb
Wed, 10 Mar 2010 14:53:51 -0800 6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int)
martin [Wed, 10 Mar 2010 14:53:51 -0800] rev 5144
6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int) Summary: uc >> 16 == 0 is superior to (int) (char) uc == uc Reviewed-by: sherman Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
Wed, 10 Mar 2010 14:44:53 +0000 6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun
chegar [Wed, 10 Mar 2010 14:44:53 +0000] rev 5143
6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun Reviewed-by: alanb
Thu, 08 Apr 2010 15:01:57 -0700 Merge
lana [Thu, 08 Apr 2010 15:01:57 -0700] rev 5142
Merge
Fri, 19 Mar 2010 18:49:36 -0700 Merge
lana [Fri, 19 Mar 2010 18:49:36 -0700] rev 5141
Merge
Fri, 12 Mar 2010 01:09:13 +0000 6934327: Update linux fontconfigs for Ubuntu and Fedora.
andrew [Fri, 12 Mar 2010 01:09:13 +0000] rev 5140
6934327: Update linux fontconfigs for Ubuntu and Fedora. Summary: Use fontconfigs suitable for recent Fedora, Ubuntu and Debian releases. Reviewed-by: prr
Thu, 08 Apr 2010 15:00:16 -0700 Merge
lana [Thu, 08 Apr 2010 15:00:16 -0700] rev 5139
Merge
Tue, 30 Mar 2010 21:16:41 +0900 6907881: Different undesired behavior for entering Asian characters in Windows IME starting with Java 6.0
peytoia [Tue, 30 Mar 2010 21:16:41 +0900] rev 5138
6907881: Different undesired behavior for entering Asian characters in Windows IME starting with Java 6.0 Reviewed-by: okutsu
Tue, 30 Mar 2010 18:35:47 +0900 6939021: (tz) Support tzdata2010g
peytoia [Tue, 30 Mar 2010 18:35:47 +0900] rev 5137
6939021: (tz) Support tzdata2010g Reviewed-by: okutsu
Wed, 24 Mar 2010 15:14:16 +0300 6922214: SynthTextPaneUI.installUI() doesn't install the default caret and highlighter
rupashka [Wed, 24 Mar 2010 15:14:16 +0300] rev 5136
6922214: SynthTextPaneUI.installUI() doesn't install the default caret and highlighter Reviewed-by: alexp
Thu, 18 Mar 2010 12:02:12 +0300 6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with continuous layout - they should not.
peterz [Thu, 18 Mar 2010 12:02:12 +0300] rev 5135
6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with continuous layout - they should not. Reviewed-by: alexp
Wed, 17 Mar 2010 14:19:07 -0700 Merge
lana [Wed, 17 Mar 2010 14:19:07 -0700] rev 5134
Merge
Wed, 17 Mar 2010 12:48:21 +0300 6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon
rupashka [Wed, 17 Mar 2010 12:48:21 +0300] rev 5133
6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon Reviewed-by: peterz
Mon, 15 Mar 2010 16:16:06 +0300 6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted
rupashka [Mon, 15 Mar 2010 16:16:06 +0300] rev 5132
6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted Reviewed-by: peterz
Thu, 11 Mar 2010 17:39:33 +0300 6707226: java.beans.Statement & java.beans.Expression miss one important usecase
malenkov [Thu, 11 Mar 2010 17:39:33 +0300] rev 5131
6707226: java.beans.Statement & java.beans.Expression miss one important usecase Reviewed-by: rupashka
Thu, 11 Mar 2010 11:54:17 +0900 6933032: (tz) Support tzdata2010e
peytoia [Thu, 11 Mar 2010 11:54:17 +0900] rev 5130
6933032: (tz) Support tzdata2010e Reviewed-by: okutsu
Wed, 10 Mar 2010 14:32:47 +0900 6932473: (tz) javazic produces incorrect SimpleTimeZone parameters with Sun<=7
okutsu [Wed, 10 Mar 2010 14:32:47 +0900] rev 5129
6932473: (tz) javazic produces incorrect SimpleTimeZone parameters with Sun<=7 Reviewed-by: peytoia
Thu, 08 Apr 2010 17:02:51 -0700 Added tag jdk7-b88 for changeset 03ed19dc460c
mikejwre [Thu, 08 Apr 2010 17:02:51 -0700] rev 5128
Added tag jdk7-b88 for changeset 03ed19dc460c
Wed, 05 Jul 2017 17:09:27 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:27 +0200] rev 5127
Merge
Tue, 13 Apr 2010 16:36:27 -0700 Merge
lana [Tue, 13 Apr 2010 16:36:27 -0700] rev 5126
Merge
Thu, 08 Apr 2010 15:28:37 -0700 Merge
lana [Thu, 08 Apr 2010 15:28:37 -0700] rev 5125
Merge
Wed, 24 Mar 2010 17:16:33 -0700 Merge
asaha [Wed, 24 Mar 2010 17:16:33 -0700] rev 5124
Merge
Mon, 15 Mar 2010 15:51:36 -0400 6932480: Fix crash in CompilerThread/Parser. Unloaded array klass?
acorn [Mon, 15 Mar 2010 15:51:36 -0400] rev 5123
6932480: Fix crash in CompilerThread/Parser. Unloaded array klass? Summary: Restore code deleted in 6626217 Reviewed-by: asaha, kevinw
Thu, 28 Jan 2010 13:59:18 -0500 Merge
acorn [Thu, 28 Jan 2010 13:59:18 -0500] rev 5122
Merge
Tue, 19 Jan 2010 16:03:09 -0500 6626217: Fixed loader constraint array handling
acorn [Tue, 19 Jan 2010 16:03:09 -0500] rev 5121
6626217: Fixed loader constraint array handling Summary: Loader constraints track array elements, not arrays themselves. Reviewed-by: dcubed, kevinw
Thu, 21 Jan 2010 10:07:59 -0800 6894807: No ClassCastException for HashAttributeSet constructors if run with -Xcomp
kvn [Thu, 21 Jan 2010 10:07:59 -0800] rev 5120
6894807: No ClassCastException for HashAttributeSet constructors if run with -Xcomp Summary: Return interface klass type if it is exact. Reviewed-by: never
Thu, 03 Dec 2009 14:20:22 -0800 6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
kvn [Thu, 03 Dec 2009 14:20:22 -0800] rev 5119
6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes Summary: Use size_t type cast to widen int values in typeArrayKlass::copy_array(). Reviewed-by: never, jcoomes
Thu, 08 Apr 2010 17:02:41 -0700 Added tag jdk7-b88 for changeset 0c79cc0b79fd
mikejwre [Thu, 08 Apr 2010 17:02:41 -0700] rev 5118
Added tag jdk7-b88 for changeset 0c79cc0b79fd
Tue, 13 Apr 2010 16:35:53 -0700 Merge
lana [Tue, 13 Apr 2010 16:35:53 -0700] rev 5117
Merge
Thu, 08 Apr 2010 15:02:12 -0700 Merge
lana [Thu, 08 Apr 2010 15:02:12 -0700] rev 5116
Merge
Fri, 19 Mar 2010 18:17:49 -0700 6936788: Minor adjustment to top repo test/Makefile, missing non-zero exit case
ohair [Fri, 19 Mar 2010 18:17:49 -0700] rev 5115
6936788: Minor adjustment to top repo test/Makefile, missing non-zero exit case Reviewed-by: jjg
Thu, 18 Mar 2010 18:50:22 -0700 Merge
lana [Thu, 18 Mar 2010 18:50:22 -0700] rev 5114
Merge
Fri, 12 Mar 2010 17:44:50 -0800 6934759: Add langtools testing to jprt control builds
ohair [Fri, 12 Mar 2010 17:44:50 -0800] rev 5113
6934759: Add langtools testing to jprt control builds Reviewed-by: jjg
Fri, 12 Mar 2010 15:22:50 -0800 6934712: run langtools jtreg tests from top level test/Makefile
jjg [Fri, 12 Mar 2010 15:22:50 -0800] rev 5112
6934712: run langtools jtreg tests from top level test/Makefile Reviewed-by: ohair
Thu, 08 Apr 2010 17:02:36 -0700 Added tag jdk7-b88 for changeset 9c9bfe8f3a47
mikejwre [Thu, 08 Apr 2010 17:02:36 -0700] rev 5111
Added tag jdk7-b88 for changeset 9c9bfe8f3a47
Wed, 05 Jul 2017 17:09:16 +0200 Added tag jdk7-b88 for changeset 7077b95d42f6
duke [Wed, 05 Jul 2017 17:09:16 +0200] rev 5110
Added tag jdk7-b88 for changeset 7077b95d42f6
Wed, 05 Jul 2017 17:09:16 +0200 Merge jdk7-b88
duke [Wed, 05 Jul 2017 17:09:16 +0200] rev 5109
Merge
Wed, 05 Jul 2017 17:09:13 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:13 +0200] rev 5108
Merge
Thu, 25 Mar 2010 15:05:39 -0700 Added tag jdk7-b87 for changeset ea586c2ae58a
mikejwre [Thu, 25 Mar 2010 15:05:39 -0700] rev 5107
Added tag jdk7-b87 for changeset ea586c2ae58a
Wed, 05 Jul 2017 17:09:10 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:10 +0200] rev 5106
Merge
Thu, 25 Mar 2010 15:05:24 -0700 Added tag jdk7-b87 for changeset 3e4978c572e1
mikejwre [Thu, 25 Mar 2010 15:05:24 -0700] rev 5105
Added tag jdk7-b87 for changeset 3e4978c572e1
Wed, 05 Jul 2017 17:09:08 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:08 +0200] rev 5104
Merge
Thu, 25 Mar 2010 15:05:24 -0700 Added tag jdk7-b87 for changeset 40e99ec5ee66
mikejwre [Thu, 25 Mar 2010 15:05:24 -0700] rev 5103
Added tag jdk7-b87 for changeset 40e99ec5ee66
Wed, 05 Jul 2017 17:09:06 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:06 +0200] rev 5102
Merge
Thu, 25 Mar 2010 15:05:16 -0700 Added tag jdk7-b87 for changeset 8b61398d2060
mikejwre [Thu, 25 Mar 2010 15:05:16 -0700] rev 5101
Added tag jdk7-b87 for changeset 8b61398d2060
Wed, 05 Jul 2017 17:09:03 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:03 +0200] rev 5100
Merge
Thu, 25 Mar 2010 15:05:29 -0700 Added tag jdk7-b87 for changeset 506a77354250
mikejwre [Thu, 25 Mar 2010 15:05:29 -0700] rev 5099
Added tag jdk7-b87 for changeset 506a77354250
Wed, 05 Jul 2017 17:09:01 +0200 Merge
duke [Wed, 05 Jul 2017 17:09:01 +0200] rev 5098
Merge
Thu, 01 Apr 2010 20:48:50 -0400 Merge
acorn [Thu, 01 Apr 2010 20:48:50 -0400] rev 5097
Merge
Thu, 01 Apr 2010 11:23:01 -0400 Merge
acorn [Thu, 01 Apr 2010 11:23:01 -0400] rev 5096
Merge
Fri, 26 Mar 2010 11:10:26 -0400 Merge
acorn [Fri, 26 Mar 2010 11:10:26 -0400] rev 5095
Merge
Thu, 25 Mar 2010 16:54:59 -0700 Merge
dcubed [Thu, 25 Mar 2010 16:54:59 -0700] rev 5094
Merge
Thu, 25 Mar 2010 16:27:12 -0700 6938185: 3/4 6923488 breaks Windows command shell builds
dcubed [Thu, 25 Mar 2010 16:27:12 -0700] rev 5093
6938185: 3/4 6923488 breaks Windows command shell builds Summary: Fix build.bat so invoking command shell doesn't exit on error. Fix dirname assumptions. Document some MKS environment dependencies. Reviewed-by: coleenp
Tue, 23 Mar 2010 17:29:13 -0700 Merge
dcubed [Tue, 23 Mar 2010 17:29:13 -0700] rev 5092
Merge
Tue, 23 Mar 2010 14:37:18 -0700 6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
dcubed [Tue, 23 Mar 2010 14:37:18 -0700] rev 5091
6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540 Summary: Remove assert to decouple JDK and HotSpot additions of known types. Reviewed-by: mchung
Thu, 18 Mar 2010 16:47:37 -0400 6936168: Recent fix for unmapping stack guard pages doesn't close /proc/self/maps
coleenp [Thu, 18 Mar 2010 16:47:37 -0400] rev 5090
6936168: Recent fix for unmapping stack guard pages doesn't close /proc/self/maps Summary: Add close to returns (fix for 6929067 also contributed by aph) Reviewed-by: aph, dcubed, andrew, acorn Contributed-by: aph@redhat.com, andreas.kohn@fredhopper.com
Wed, 17 Mar 2010 11:01:05 +0100 6935224: Adding new DTrace probes to work with Palantir
fparain [Wed, 17 Mar 2010 11:01:05 +0100] rev 5089
6935224: Adding new DTrace probes to work with Palantir Summary: Adding probes related to thread scheduling and class initialization Reviewed-by: kamg, never
Tue, 16 Mar 2010 20:47:17 -0700 Merge
dcubed [Tue, 16 Mar 2010 20:47:17 -0700] rev 5088
Merge
Tue, 16 Mar 2010 17:47:03 -0600 6923488: 4/4 need minor tweaks to HotSpot build for Cygwin
dcubed [Tue, 16 Mar 2010 17:47:03 -0600] rev 5087
6923488: 4/4 need minor tweaks to HotSpot build for Cygwin Summary: Clean up get_msc_ver, build.bat and build.make in general and for Cygwin. Reviewed-by: ohair
Sat, 13 Mar 2010 16:32:49 -0800 6934758: Expose the break down of clean up task time during safepoint.
xlu [Sat, 13 Mar 2010 16:32:49 -0800] rev 5086
6934758: Expose the break down of clean up task time during safepoint. Summary: Use -XX:+TraceSafepointCleanupTime to print out the details of each clean up tasks. Reviewed-by: dholmes, ysr
Fri, 12 Mar 2010 10:42:16 -0500 6929067: Stack guard pages should be removed when thread is detached
coleenp [Fri, 12 Mar 2010 10:42:16 -0500] rev 5085
6929067: Stack guard pages should be removed when thread is detached Summary: Add code to unmap stack guard area when thread is detached. Reviewed-by: coleenp, kamg
Thu, 01 Apr 2010 16:15:12 -0700 6940419: Bump the HS18 build number to 02
trims [Thu, 01 Apr 2010 16:15:12 -0700] rev 5084
6940419: Bump the HS18 build number to 02 Summary: Update the HS18 build number to 02 Reviewed-by: jcoomes
Thu, 01 Apr 2010 16:10:27 -0700 Merge
trims [Thu, 01 Apr 2010 16:10:27 -0700] rev 5083
Merge
Thu, 18 Mar 2010 12:14:59 -0400 6935821: G1: threads created during marking do not active their SATB queues
tonyp [Thu, 18 Mar 2010 12:14:59 -0400] rev 5082
6935821: G1: threads created during marking do not active their SATB queues Summary: Newly-created threads always had the active field of their SATB queue initialized to false, even if they were created during marking. As a result, updates from threads created during a marking cycle were never enqueued and never processed. The fix includes remaining a method from active() to is_active() for readability and naming consistency. Reviewed-by: ysr, johnc
Mon, 22 Mar 2010 02:40:53 -0700 Merge
apetrusenko [Mon, 22 Mar 2010 02:40:53 -0700] rev 5081
Merge
Thu, 18 Mar 2010 13:31:51 -0700 6935839: excessive marking stack growth during full gcs
jcoomes [Thu, 18 Mar 2010 13:31:51 -0700] rev 5080
6935839: excessive marking stack growth during full gcs Summary: process one item at a time from the objarray stack/queue Reviewed-by: apetrusenko, tonyp
Thu, 18 Mar 2010 01:48:28 -0700 6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant")
apetrusenko [Thu, 18 Mar 2010 01:48:28 -0700] rev 5079
6921710: G1: assert(new_finger >= _finger && new_finger < _region_limit,"invariant") Summary: If CM task was aborted while scanning the last object of the specified region and the size of that object is equal to bitmap's granularity then the next offset would be equal or over the region limit which is exactly what the assertion states. Reviewed-by: ysr, tonyp, jmasa
Thu, 11 Mar 2010 11:44:43 -0800 6755988: G1: assert(new_obj != 0 || ... "should be forwarded")
johnc [Thu, 11 Mar 2010 11:44:43 -0800] rev 5078
6755988: G1: assert(new_obj != 0 || ... "should be forwarded") Summary: A TLAB became large enough to be considered a humongous object allowing multiple objects to be allocated in a humongous region, which violates a basic assumption about humongous regions. The changes ensure that TLABs cannot be regarded as humongous. Reviewed-by: iveresov, tonyp
Mon, 15 Mar 2010 02:56:45 -0700 Merge
apetrusenko [Mon, 15 Mar 2010 02:56:45 -0700] rev 5077
Merge
Wed, 03 Mar 2010 14:48:26 -0800 4396719: Mark Sweep stack overflow on deeply nested Object arrays
jcoomes [Wed, 03 Mar 2010 14:48:26 -0800] rev 5076
4396719: Mark Sweep stack overflow on deeply nested Object arrays Summary: Use an explicit stack for object arrays and process them in chunks. Reviewed-by: iveresov, apetrusenko
Thu, 25 Mar 2010 15:05:19 -0700 Added tag jdk7-b87 for changeset e147a1eaf2fc
mikejwre [Thu, 25 Mar 2010 15:05:19 -0700] rev 5075
Added tag jdk7-b87 for changeset e147a1eaf2fc
Thu, 25 Mar 2010 15:05:15 -0700 Added tag jdk7-b87 for changeset 8367da959bab
mikejwre [Thu, 25 Mar 2010 15:05:15 -0700] rev 5074
Added tag jdk7-b87 for changeset 8367da959bab
Wed, 05 Jul 2017 17:08:50 +0200 Added tag jdk7-b87 for changeset b7456c473862
duke [Wed, 05 Jul 2017 17:08:50 +0200] rev 5073
Added tag jdk7-b87 for changeset b7456c473862
Wed, 05 Jul 2017 17:08:50 +0200 Merge jdk7-b87
duke [Wed, 05 Jul 2017 17:08:50 +0200] rev 5072
Merge
Wed, 05 Jul 2017 17:08:47 +0200 Merge
duke [Wed, 05 Jul 2017 17:08:47 +0200] rev 5071
Merge
Thu, 18 Mar 2010 13:53:10 -0700 Added tag jdk7-b86 for changeset cd99680e9c56
mikejwre [Thu, 18 Mar 2010 13:53:10 -0700] rev 5070
Added tag jdk7-b86 for changeset cd99680e9c56
Wed, 05 Jul 2017 17:08:45 +0200 Merge
duke [Wed, 05 Jul 2017 17:08:45 +0200] rev 5069
Merge
Thu, 18 Mar 2010 13:52:55 -0700 Added tag jdk7-b86 for changeset 998d177fa12c
mikejwre [Thu, 18 Mar 2010 13:52:55 -0700] rev 5068
Added tag jdk7-b86 for changeset 998d177fa12c
Wed, 05 Jul 2017 17:08:42 +0200 Merge
duke [Wed, 05 Jul 2017 17:08:42 +0200] rev 5067
Merge
(0) -3000 -1000 -480 +480 +1000 +3000 +10000 +30000 tip