Fri, 27 Mar 2009 14:11:35 -0700 Added tag jdk7-b52 for changeset 0d989c04422c
xdono [Fri, 27 Mar 2009 14:11:35 -0700] rev 2243
Added tag jdk7-b52 for changeset 0d989c04422c
Fri, 27 Mar 2009 14:11:31 -0700 Added tag jdk7-b52 for changeset 90eb5f83241a
xdono [Fri, 27 Mar 2009 14:11:31 -0700] rev 2242
Added tag jdk7-b52 for changeset 90eb5f83241a
Wed, 05 Jul 2017 16:49:29 +0200 Added tag jdk7-b52 for changeset 7a90e89e36d1
duke [Wed, 05 Jul 2017 16:49:29 +0200] rev 2241
Added tag jdk7-b52 for changeset 7a90e89e36d1
Wed, 05 Jul 2017 16:49:29 +0200 Merge jdk7-b52
duke [Wed, 05 Jul 2017 16:49:29 +0200] rev 2240
Merge
Wed, 05 Jul 2017 16:49:26 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:26 +0200] rev 2239
Merge
Thu, 19 Mar 2009 13:25:44 -0700 Added tag jdk7-b51 for changeset 95e3c21b2919
xdono [Thu, 19 Mar 2009 13:25:44 -0700] rev 2238
Added tag jdk7-b51 for changeset 95e3c21b2919
Wed, 05 Jul 2017 16:49:24 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:24 +0200] rev 2237
Merge
Thu, 19 Mar 2009 13:25:29 -0700 Added tag jdk7-b51 for changeset a727a0158548
xdono [Thu, 19 Mar 2009 13:25:29 -0700] rev 2236
Added tag jdk7-b51 for changeset a727a0158548
Wed, 05 Jul 2017 16:49:22 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:22 +0200] rev 2235
Merge
Thu, 19 Mar 2009 13:25:27 -0700 Added tag jdk7-b51 for changeset c00902c9cfbf
xdono [Thu, 19 Mar 2009 13:25:27 -0700] rev 2234
Added tag jdk7-b51 for changeset c00902c9cfbf
Wed, 05 Jul 2017 16:49:20 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:20 +0200] rev 2233
Merge
Thu, 19 Mar 2009 13:25:19 -0700 Added tag jdk7-b51 for changeset 222ac40efb53
xdono [Thu, 19 Mar 2009 13:25:19 -0700] rev 2232
Added tag jdk7-b51 for changeset 222ac40efb53
Wed, 05 Jul 2017 16:49:18 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:18 +0200] rev 2231
Merge
Thu, 19 Mar 2009 13:25:35 -0700 Added tag jdk7-b51 for changeset 7f8562969499
xdono [Thu, 19 Mar 2009 13:25:35 -0700] rev 2230
Added tag jdk7-b51 for changeset 7f8562969499
Wed, 05 Jul 2017 16:49:16 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:16 +0200] rev 2229
Merge
Thu, 19 Mar 2009 13:25:23 -0700 Added tag jdk7-b51 for changeset c5c3e5f4accc
xdono [Thu, 19 Mar 2009 13:25:23 -0700] rev 2228
Added tag jdk7-b51 for changeset c5c3e5f4accc
Thu, 19 Mar 2009 13:25:18 -0700 Added tag jdk7-b51 for changeset 82d167c95656
xdono [Thu, 19 Mar 2009 13:25:18 -0700] rev 2227
Added tag jdk7-b51 for changeset 82d167c95656
Wed, 05 Jul 2017 16:49:08 +0200 Added tag jdk7-b51 for changeset a25c5ec5e40e
duke [Wed, 05 Jul 2017 16:49:08 +0200] rev 2226
Added tag jdk7-b51 for changeset a25c5ec5e40e
Wed, 05 Jul 2017 16:49:07 +0200 Merge jdk7-b51
duke [Wed, 05 Jul 2017 16:49:07 +0200] rev 2225
Merge
Wed, 05 Jul 2017 16:49:05 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:05 +0200] rev 2224
Merge
Mon, 09 Mar 2009 23:53:41 -0700 Merge
tbell [Mon, 09 Mar 2009 23:53:41 -0700] rev 2223
Merge
Fri, 06 Mar 2009 10:53:48 -0800 Merge
tbell [Fri, 06 Mar 2009 10:53:48 -0800] rev 2222
Merge
Thu, 05 Mar 2009 17:25:37 +0000 6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore [Thu, 05 Mar 2009 17:25:37 +0000] rev 2221
6799605: Basic/Raw formatters should use type/symbol printer instead of toString() Summary: create new combo type/symbol visitor printer used by all diagnostic formatters Reviewed-by: jjg
Thu, 05 Mar 2009 17:25:13 +0000 6807255: LineNumberTable wrong if enhanced-for-loops are used
mcimadamore [Thu, 05 Mar 2009 17:25:13 +0000] rev 2220
6807255: LineNumberTable wrong if enhanced-for-loops are used Summary: end position of iterable for-each loop was not set properly Reviewed-by: jjg
Thu, 05 Mar 2009 17:24:40 +0000 6804733: javac generates spourious diagnostics for ill-formed type-variable bounds
mcimadamore [Thu, 05 Mar 2009 17:24:40 +0000] rev 2219
6804733: javac generates spourious diagnostics for ill-formed type-variable bounds Summary: fixed algorithm for checking cycles in typevar declarations Reviewed-by: jjg
Thu, 05 Mar 2009 17:24:08 +0000 6467183: javac fails to raise unchecked warning on cast of parameterized generic subclass
mcimadamore [Thu, 05 Mar 2009 17:24:08 +0000] rev 2218
6467183: javac fails to raise unchecked warning on cast of parameterized generic subclass Summary: cleanup code for generating unchecked cast warnings Reviewed-by: jjg
Mon, 02 Mar 2009 15:11:29 -0800 Merge
tbell [Mon, 02 Mar 2009 15:11:29 -0800] rev 2217
Merge
Fri, 27 Feb 2009 18:57:17 -0800 6786690: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue
bpatel [Fri, 27 Feb 2009 18:57:17 -0800] rev 2216
6786690: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue Reviewed-by: jjg
Tue, 24 Feb 2009 17:48:53 -0800 6498938: Faulty comparison of TypeMirror objects in getElementsAnnotatedWith implementation
darcy [Tue, 24 Feb 2009 17:48:53 -0800] rev 2215
6498938: Faulty comparison of TypeMirror objects in getElementsAnnotatedWith implementation Reviewed-by: jjg
Tue, 24 Feb 2009 17:16:18 -0800 6501749: 6501749 Filer should state connection between created files and root elements
darcy [Tue, 24 Feb 2009 17:16:18 -0800] rev 2214
6501749: 6501749 Filer should state connection between created files and root elements Reviewed-by: jjg
Mon, 09 Mar 2009 13:34:19 -0700 Merge
xdono [Mon, 09 Mar 2009 13:34:19 -0700] rev 2213
Merge
Mon, 09 Mar 2009 13:29:06 -0700 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:29:06 -0700] rev 2212
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
Thu, 05 Mar 2009 09:49:26 -0800 Added tag jdk7-b50 for changeset 7faffd237305
xdono [Thu, 05 Mar 2009 09:49:26 -0800] rev 2211
Added tag jdk7-b50 for changeset 7faffd237305
Wed, 05 Jul 2017 16:49:00 +0200 Merge
duke [Wed, 05 Jul 2017 16:49:00 +0200] rev 2210
Merge
Mon, 09 Mar 2009 13:34:04 -0700 Merge
xdono [Mon, 09 Mar 2009 13:34:04 -0700] rev 2209
Merge
Mon, 09 Mar 2009 13:28:55 -0700 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:28:55 -0700] rev 2208
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
Thu, 05 Mar 2009 09:49:09 -0800 Added tag jdk7-b50 for changeset 4dd69fd1b1f9
xdono [Thu, 05 Mar 2009 09:49:09 -0800] rev 2207
Added tag jdk7-b50 for changeset 4dd69fd1b1f9
Wed, 05 Jul 2017 16:48:57 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:57 +0200] rev 2206
Merge
Mon, 09 Mar 2009 13:34:02 -0700 Merge
xdono [Mon, 09 Mar 2009 13:34:02 -0700] rev 2205
Merge
Mon, 09 Mar 2009 13:28:54 -0700 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:28:54 -0700] rev 2204
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
Thu, 05 Mar 2009 09:49:08 -0800 Added tag jdk7-b50 for changeset 9c9bf2f9d3f3
xdono [Thu, 05 Mar 2009 09:49:08 -0800] rev 2203
Added tag jdk7-b50 for changeset 9c9bf2f9d3f3
Wed, 05 Jul 2017 16:48:53 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:53 +0200] rev 2202
Merge
Mon, 16 Mar 2009 16:18:10 -0700 Merge
xdono [Mon, 16 Mar 2009 16:18:10 -0700] rev 2201
Merge
Wed, 11 Mar 2009 17:31:56 -0700 6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
ohair [Wed, 11 Mar 2009 17:31:56 -0700] rev 2200
6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003 Reviewed-by: tbell
Wed, 11 Mar 2009 14:38:02 -0700 6790292: BOOTDIR of jdk6 u12 will not work with jdk7 builds
ohair [Wed, 11 Mar 2009 14:38:02 -0700] rev 2199
6790292: BOOTDIR of jdk6 u12 will not work with jdk7 builds Reviewed-by: tbell
Mon, 09 Mar 2009 23:36:43 -0700 Merge
tbell [Mon, 09 Mar 2009 23:36:43 -0700] rev 2198
Merge
Fri, 06 Mar 2009 10:52:02 -0800 Merge
tbell [Fri, 06 Mar 2009 10:52:02 -0800] rev 2197
Merge
Mon, 02 Mar 2009 15:10:17 -0800 Merge
tbell [Mon, 02 Mar 2009 15:10:17 -0800] rev 2196
Merge
Thu, 26 Feb 2009 18:32:46 -0800 6810915: Sun proprietary warnings in JDK build
jjg [Thu, 26 Feb 2009 18:32:46 -0800] rev 2195
6810915: Sun proprietary warnings in JDK build Reviewed-by: ohair
Thu, 26 Feb 2009 18:28:21 -0800 6809563: corba build in JDK uses invalid bootclasspath for javah
jjg [Thu, 26 Feb 2009 18:28:21 -0800] rev 2194
6809563: corba build in JDK uses invalid bootclasspath for javah Reviewed-by: ohair
Mon, 09 Mar 2009 13:33:56 -0700 Merge
xdono [Mon, 09 Mar 2009 13:33:56 -0700] rev 2193
Merge
Mon, 09 Mar 2009 13:28:38 -0700 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:28:38 -0700] rev 2192
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
Thu, 05 Mar 2009 09:49:00 -0800 Added tag jdk7-b50 for changeset 4f3bb7d32ea0
xdono [Thu, 05 Mar 2009 09:49:00 -0800] rev 2191
Added tag jdk7-b50 for changeset 4f3bb7d32ea0
Wed, 05 Jul 2017 16:48:49 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:49 +0200] rev 2190
Merge
Tue, 17 Mar 2009 13:45:01 -0700 Merge
ohair [Tue, 17 Mar 2009 13:45:01 -0700] rev 2189
Merge
Tue, 17 Mar 2009 13:44:08 -0700 6818565: Regression with fix 6816311: COMPILER_VERSION -> REQUIRED_COMPILER_VERSION
ohair [Tue, 17 Mar 2009 13:44:08 -0700] rev 2188
6818565: Regression with fix 6816311: COMPILER_VERSION -> REQUIRED_COMPILER_VERSION Reviewed-by: tbell
Mon, 16 Mar 2009 16:18:28 -0700 Merge
xdono [Mon, 16 Mar 2009 16:18:28 -0700] rev 2187
Merge
Mon, 16 Mar 2009 11:24:06 -0700 6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
ohair [Mon, 16 Mar 2009 11:24:06 -0700] rev 2186
6816311: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003 Summary: These changes create a preference for the newer 6.1 SDK on Windows. Reviewed-by: tbell
Mon, 09 Mar 2009 23:37:17 -0700 Merge
tbell [Mon, 09 Mar 2009 23:37:17 -0700] rev 2185
Merge
Mon, 09 Mar 2009 09:56:58 -0400 Merge
mullan [Mon, 09 Mar 2009 09:56:58 -0400] rev 2184
Merge
Mon, 09 Mar 2009 09:46:43 -0400 6787130: java.policy file contains stale link to http://java.sun.com/notes
mullan [Mon, 09 Mar 2009 09:46:43 -0400] rev 2183
6787130: java.policy file contains stale link to http://java.sun.com/notes Reviewed-by: weijun
Fri, 06 Mar 2009 10:52:36 -0800 Merge
tbell [Fri, 06 Mar 2009 10:52:36 -0800] rev 2182
Merge
Thu, 05 Mar 2009 11:44:40 -0800 Merge
valeriep [Thu, 05 Mar 2009 11:44:40 -0800] rev 2181
Merge
Tue, 03 Mar 2009 19:50:59 -0800 6812738: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes with PCKS11 provider
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
Thu, 05 Mar 2009 14:49:55 +0800 6813402: keytool cannot -printcert entries without extensions
weijun [Thu, 05 Mar 2009 14:49:55 +0800] rev 2179
6813402: keytool cannot -printcert entries without extensions Reviewed-by: xuelei
Wed, 04 Mar 2009 09:26:41 -0800 6812879: Excess code line in ArrayList method
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
Wed, 04 Mar 2009 13:36:33 +0000 6737323: Typo in javadoc for SocketPermission
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
Wed, 04 Mar 2009 13:28:16 +0000 6775145: ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader)
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
Wed, 04 Mar 2009 15:09:14 +0800 6705872: SecureRandom number init is taking too long on a java.io.tmpdir with a large number of files.
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
Tue, 03 Mar 2009 19:26:43 -0800 6799230: Lazily load java.lang.annotation.Annotation class
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
Mon, 02 Mar 2009 15:10:55 -0800 Merge
tbell [Mon, 02 Mar 2009 15:10:55 -0800] rev 2173
Merge
Mon, 02 Mar 2009 23:17:53 +0800 6549506: Specification of Permission.toString() method contradicts with JDK implementation
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
Fri, 27 Feb 2009 16:34:19 -0800 6809504: Remove enctype="text/xml" from the offline registration page
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
Fri, 27 Feb 2009 13:43:48 -0800 6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
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
Thu, 26 Feb 2009 18:51:57 -0800 6810915: Sun proprietary warnings in JDK build
jjg [Thu, 26 Feb 2009 18:51:57 -0800] rev 2169
6810915: Sun proprietary warnings in JDK build Reviewed-by: ohair
Thu, 26 Feb 2009 14:36:51 -0800 6801467: Defer get the launcher resource bundle until it's needed
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
Wed, 25 Feb 2009 14:32:01 +0000 Merge
kevinw [Wed, 25 Feb 2009 14:32:01 +0000] rev 2167
Merge
Tue, 24 Feb 2009 19:03:58 +0000 6809463: Missing license header in test LargeZipFile.java
kevinw [Tue, 24 Feb 2009 19:03:58 +0000] rev 2166
6809463: Missing license header in test LargeZipFile.java Reviewed-by: alanb
Tue, 24 Feb 2009 14:01:45 -0800 6803402: Race condition in AbstractQueuedSynchronizer
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
Mon, 09 Mar 2009 13:34:14 -0700 Merge
xdono [Mon, 09 Mar 2009 13:34:14 -0700] rev 2164
Merge
Mon, 09 Mar 2009 13:29:01 -0700 6814575: Update copyright year
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
Mon, 09 Mar 2009 11:43:45 -0700 Merge
xdono [Mon, 09 Mar 2009 11:43:45 -0700] rev 2162
Merge
Tue, 03 Mar 2009 15:21:28 -0800 Merge
xdono [Tue, 03 Mar 2009 15:21:28 -0800] rev 2161
Merge
Fri, 27 Feb 2009 15:55:58 -0800 Merge
xdono [Fri, 27 Feb 2009 15:55:58 -0800] rev 2160
Merge
Fri, 27 Feb 2009 15:13:41 -0800 Merge
xdono [Fri, 27 Feb 2009 15:13:41 -0800] rev 2159
Merge
Sat, 31 Jan 2009 17:31:21 -0800 6799141: Build with --hash-style=both so that binaries can work on SuSE 10
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
Thu, 05 Mar 2009 09:49:16 -0800 Added tag jdk7-b50 for changeset 6075b2a504ac
xdono [Thu, 05 Mar 2009 09:49:16 -0800] rev 2157
Added tag jdk7-b50 for changeset 6075b2a504ac
Wed, 05 Jul 2017 16:48:40 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:40 +0200] rev 2156
Merge
Thu, 12 Mar 2009 18:17:25 -0700 6816970: Bump HS15 build number to 03
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
Thu, 12 Mar 2009 18:16:36 -0700 Merge
trims [Thu, 12 Mar 2009 18:16:36 -0700] rev 2154
Merge
Thu, 12 Mar 2009 11:34:44 -0400 Merge
tonyp [Thu, 12 Mar 2009 11:34:44 -0400] rev 2153
Merge
Tue, 10 Mar 2009 00:47:05 -0700 6760309: G1: update remembered sets during Full GCs
apetrusenko [Tue, 10 Mar 2009 00:47:05 -0700] rev 2152
6760309: G1: update remembered sets during Full GCs Reviewed-by: iveresov, tonyp
Tue, 10 Mar 2009 08:52:16 -0700 Merge
kvn [Tue, 10 Mar 2009 08:52:16 -0700] rev 2151
Merge
Mon, 09 Mar 2009 03:17:11 -0700 6797305: Add LoadUB and LoadUI opcode class
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
Fri, 06 Mar 2009 21:36:50 -0800 6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
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
Wed, 04 Mar 2009 09:58:39 -0800 6812678: macro assembler needs delayed binding of a few constants (for 6655638)
jrose [Wed, 04 Mar 2009 09:58:39 -0800] rev 2148
6812678: macro assembler needs delayed binding of a few constants (for 6655638) Summary: minor assembler enhancements preparing for method handles Reviewed-by: kvn
Tue, 03 Mar 2009 18:25:57 -0800 6812721: Block's frequency should not be NaN
kvn [Tue, 03 Mar 2009 18:25:57 -0800] rev 2147
6812721: Block's frequency should not be NaN Summary: Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN Reviewed-by: never
Mon, 09 Mar 2009 11:32:57 -0400 Merge
tonyp [Mon, 09 Mar 2009 11:32:57 -0400] rev 2146
Merge
Sat, 07 Mar 2009 11:07:37 -0500 6814467: G1: small fixes related to concurrent marking verboseness
tonyp [Sat, 07 Mar 2009 11:07:37 -0500] rev 2145
6814467: G1: small fixes related to concurrent marking verboseness Summary: A few small fixes to remove some inconsistencies in the concurrent mark-related verbose GC output. Reviewed-by: jmasa
Sat, 07 Mar 2009 11:07:37 -0500 6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity")
tonyp [Sat, 07 Mar 2009 11:07:37 -0500] rev 2144
6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity") Summary: The length of the fast cset test vector is decided at the beginning of a GC, but more regions can be added during the GC. The simple fix is to set the length of the fast cset test vector to the max. Reviewed-by: iveresov
Sat, 07 Mar 2009 11:07:36 -0500 6810698: G1: two small bugs in the sparse remembered sets
tonyp [Sat, 07 Mar 2009 11:07:36 -0500] rev 2143
6810698: G1: two small bugs in the sparse remembered sets Summary: The _expanded flag of the sparse RSets is not reset and this can leave a RSet in an inconsistent state if it is expanded more than once. Also, we should be iterating over the _cur, instead of the _next, sparse table Reviewed-by: apetrusenko, iveresov
Fri, 06 Mar 2009 13:50:14 -0800 6720309: G1: don't synchronously update RSet during evacuation pauses
iveresov [Fri, 06 Mar 2009 13:50:14 -0800] rev 2142
6720309: G1: don't synchronously update RSet during evacuation pauses 6720334: G1: don't update RSets of collection set regions during an evacuation pause Summary: Introduced a deferred update mechanism for delaying the rset updates during the collection pause Reviewed-by: apetrusenko, tonyp
Mon, 02 Mar 2009 16:37:04 -0800 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
ysr [Mon, 02 Mar 2009 16:37:04 -0800] rev 2141
6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint. Reviewed-by: jmasa, alanb, mchung
Thu, 05 Mar 2009 22:07:29 -0500 Merge
acorn [Thu, 05 Mar 2009 22:07:29 -0500] rev 2140
Merge
Mon, 02 Mar 2009 16:56:51 -0700 Merge
dcubed [Mon, 02 Mar 2009 16:56:51 -0700] rev 2139
Merge
Mon, 02 Mar 2009 14:43:36 -0700 Merge
dcubed [Mon, 02 Mar 2009 14:43:36 -0700] rev 2138
Merge
Mon, 02 Mar 2009 14:05:07 -0700 6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer
dcubed [Mon, 02 Mar 2009 14:05:07 -0700] rev 2137
6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer Summary: Change JvmtiEnvBase::is_valid() and JvmtiRawMonitor::is_valid() to fetch the _magic fields via Bytes::get_native_u[248](). Reviewed-by: coleenp, swamyv
Mon, 02 Mar 2009 14:03:03 -0700 6805864: 4/3 Problem with jvmti->redefineClasses: some methods don't get redefined
dcubed [Mon, 02 Mar 2009 14:03:03 -0700] rev 2136
6805864: 4/3 Problem with jvmti->redefineClasses: some methods don't get redefined Summary: Remove incorrect optimization in klassItable::adjust_method_entries(). Add RedefineClasses() tracing support for obsolete method entry. Reviewed-by: acorn, swamyv
Mon, 02 Mar 2009 14:00:23 -0700 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed [Mon, 02 Mar 2009 14:00:23 -0700] rev 2135
6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness Summary: Check for NULL return values from jvmti_thread_state() and state_for() and return a JVM TI error code as appropriate. Reviewed-by: coleenp, swamyv
Mon, 02 Mar 2009 13:57:17 -0700 6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one")
dcubed [Mon, 02 Mar 2009 13:57:17 -0700] rev 2134
6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one") Summary: Don't create JvmtiThreadState for an exiting JavaThread. Reviewed-by: coleenp, swamyv
Tue, 03 Mar 2009 10:34:22 -0800 Merge
kvn [Tue, 03 Mar 2009 10:34:22 -0800] rev 2133
Merge
Sun, 01 Mar 2009 20:49:46 -0800 6811384: MacroAssembler::serialize_memory may touch next page on amd64
never [Sun, 01 Mar 2009 20:49:46 -0800] rev 2132
6811384: MacroAssembler::serialize_memory may touch next page on amd64 Reviewed-by: kvn, phh, twisti
Fri, 27 Feb 2009 13:27:09 -0800 6810672: Comment typos
twisti [Fri, 27 Feb 2009 13:27:09 -0800] rev 2131
6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
Fri, 27 Feb 2009 08:34:19 -0800 6811267: Fix for 6809798 broke linux build
kvn [Fri, 27 Feb 2009 08:34:19 -0800] rev 2130
6811267: Fix for 6809798 broke linux build Summary: Fix method's declaration. Reviewed-by: phh, twisti
Fri, 27 Feb 2009 03:35:40 -0800 6778669: Patch from Red Hat -- fixes compilation errors
twisti [Fri, 27 Feb 2009 03:35:40 -0800] rev 2129
6778669: Patch from Red Hat -- fixes compilation errors Summary: Some fixes which are required to build on recent GCCs. Reviewed-by: never, kvn Contributed-by: langel@redhat.com
Thu, 26 Feb 2009 16:57:21 -0800 6810855: KILL vs. TEMP ordering restrictions are too strong
never [Thu, 26 Feb 2009 16:57:21 -0800] rev 2128
6810855: KILL vs. TEMP ordering restrictions are too strong Reviewed-by: kvn
Thu, 26 Feb 2009 14:26:02 -0800 6809798: SafePointScalarObject node placed into incorrect block during GCM
kvn [Thu, 26 Feb 2009 14:26:02 -0800] rev 2127
6809798: SafePointScalarObject node placed into incorrect block during GCM Summary: Replace the control edge of a pinned node before scheduling. Reviewed-by: never
Wed, 25 Feb 2009 14:36:27 -0800 6807963: need tool to make sense of LogCompilaton output
never [Wed, 25 Feb 2009 14:36:27 -0800] rev 2126
6807963: need tool to make sense of LogCompilaton output Reviewed-by: kvn
Wed, 25 Feb 2009 10:53:14 -0800 6805427: adlc compiler may generate incorrect machnode emission code
never [Wed, 25 Feb 2009 10:53:14 -0800] rev 2125
6805427: adlc compiler may generate incorrect machnode emission code Reviewed-by: kvn, twisti
Fri, 27 Feb 2009 15:30:47 -0800 Merge
ysr [Fri, 27 Feb 2009 15:30:47 -0800] rev 2124
Merge
(0) -1000 -120 +120 +1000 +3000 +10000 +30000 tip