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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip