trims [Fri, 27 Mar 2009 16:58:30 -0700] rev 2274
6823377: Bump HS15 build number to 04
Summary: Update the HS15 Build number to 04
Reviewed-by: jcoomes
trims [Fri, 27 Mar 2009 16:54:56 -0700] rev 2273
Merge
acorn [Fri, 27 Mar 2009 14:35:44 -0400] rev 2272
Merge
ikrylov [Fri, 27 Mar 2009 01:35:39 -0500] rev 2271
6812297: update project creation for Visual Studio 2005-2008
Summary: Add 2 news classes to create VC8 and VC9 projects
Reviewed-by: apetrusenko, xlu
acorn [Thu, 26 Mar 2009 16:00:51 -0400] rev 2270
Merge
acorn [Wed, 25 Mar 2009 13:09:28 -0400] rev 2269
6603316: Improve instrumentation for classes loaded at startup
Reviewed-by: xlu, mchung
coleenp [Wed, 25 Mar 2009 14:19:20 -0400] rev 2268
6541756: Reduce executable C-heap
Summary: Add executable parameters to reserve_memory and commit_memory to reduce executable memory to only the Code Heap.
Reviewed-by: xlu, kvn, acorn
acorn [Mon, 23 Mar 2009 10:42:20 -0400] rev 2267
Merge
coleenp [Fri, 20 Mar 2009 22:08:48 -0400] rev 2266
6805748: Assertion "don't reset to 0 -- could be mistaken for never-executed" in CompilationPolicy
Summary: Resetting the invocation counter for a method invocation event was setting count to zero for CompileThreshold=1, making it look like a never executed method.
Reviewed-by: phh, kamg, acorn, never
acorn [Fri, 20 Mar 2009 11:23:24 -0400] rev 2265
6819853: VM does not detect JDK which supports parallel class loaders
Reviewed-by: coleenp, pbk, xlu, alanb
acorn [Wed, 18 Mar 2009 17:20:57 -0400] rev 2264
4766230: Hotspot vtable inconsistencies cause core dumps. 6579515. 6582242.
Reviewed-by: kamg, coleenp
acorn [Mon, 16 Mar 2009 08:50:53 -0400] rev 2263
Merge
poonam [Sun, 15 Mar 2009 18:11:46 -0700] rev 2262
6812971: SA: re-attaching to process fails
Summary: After attaching, de-attaching SA from a process, the second time attach() call fails. This happens because in VM.initialize(), Universe does not get re-initialized before it is accessed.
Reviewed-by: swamyv
tonyp [Wed, 25 Mar 2009 10:36:08 -0400] rev 2261
Merge
tonyp [Sat, 21 Mar 2009 22:53:04 -0400] rev 2260
6820321: G1: Error: guarantee(check_nums(total, n, parts), "all seq lengths should match")
Summary: Small fixes to sort out some verbosegc-related incorrectness and a failure
Reviewed-by: apetrusenko
kvn [Thu, 19 Mar 2009 09:13:24 -0700] rev 2259
Merge
kvn [Wed, 18 Mar 2009 13:25:02 -0700] rev 2258
6772368: REGRESSION:tomcat crashed twice with JDK 7
Summary: Call make_block_at() with the original handler limits.
Reviewed-by: never
kvn [Mon, 16 Mar 2009 15:06:33 -0700] rev 2257
6816308: Changes to allow builds with latest Windows SDK 6.1 on 64bit Windows 2003
Summary: Allow Hotspot builds with latest Windows SDK 6.1 on 64bit Windows 2003
Reviewed-by: ohair, tbell, jcoomes
jrose [Fri, 13 Mar 2009 18:39:22 -0700] rev 2256
6813212: factor duplicated assembly code for general subclass check (for 6655638)
Summary: Code in interp_masm, stubGenerator, c1_LIRAssembler, and AD files moved into MacroAssembler.
Reviewed-by: kvn
twisti [Fri, 13 Mar 2009 11:35:17 -0700] rev 2255
6378821: bitCount() should use POPC on SPARC processors and AMD+10h
Summary: bitCount() should use POPC on SPARC processors where POPC is implemented directly in hardware.
Reviewed-by: kvn, never
kvn [Thu, 12 Mar 2009 10:37:46 -0700] rev 2254
6791178: Specialize for zero as the compressed oop vm heap base
Summary: Use zero based compressed oops if java heap is below 32gb and unscaled compressed oops if java heap is below 4gb.
Reviewed-by: never, twisti, jcoomes, coleenp
twisti [Wed, 11 Mar 2009 14:16:13 -0700] rev 2253
6812587: Use auxv to determine SPARC hardware features on Solaris
Summary: A similar function to getisax(2) should be used to determine all possible instruction set extensions.
Reviewed-by: never, kvn
tonyp [Wed, 18 Mar 2009 11:37:48 -0400] rev 2252
Merge
iveresov [Mon, 16 Mar 2009 17:48:01 -0700] rev 2251
6815683: G1: SEGV during marking
Summary: We should mark the regions that continue humongous regions as live if the first region is live.
Reviewed-by: tonyp
tonyp [Mon, 16 Mar 2009 10:52:44 -0400] rev 2250
6816154: G1: introduce flags to enable/disable RSet updating and scanning
Summary: Introduces two flags, -XX:-/+G1EnableParallelRSetUpdating and -XX:-/+G1EnableParallelRSetScanning, to turn on/off the "band aid" fix that serializes RSet updating / scanning during GCs.
Reviewed-by: iveresov
iveresov [Mon, 16 Mar 2009 08:01:32 -0700] rev 2249
6817419: G1: Enable extensive verification for humongous regions
Summary: Enabled full verification for humongous regions. Also made sure that the VerifyAfterGC works with deferred updates and G1HRRSFlushLogBuffersOnVerify.
Reviewed-by: tonyp
tonyp [Sun, 15 Mar 2009 22:03:38 -0400] rev 2248
6604422: G1: re-use half-promoted regions
6728271: G1: Cleanup G1CollectedHeap::get_gc_alloc_regions()
Summary: It allows the last half-full region to be allocated to during a GC to be reused during the next GC.
Reviewed-by: apetrusenko, jcoomes
ysr [Fri, 13 Mar 2009 17:06:44 -0700] rev 2247
Merge
ysr [Fri, 13 Mar 2009 13:56:01 -0700] rev 2246
6808322: ParNew, CMS, G1: ParGCAllocBuffer overflow
Summary: Correct the overflow check in ParGCAllocBuffer::allocate(); simplify ParGCAllocBuffer::undo_allocation().
Reviewed-by: apetrusenko, jcoomes, jmasa, minqi, phh, tonyp
tonyp [Fri, 13 Mar 2009 16:10:21 -0400] rev 2245
Merge
iveresov [Thu, 12 Mar 2009 14:01:36 -0700] rev 2244
6816433: Test G1 and ParOld in JPRT
Reviewed-by: jmasa, never, ysr
xdono [Fri, 27 Mar 2009 14:11:35 -0700] rev 2243
Added tag jdk7-b52 for changeset 0d989c04422c
xdono [Fri, 27 Mar 2009 14:11:31 -0700] rev 2242
Added tag jdk7-b52 for changeset 90eb5f83241a
duke [Wed, 05 Jul 2017 16:49:29 +0200] rev 2241
Added tag jdk7-b52 for changeset 7a90e89e36d1
duke [Wed, 05 Jul 2017 16:49:29 +0200] rev 2240
Merge
duke [Wed, 05 Jul 2017 16:49:26 +0200] rev 2239
Merge
xdono [Thu, 19 Mar 2009 13:25:44 -0700] rev 2238
Added tag jdk7-b51 for changeset 95e3c21b2919
duke [Wed, 05 Jul 2017 16:49:24 +0200] rev 2237
Merge
xdono [Thu, 19 Mar 2009 13:25:29 -0700] rev 2236
Added tag jdk7-b51 for changeset a727a0158548
duke [Wed, 05 Jul 2017 16:49:22 +0200] rev 2235
Merge
xdono [Thu, 19 Mar 2009 13:25:27 -0700] rev 2234
Added tag jdk7-b51 for changeset c00902c9cfbf
duke [Wed, 05 Jul 2017 16:49:20 +0200] rev 2233
Merge
xdono [Thu, 19 Mar 2009 13:25:19 -0700] rev 2232
Added tag jdk7-b51 for changeset 222ac40efb53
duke [Wed, 05 Jul 2017 16:49:18 +0200] rev 2231
Merge
xdono [Thu, 19 Mar 2009 13:25:35 -0700] rev 2230
Added tag jdk7-b51 for changeset 7f8562969499
duke [Wed, 05 Jul 2017 16:49:16 +0200] rev 2229
Merge
xdono [Thu, 19 Mar 2009 13:25:23 -0700] rev 2228
Added tag jdk7-b51 for changeset c5c3e5f4accc
xdono [Thu, 19 Mar 2009 13:25:18 -0700] rev 2227
Added tag jdk7-b51 for changeset 82d167c95656
duke [Wed, 05 Jul 2017 16:49:08 +0200] rev 2226
Added tag jdk7-b51 for changeset a25c5ec5e40e
duke [Wed, 05 Jul 2017 16:49:07 +0200] rev 2225
Merge
duke [Wed, 05 Jul 2017 16:49:05 +0200] rev 2224
Merge
tbell [Mon, 09 Mar 2009 23:53:41 -0700] rev 2223
Merge
tbell [Fri, 06 Mar 2009 10:53:48 -0800] rev 2222
Merge
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
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
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