valeriep [Tue, 03 Mar 2009 19:50:59 -0800] rev 2180
6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider
Summary: Removed finalize() and add more error handling to native code
Reviewed-by: vinnie
weijun [Thu, 05 Mar 2009 14:49:55 +0800] rev 2179
6813402: keytool cannot -printcert entries without extensions
Reviewed-by: xuelei
sherman [Wed, 04 Mar 2009 09:26:41 -0800] rev 2178
6812879: Excess code line in ArrayList method
Summary: Removed the line of "oldData" which is no longer used.
Reviewed-by: martin
chegar [Wed, 04 Mar 2009 13:36:33 +0000] rev 2177
6737323: Typo in javadoc for SocketPermission
Summary: Remove redundant line form class description
Reviewed-by: jccollet
chegar [Wed, 04 Mar 2009 13:28:16 +0000] rev 2176
6775145: ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader)
Summary: Remove System.out debugging statements
Reviewed-by: michaelm
weijun [Wed, 04 Mar 2009 15:09:14 +0800] rev 2175
6705872: SecureRandom number init is taking too long on a java.io.tmpdir with a large number of files.
Reviewed-by: xuelei, alanb
mchung [Tue, 03 Mar 2009 19:26:43 -0800] rev 2174
6799230: Lazily load java.lang.annotation.Annotation class
Summary: Remove the static EMPTY_ANNOTATION_ARRAY field; add AnnotationParser.toArray method
Reviewed-by: darcy
tbell [Mon, 02 Mar 2009 15:10:55 -0800] rev 2173
Merge
xuelei [Mon, 02 Mar 2009 23:17:53 +0800] rev 2172
6549506: Specification of Permission.toString() method contradicts with JDK implementation
Summary: update the spec, and add double quotes around component.
Reviewed-by: weijun
mchung [Fri, 27 Feb 2009 16:34:19 -0800] rev 2171
6809504: Remove enctype="text/xml" from the offline registration page
Summary: Remove enctype="text/xml" from register.html and other localized versions
Reviewed-by: ksrini
mchung [Fri, 27 Feb 2009 13:43:48 -0800] rev 2170
6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
Summary: Lazily initialize the hexFloatPattern static field
Reviewed-by: darcy
jjg [Thu, 26 Feb 2009 18:51:57 -0800] rev 2169
6810915: Sun proprietary warnings in JDK build
Reviewed-by: ohair
mchung [Thu, 26 Feb 2009 14:36:51 -0800] rev 2168
6801467: Defer get the launcher resource bundle until it's needed
Summary: Lazily initialize the launcher resource bundle
Reviewed-by: ksrini, darcy
kevinw [Wed, 25 Feb 2009 14:32:01 +0000] rev 2167
Merge
kevinw [Tue, 24 Feb 2009 19:03:58 +0000] rev 2166
6809463: Missing license header in test LargeZipFile.java
Reviewed-by: alanb
dl [Tue, 24 Feb 2009 14:01:45 -0800] rev 2165
6803402: Race condition in AbstractQueuedSynchronizer
Summary: Read fields in reverse initialization order
Reviewed-by: martin
xdono [Mon, 09 Mar 2009 13:34:14 -0700] rev 2164
Merge
xdono [Mon, 09 Mar 2009 13:29:01 -0700] rev 2163
6814575: Update copyright year
Summary: Update copyright for files that have been modified in 2009, up to 03/09
Reviewed-by: katleman, tbell, ohair
xdono [Mon, 09 Mar 2009 11:43:45 -0700] rev 2162
Merge
xdono [Tue, 03 Mar 2009 15:21:28 -0800] rev 2161
Merge
xdono [Fri, 27 Feb 2009 15:55:58 -0800] rev 2160
Merge
xdono [Fri, 27 Feb 2009 15:13:41 -0800] rev 2159
Merge
ohair [Sat, 31 Jan 2009 17:31:21 -0800] rev 2158
6799141: Build with --hash-style=both so that binaries can work on SuSE 10
Reviewed-by: tbell
xdono [Thu, 05 Mar 2009 09:49:16 -0800] rev 2157
Added tag jdk7-b50 for changeset 6075b2a504ac
duke [Wed, 05 Jul 2017 16:48:40 +0200] rev 2156
Merge
trims [Thu, 12 Mar 2009 18:17:25 -0700] rev 2155
6816970: Bump HS15 build number to 03
Summary: Update the HS15 Build number to 03
Reviewed-by: jcoomes
trims [Thu, 12 Mar 2009 18:16:36 -0700] rev 2154
Merge
tonyp [Thu, 12 Mar 2009 11:34:44 -0400] rev 2153
Merge
apetrusenko [Tue, 10 Mar 2009 00:47:05 -0700] rev 2152
6760309: G1: update remembered sets during Full GCs
Reviewed-by: iveresov, tonyp
kvn [Tue, 10 Mar 2009 08:52:16 -0700] rev 2151
Merge
twisti [Mon, 09 Mar 2009 03:17:11 -0700] rev 2150
6797305: Add LoadUB and LoadUI opcode class
Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.
Reviewed-by: never, kvn
jrose [Fri, 06 Mar 2009 21:36:50 -0800] rev 2149
6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
Summary: Code in vtableStubs and templateTable moved into MacroAssembler.
Reviewed-by: kvn