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