Thu, 06 Jan 2011 20:10:14 -0800 Added tag jdk7-b124 for changeset aec650969dd5
cl [Thu, 06 Jan 2011 20:10:14 -0800] rev 7731
Added tag jdk7-b124 for changeset aec650969dd5
Wed, 05 Jul 2017 17:31:29 +0200 Merge
duke [Wed, 05 Jul 2017 17:31:29 +0200] rev 7730
Merge
Thu, 06 Jan 2011 20:10:32 -0800 Added tag jdk7-b124 for changeset 3ebe17bda998
cl [Thu, 06 Jan 2011 20:10:32 -0800] rev 7729
Added tag jdk7-b124 for changeset 3ebe17bda998
Wed, 05 Jul 2017 17:31:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:31:26 +0200] rev 7728
Merge
Fri, 07 Jan 2011 22:56:35 -0800 Merge
trims [Fri, 07 Jan 2011 22:56:35 -0800] rev 7727
Merge
Fri, 07 Jan 2011 15:54:32 -0800 Merge
dcubed [Fri, 07 Jan 2011 15:54:32 -0800] rev 7726
Merge
Fri, 07 Jan 2011 13:59:48 -0800 Merge
dcubed [Fri, 07 Jan 2011 13:59:48 -0800] rev 7725
Merge
Fri, 07 Jan 2011 10:42:32 -0500 7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
phh [Fri, 07 Jan 2011 10:42:32 -0500] rev 7724
7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis Summary: Track allocated bytes in Thread's, update on TLAB retirement and direct allocation in Eden and tenured, add JNI methods for ThreadMXBean. Reviewed-by: coleenp, kvn, dholmes, ysr
Fri, 07 Jan 2011 15:57:02 -0500 Merge
bobv [Fri, 07 Jan 2011 15:57:02 -0500] rev 7723
Merge
Fri, 07 Jan 2011 12:44:54 -0500 7009268: guarantee(middle - slop > start) failed: need enough space to divide up
bobv [Fri, 07 Jan 2011 12:44:54 -0500] rev 7722
7009268: guarantee(middle - slop > start) failed: need enough space to divide up Summary: Codebuffer can overflow on test with large number of calls Reviewed-by: dholmes, collins
Fri, 07 Jan 2011 03:38:19 -0800 7009975: Large file support broken in hs20-b04
alanb [Fri, 07 Jan 2011 03:38:19 -0800] rev 7721
7009975: Large file support broken in hs20-b04 Reviewed-by: phh, acorn, kamg
Wed, 05 Jan 2011 21:23:15 -0500 6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling
coleenp [Wed, 05 Jan 2011 21:23:15 -0500] rev 7720
6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling Summary: Call get_thread_slow() in vm_perform_shutdown actions and add null check. Reviewed-by: kvn, dholmes, jcoomes
Mon, 03 Jan 2011 14:09:11 -0500 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp [Mon, 03 Jan 2011 14:09:11 -0500] rev 7719
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places. Summary: enhance the error reporting mechanism to help user to fix the problem rather than making it look like a VM error. Reviewed-by: kvn, kamg
Fri, 07 Jan 2011 03:41:07 -0800 Merge
twisti [Fri, 07 Jan 2011 03:41:07 -0800] rev 7718
Merge
Thu, 30 Dec 2010 23:44:45 -0800 7009849: C1: Incorrect frame size computation
iveresov [Thu, 30 Dec 2010 23:44:45 -0800] rev 7717
7009849: C1: Incorrect frame size computation Summary: Fix frame size computation Reviewed-by: phh, kvn
Thu, 30 Dec 2010 09:36:03 -0800 6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark")
kvn [Thu, 30 Dec 2010 09:36:03 -0800] rev 7716
6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark") Summary: reset NoHandleMark before going into VM. Reviewed-by: iveresov
Wed, 29 Dec 2010 10:41:43 -0800 7008325: CodeCache exhausted on sparc starting from hs20b04
kvn [Wed, 29 Dec 2010 10:41:43 -0800] rev 7715
7008325: CodeCache exhausted on sparc starting from hs20b04 Summary: remove clear_scratch_buffer_blob and let init_scratch_buffer_blob free and allocate a new blob if required. Reviewed-by: twisti
Tue, 28 Dec 2010 17:34:02 -0800 7009359: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected
kvn [Tue, 28 Dec 2010 17:34:02 -0800] rev 7714
7009359: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected Summary: Bailout StringConcat optimization if null is passed to StringBuffer constructor. Reviewed-by: iveresov
Mon, 27 Dec 2010 21:51:31 -0800 7009231: C1: Incorrect CAS code for longs on SPARC 32bit
iveresov [Mon, 27 Dec 2010 21:51:31 -0800] rev 7713
7009231: C1: Incorrect CAS code for longs on SPARC 32bit Summary: Fix CAS of longs on SPARC 32bit and cmove on SPARC 64bit. Reviewed-by: kvn
Wed, 22 Dec 2010 02:02:53 -0800 7007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot
twisti [Wed, 22 Dec 2010 02:02:53 -0800] rev 7712
7007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot Reviewed-by: kvn, jrose
Tue, 21 Dec 2010 22:57:17 -0800 7008466: Tiered: Enable testing of tiered compilation in JPRT
iveresov [Tue, 21 Dec 2010 22:57:17 -0800] rev 7711
7008466: Tiered: Enable testing of tiered compilation in JPRT Summary: Add running specjvm98 and specjbb2005 with tiered compilation enabled with JPRT. Reviewed-by: kvn
Tue, 21 Dec 2010 13:56:40 -0800 7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph
kvn [Tue, 21 Dec 2010 13:56:40 -0800] rev 7710
7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph Summary: bump CG_BUILD_ITER_LIMIT to 20 Reviewed-by: iveresov
Tue, 21 Dec 2010 04:37:30 -0800 7008165: Garbage in ClassFormatError message
twisti [Tue, 21 Dec 2010 04:37:30 -0800] rev 7709
7008165: Garbage in ClassFormatError message Summary: When bootstrap_method_ref in BootstrapMethods attribute points to a wrong CP entry (non-MethodHandle), JVM throws ClassFormatError with a message, where method index and class file name is garbage. Reviewed-by: iveresov
Sat, 18 Dec 2010 08:38:07 -0800 Merge
twisti [Sat, 18 Dec 2010 08:38:07 -0800] rev 7708
Merge
Sat, 18 Dec 2010 01:15:01 -0800 6990933: assert(sender_cb) failed: sanity in frame::sender_for_interpreter_frame
twisti [Sat, 18 Dec 2010 01:15:01 -0800] rev 7707
6990933: assert(sender_cb) failed: sanity in frame::sender_for_interpreter_frame Reviewed-by: never
Sat, 18 Dec 2010 06:40:56 -0800 Merge
never [Sat, 18 Dec 2010 06:40:56 -0800] rev 7706
Merge
Fri, 17 Dec 2010 15:55:32 -0800 6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM
never [Fri, 17 Dec 2010 15:55:32 -0800] rev 7705
6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM Reviewed-by: kvn, iveresov
Thu, 16 Dec 2010 14:15:12 -0800 7006505: Use kstat info to identify SPARC processor
kvn [Thu, 16 Dec 2010 14:15:12 -0800] rev 7704
7006505: Use kstat info to identify SPARC processor Summary: read Solaris kstat data to get more precise CPU information Reviewed-by: iveresov, never, twisti, dholmes
Thu, 16 Dec 2010 12:47:52 -0800 6839888: Array overrun in vm adlc
never [Thu, 16 Dec 2010 12:47:52 -0800] rev 7703
6839888: Array overrun in vm adlc Reviewed-by: kvn, iveresov
Thu, 16 Dec 2010 01:46:02 -0800 Merge
iveresov [Thu, 16 Dec 2010 01:46:02 -0800] rev 7702
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip