Thu, 20 Aug 2009 12:46:43 +0400 6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers
dcherepanov [Thu, 20 Aug 2009 12:46:43 +0400] rev 4191
6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers Summary: toString is called on security sensitive objects Reviewed-by: art, hawtin
Tue, 18 Aug 2009 20:47:13 -0700 6861062: Disable MD2 support
xuelei [Tue, 18 Aug 2009 20:47:13 -0700] rev 4190
6861062: Disable MD2 support Reviewed-by: mullan, weijun
Tue, 18 Aug 2009 16:53:23 -0700 Merge
asaha [Tue, 18 Aug 2009 16:53:23 -0700] rev 4189
Merge
Tue, 18 Aug 2009 12:10:12 +0800 6864911: ASN.1/DER input stream parser needs more work
weijun [Tue, 18 Aug 2009 12:10:12 +0800] rev 4188
6864911: ASN.1/DER input stream parser needs more work Reviewed-by: mullan, xuelei
Sun, 08 Nov 2009 15:11:10 -0800 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair [Sun, 08 Nov 2009 15:11:10 -0800] rev 4187
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option Reviewed-by: tbell, jjg, alanb
Fri, 06 Nov 2009 17:27:41 -0800 Merge
tbell [Fri, 06 Nov 2009 17:27:41 -0800] rev 4186
Merge
Thu, 05 Nov 2009 16:12:45 -0800 6898220: Optimize Formatter.parse (including String.printf)
martin [Thu, 05 Nov 2009 16:12:45 -0800] rev 4185
6898220: Optimize Formatter.parse (including String.printf) Summary: Create fewer objects when parsing Reviewed-by: sherman Contributed-by: Daniel Martin <dtm@google.com>
Thu, 05 Nov 2009 16:12:45 -0800 6897553: LinkedList performance improvements
martin [Thu, 05 Nov 2009 16:12:45 -0800] rev 4184
6897553: LinkedList performance improvements Summary: LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node Reviewed-by: dl, jjb, forax
Wed, 04 Nov 2009 15:22:30 -0800 6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
martin [Wed, 04 Nov 2009 15:22:30 -0800] rev 4183
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx) Summary: Use O(1) Iterator instead of O(N) operations on LinkedList updateList Reviewed-by: alanb Contributed-by: Igor Chernyshev <igorc@google.com>
Tue, 03 Nov 2009 15:01:50 -0800 6897550: BigInteger constructor should use local cached String length
darcy [Tue, 03 Nov 2009 15:01:50 -0800] rev 4182
6897550: BigInteger constructor should use local cached String length Reviewed-by: andrew, chegar
Fri, 30 Oct 2009 21:31:02 +0000 6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg
alanb [Fri, 30 Oct 2009 21:31:02 +0000] rev 4181
6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg Reviewed-by: mchung, tbell
Fri, 30 Oct 2009 13:12:24 -0700 Merge
tbell [Fri, 30 Oct 2009 13:12:24 -0700] rev 4180
Merge
Fri, 30 Oct 2009 09:06:38 -0700 Merge
tbell [Fri, 30 Oct 2009 09:06:38 -0700] rev 4179
Merge
Fri, 30 Oct 2009 13:01:16 -0700 6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
sherman [Fri, 30 Oct 2009 13:01:16 -0700] rev 4178
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError Summary: Fixed the boundary check in Deflater.java Reviewed-by: alanb
Fri, 30 Oct 2009 15:06:24 +0000 6896573: Arrays.sort(long[]) fails with StackOverflowError
alanb [Fri, 30 Oct 2009 15:06:24 +0000] rev 4177
6896573: Arrays.sort(long[]) fails with StackOverflowError Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com
Fri, 30 Oct 2009 11:28:42 +0800 6894534: SeedGenerator shouldn't require java.nio.file to be present
weijun [Fri, 30 Oct 2009 11:28:42 +0800] rev 4176
6894534: SeedGenerator shouldn't require java.nio.file to be present Reviewed-by: alanb
Thu, 29 Oct 2009 19:55:52 -0700 Merge
mchung [Thu, 29 Oct 2009 19:55:52 -0700] rev 4175
Merge
Thu, 29 Oct 2009 09:22:00 -0700 6896422: Add @ignore to test/java/util/zip/Bounds.java
mchung [Thu, 29 Oct 2009 09:22:00 -0700] rev 4174
6896422: Add @ignore to test/java/util/zip/Bounds.java Summary: ignore test/java/util/zip/Bounds.java until 6896424 is resolved Reviewed-by: sherman
Wed, 28 Oct 2009 11:18:01 -0700 6895875: Missing serialVersionUID in sun.management classes
mchung [Wed, 28 Oct 2009 11:18:01 -0700] rev 4173
6895875: Missing serialVersionUID in sun.management classes Summary: Added serialVersionUID to fix warning errors Reviewed-by: alanb
Tue, 27 Oct 2009 16:32:23 -0700 6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging
mchung [Tue, 27 Oct 2009 16:32:23 -0700] rev 4172
6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging Summary: Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean Reviewed-by: alanb
Tue, 27 Oct 2009 16:31:01 -0700 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot
mchung [Tue, 27 Oct 2009 16:31:01 -0700] rev 4171
6895456: Eliminate dependency on java.io.ObjectStreamClass during boot Summary: Duplicate ObjectStreamClass.getClassSignature method in ObjectStreamField class Reviewed-by: alanb
Thu, 29 Oct 2009 11:18:37 +0000 6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation
alanb [Thu, 29 Oct 2009 11:18:37 +0000] rev 4170
6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com, joshua.bloch@google.com, jbentley@avaya.com
Wed, 28 Oct 2009 15:32:49 +0800 6890872: keytool -printcert to recognize signed jar files
weijun [Wed, 28 Oct 2009 15:32:49 +0800] rev 4169
6890872: keytool -printcert to recognize signed jar files Reviewed-by: mullan
Wed, 28 Oct 2009 15:32:30 +0800 6893158: AP_REQ check should use key version number
weijun [Wed, 28 Oct 2009 15:32:30 +0800] rev 4168
6893158: AP_REQ check should use key version number Reviewed-by: valeriep, xuelei
Tue, 27 Oct 2009 08:55:35 +0000 6888179: Separate out dependency on CORBA
alanb [Tue, 27 Oct 2009 08:55:35 +0000] rev 4167
6888179: Separate out dependency on CORBA Reviewed-by: dfuchs
Sat, 24 Oct 2009 20:36:01 +0100 6894633: NetHooks should not require provider to be present (sol)
alanb [Sat, 24 Oct 2009 20:36:01 +0100] rev 4166
6894633: NetHooks should not require provider to be present (sol) Reviewed-by: chegar, jccollet
Fri, 23 Oct 2009 11:18:17 -0700 6891113: More methods for java.util.Objects: deepEquals, hash, toString with default
darcy [Fri, 23 Oct 2009 11:18:17 -0700] rev 4165
6891113: More methods for java.util.Objects: deepEquals, hash, toString with default Reviewed-by: alanb, gafter
Thu, 22 Oct 2009 15:44:42 +0100 6894169: Move HttpLogFormatter into a separate package
chegar [Thu, 22 Oct 2009 15:44:42 +0100] rev 4164
6894169: Move HttpLogFormatter into a separate package Reviewed-by: alanb
Wed, 21 Oct 2009 11:52:04 -0700 Merge
sherman [Wed, 21 Oct 2009 11:52:04 -0700] rev 4163
Merge
Wed, 21 Oct 2009 11:50:25 -0700 4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH)
sherman [Wed, 21 Oct 2009 11:50:25 -0700] rev 4162
4206909: want java.util.zip to work for interactive use (Z_SYNC_FLUSH) Summary: Add sync_flush option into Deflater/DefalterOutputStream Reviewed-by: martin, alanb
Wed, 21 Oct 2009 11:40:40 -0700 6878475: Better syntax for the named capture group in regex
sherman [Wed, 21 Oct 2009 11:40:40 -0700] rev 4161
6878475: Better syntax for the named capture group in regex Summary: Updated the syntax of the newly added named capture group Reviewed-by: martin, alanb
Wed, 21 Oct 2009 09:53:23 -0700 6560935: BigInteger.modPow() throws ArithmeticException for negative exponent
darcy [Wed, 21 Oct 2009 09:53:23 -0700] rev 4160
6560935: BigInteger.modPow() throws ArithmeticException for negative exponent Reviewed-by: alanb
Wed, 21 Oct 2009 16:50:44 +0100 Merge
chegar [Wed, 21 Oct 2009 16:50:44 +0100] rev 4159
Merge
Wed, 21 Oct 2009 15:47:09 +0100 Merge
chegar [Wed, 21 Oct 2009 15:47:09 +0100] rev 4158
Merge
Wed, 21 Oct 2009 15:41:42 +0100 6893238: Move NTLM and SPNEGO implementations into separate packages
chegar [Wed, 21 Oct 2009 15:41:42 +0100] rev 4157
6893238: Move NTLM and SPNEGO implementations into separate packages Reviewed-by: michaelm, alanb
Wed, 21 Oct 2009 17:33:18 +0200 6851617: Remove JSR 255 (JMX API 2.0) from JDK 7
emcmanus [Wed, 21 Oct 2009 17:33:18 +0200] rev 4156
6851617: Remove JSR 255 (JMX API 2.0) from JDK 7 Summary: See http://weblogs.java.net/blog/2009/06/16/jsr-255-jmx-api-20-postponed Reviewed-by: dfuchs
Wed, 21 Oct 2009 16:28:57 +0200 6893702: Overhaul of Ftp Client internal code
jccollet [Wed, 21 Oct 2009 16:28:57 +0200] rev 4155
6893702: Overhaul of Ftp Client internal code Summary: Major reorg of internal FTP client code Reviewed-by: chegar
Wed, 21 Oct 2009 13:42:39 +0200 6873543: CookieManager doesn't enforce httpOnly
jccollet [Wed, 21 Oct 2009 13:42:39 +0200] rev 4154
6873543: CookieManager doesn't enforce httpOnly Summary: Adds check for httpOnly tag and clarifies javadoc Reviewed-by: chegar
Wed, 21 Oct 2009 00:12:59 -0700 6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u
tbell [Wed, 21 Oct 2009 00:12:59 -0700] rev 4153
6893426: ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u Reviewed-by: ohair, dcubed
Wed, 21 Oct 2009 08:17:35 +0800 6870812: enhance security tools to use ECC algorithms
weijun [Wed, 21 Oct 2009 08:17:35 +0800] rev 4152
6870812: enhance security tools to use ECC algorithms Reviewed-by: vinnie, mullan
Tue, 20 Oct 2009 09:51:28 -0700 6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError
darcy [Tue, 20 Oct 2009 09:51:28 -0700] rev 4151
6371401: java.math.BigInteger.shift(Integer.MIN_VALUE) throws StackOverflowError Reviewed-by: alanb
Tue, 20 Oct 2009 15:35:55 +0100 6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed.
michaelm [Tue, 20 Oct 2009 15:35:55 +0100] rev 4150
6890349: Fix #6870935 in jdk7/pit/b74 caused HttpClinet's check for "proxy capture" attack by-passed. Summary: pass exception up stack Reviewed-by: chegar
Thu, 12 Nov 2009 15:35:52 -0800 Added tag jdk7-b76 for changeset 731e12a5b61d
katleman [Thu, 12 Nov 2009 15:35:52 -0800] rev 4149
Added tag jdk7-b76 for changeset 731e12a5b61d
Wed, 05 Jul 2017 17:03:13 +0200 Merge
duke [Wed, 05 Jul 2017 17:03:13 +0200] rev 4148
Merge
Thu, 12 Nov 2009 15:35:38 -0800 Added tag jdk7-b76 for changeset 02d36709a16f
katleman [Thu, 12 Nov 2009 15:35:38 -0800] rev 4147
Added tag jdk7-b76 for changeset 02d36709a16f
Thu, 12 Nov 2009 15:35:34 -0800 Added tag jdk7-b76 for changeset ef0a6062eaec
katleman [Thu, 12 Nov 2009 15:35:34 -0800] rev 4146
Added tag jdk7-b76 for changeset ef0a6062eaec
Wed, 05 Jul 2017 17:03:06 +0200 Added tag jdk7-b76 for changeset 09e0b33177af
duke [Wed, 05 Jul 2017 17:03:06 +0200] rev 4145
Added tag jdk7-b76 for changeset 09e0b33177af
Wed, 05 Jul 2017 17:03:05 +0200 Merge jdk7-b76
duke [Wed, 05 Jul 2017 17:03:05 +0200] rev 4144
Merge
Wed, 05 Jul 2017 17:03:03 +0200 Merge
duke [Wed, 05 Jul 2017 17:03:03 +0200] rev 4143
Merge
Mon, 02 Nov 2009 21:36:59 -0800 6827009: Project Coin: Strings in Switch
darcy [Mon, 02 Nov 2009 21:36:59 -0800] rev 4142
6827009: Project Coin: Strings in Switch Reviewed-by: jjg, mcimadamore
Fri, 30 Oct 2009 10:55:00 -0700 Added tag jdk7-b75 for changeset 0096541a388e
mikejwre [Fri, 30 Oct 2009 10:55:00 -0700] rev 4141
Added tag jdk7-b75 for changeset 0096541a388e
Wed, 05 Jul 2017 17:02:58 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:58 +0200] rev 4140
Merge
Fri, 06 Nov 2009 17:26:24 -0800 Merge
tbell [Fri, 06 Nov 2009 17:26:24 -0800] rev 4139
Merge
Thu, 05 Nov 2009 00:02:38 +0000 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
andrew [Thu, 05 Nov 2009 00:02:38 +0000] rev 4138
6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws Summary: Allowthe directory for downloaded drops to beset using ALT_DROPS_DIR Reviewed-by: ohair, jjg
Fri, 23 Oct 2009 11:06:56 -0700 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
ohair [Fri, 23 Oct 2009 11:06:56 -0700] rev 4137
6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic Reviewed-by: andrew
Fri, 30 Oct 2009 10:54:45 -0700 Added tag jdk7-b75 for changeset 1b2a2be70c6e
mikejwre [Fri, 30 Oct 2009 10:54:45 -0700] rev 4136
Added tag jdk7-b75 for changeset 1b2a2be70c6e
Wed, 05 Jul 2017 17:02:54 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:54 +0200] rev 4135
Merge
Fri, 06 Nov 2009 17:26:01 -0800 Merge
tbell [Fri, 06 Nov 2009 17:26:01 -0800] rev 4134
Merge
Thu, 05 Nov 2009 00:00:48 +0000 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
andrew [Thu, 05 Nov 2009 00:00:48 +0000] rev 4133
6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws Summary: Allow the directory for downloaded drops to be set using ALT_DROPS_DIR Reviewed-by: ohair, jjg
Fri, 23 Oct 2009 13:35:33 -0700 6894833: Upgrade jaxp drop source bundle
ohair [Fri, 23 Oct 2009 13:35:33 -0700] rev 4132
6894833: Upgrade jaxp drop source bundle Reviewed-by: tbell
Fri, 23 Oct 2009 11:05:51 -0700 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
ohair [Fri, 23 Oct 2009 11:05:51 -0700] rev 4131
6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic Reviewed-by: andrew
Fri, 30 Oct 2009 10:54:43 -0700 Added tag jdk7-b75 for changeset 48c7cd650a5e
mikejwre [Fri, 30 Oct 2009 10:54:43 -0700] rev 4130
Added tag jdk7-b75 for changeset 48c7cd650a5e
Wed, 05 Jul 2017 17:02:50 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:50 +0200] rev 4129
Merge
Sun, 08 Nov 2009 14:49:40 -0800 Merge
ohair [Sun, 08 Nov 2009 14:49:40 -0800] rev 4128
Merge
Wed, 04 Nov 2009 11:19:05 -0800 Merge
ohair [Wed, 04 Nov 2009 11:19:05 -0800] rev 4127
Merge
Mon, 02 Nov 2009 00:05:05 -0800 Merge
tbell [Mon, 02 Nov 2009 00:05:05 -0800] rev 4126
Merge
Tue, 20 Oct 2009 16:14:47 -0700 Merge
ohair [Tue, 20 Oct 2009 16:14:47 -0700] rev 4125
Merge
Thu, 15 Oct 2009 13:28:26 +0100 6891677: java/build integrate zero assembler JDK changes
gbenson [Thu, 15 Oct 2009 13:28:26 +0100] rev 4124
6891677: java/build integrate zero assembler JDK changes Summary: Build changes for the Zero assembler port Reviewed-by: ohair, tbell
Fri, 30 Oct 2009 10:54:27 -0700 Added tag jdk7-b75 for changeset 82850953ef29
mikejwre [Fri, 30 Oct 2009 10:54:27 -0700] rev 4123
Added tag jdk7-b75 for changeset 82850953ef29
Wed, 05 Jul 2017 17:02:46 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:46 +0200] rev 4122
Merge
Sun, 08 Nov 2009 14:49:18 -0800 Merge
ohair [Sun, 08 Nov 2009 14:49:18 -0800] rev 4121
Merge
Wed, 04 Nov 2009 11:19:42 -0800 Merge
ohair [Wed, 04 Nov 2009 11:19:42 -0800] rev 4120
Merge
Mon, 02 Nov 2009 22:23:50 -0800 Merge
tbell [Mon, 02 Nov 2009 22:23:50 -0800] rev 4119
Merge
Mon, 02 Nov 2009 00:06:21 -0800 Merge
tbell [Mon, 02 Nov 2009 00:06:21 -0800] rev 4118
Merge
Wed, 28 Oct 2009 16:54:50 -0700 Merge
ohair [Wed, 28 Oct 2009 16:54:50 -0700] rev 4117
Merge
Wed, 28 Oct 2009 13:00:33 -0700 6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms
ohair [Wed, 28 Oct 2009 13:00:33 -0700] rev 4116
6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms Reviewed-by: jjg, tbell
Wed, 28 Oct 2009 12:54:37 -0700 6888701: Change all template java source files to a .java-template file suffix
ohair [Wed, 28 Oct 2009 12:54:37 -0700] rev 4115
6888701: Change all template java source files to a .java-template file suffix Reviewed-by: jjg, alanb, mr
Wed, 28 Oct 2009 16:26:52 -0700 Merge
ohair [Wed, 28 Oct 2009 16:26:52 -0700] rev 4114
Merge
Mon, 26 Oct 2009 21:42:20 +0000 6895287: disable building fontchecker
andrew [Mon, 26 Oct 2009 21:42:20 +0000] rev 4113
6895287: disable building fontchecker Summary: Changes to FontManager break bootstrap due to the fontchecker tool Reviewed-by: prr
Tue, 20 Oct 2009 16:15:20 -0700 Merge
ohair [Tue, 20 Oct 2009 16:15:20 -0700] rev 4112
Merge
Thu, 15 Oct 2009 13:27:59 +0100 6891677: java/build integrate zero assembler JDK changes
gbenson [Thu, 15 Oct 2009 13:27:59 +0100] rev 4111
6891677: java/build integrate zero assembler JDK changes Summary: Build changes for the Zero assembler port Reviewed-by: ohair, tbell
Mon, 02 Nov 2009 17:25:38 -0800 6865582: jsr166y - jsr166 maintenance update
dl [Mon, 02 Nov 2009 17:25:38 -0800] rev 4110
6865582: jsr166y - jsr166 maintenance update 6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue Reviewed-by: martin, chegar, dice
Fri, 30 Oct 2009 10:54:50 -0700 Added tag jdk7-b75 for changeset 203caeb1e9a8
mikejwre [Fri, 30 Oct 2009 10:54:50 -0700] rev 4109
Added tag jdk7-b75 for changeset 203caeb1e9a8
Wed, 05 Jul 2017 17:02:41 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:41 +0200] rev 4108
Merge
Fri, 06 Nov 2009 00:41:40 -0800 Merge
trims [Fri, 06 Nov 2009 00:41:40 -0800] rev 4107
Merge
Tue, 03 Nov 2009 16:43:16 -0800 6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
ysr [Tue, 03 Nov 2009 16:43:16 -0800] rev 4106
6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp Summary: Allow iteration over the shared spaces when using CDS, repealing previous proscription. Deferred further required CDS-related cleanups of perm gen to CR 6897789. Reviewed-by: phh, jmasa
Thu, 05 Nov 2009 15:58:32 -0800 6898707: Bump the HS17 build number to 05
trims [Thu, 05 Nov 2009 15:58:32 -0800] rev 4105
6898707: Bump the HS17 build number to 05 Summary: Update the HS17 build number to 05 Reviewed-by: jcoomes
Thu, 05 Nov 2009 15:44:04 -0800 Merge
trims [Thu, 05 Nov 2009 15:44:04 -0800] rev 4104
Merge
Fri, 30 Oct 2009 13:31:11 -0400 Merge
tonyp [Fri, 30 Oct 2009 13:31:11 -0400] rev 4103
Merge
Thu, 29 Oct 2009 09:42:26 -0700 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
johnc [Thu, 29 Oct 2009 09:42:26 -0700] rev 4102
6889740: G1: OpenDS fails with "unhandled exception in compiled code" Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null. Reviewed-by: kvn, twisti
Wed, 28 Oct 2009 11:16:42 -0700 6818264: Heap dumper unexpectedly adds .hprof suffix
ysr [Wed, 28 Oct 2009 11:16:42 -0700] rev 4101
6818264: Heap dumper unexpectedly adds .hprof suffix Summary: Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before. Reviewed-by: alanb, jcoomes, tonyp
Tue, 27 Oct 2009 02:42:24 -0700 6870843: G1: G1 GC memory leak
apetrusenko [Tue, 27 Oct 2009 02:42:24 -0700] rev 4100
6870843: G1: G1 GC memory leak Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC. Reviewed-by: tonyp, iveresov
Wed, 30 Sep 2009 14:50:51 -0400 6890137: G1: revamp reachable object dump
tonyp [Wed, 30 Sep 2009 14:50:51 -0400] rev 4099
6890137: G1: revamp reachable object dump Summary: Revamp the reachable object dump debugging facility. Reviewed-by: jmasa, apetrusenko
Fri, 23 Oct 2009 14:34:27 -0400 6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?")
tonyp [Fri, 23 Oct 2009 14:34:27 -0400] rev 4098
6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?") Summary: the assert is incorrect and can fire incorrectly due to floating point inaccuracy. Reviewed-by: apetrusenko, ysr, jcoomes
Thu, 29 Oct 2009 08:49:31 -0700 Merge
cfang [Thu, 29 Oct 2009 08:49:31 -0700] rev 4097
Merge
Tue, 27 Oct 2009 03:00:27 -0700 6893554: SPECjvm2008 mpegaudio fails with SecurityException
twisti [Tue, 27 Oct 2009 03:00:27 -0700] rev 4096
6893554: SPECjvm2008 mpegaudio fails with SecurityException Summary: The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers. Reviewed-by: kvn
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip