Wed, 04 Feb 2009 11:44:57 -0800 6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
never [Wed, 04 Feb 2009 11:44:57 -0800] rev 2026
6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers Reviewed-by: phh, kvn
Tue, 03 Feb 2009 18:05:19 -0800 6782260: Memory leak in CodeBuffer::create_patch_overflow
never [Tue, 03 Feb 2009 18:05:19 -0800] rev 2025
6782260: Memory leak in CodeBuffer::create_patch_overflow Reviewed-by: phh, kvn
Tue, 03 Feb 2009 08:10:28 -0800 6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA
twisti [Tue, 03 Feb 2009 08:10:28 -0800] rev 2024
6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA Summary: The HotSpot tests Makefile has a hardcoded SLASH_JAVA which makes it difficult to run the tests on non-Sun build machines which do not have a /java infrastructure. Reviewed-by: kamg
Tue, 03 Feb 2009 01:39:12 -0800 6795362: 32bit server compiler leads to wrong results on solaris-x86
twisti [Tue, 03 Feb 2009 01:39:12 -0800] rev 2023
6795362: 32bit server compiler leads to wrong results on solaris-x86 Summary: The C2 compiler leads to wrong results on solaris-i486 (32-bit) for a testcase given in the CR. Reviewed-by: never, rasbold
Mon, 26 Jan 2009 16:22:12 +0100 6796746: rename LoadC (char) opcode class to LoadUS (unsigned short)
twisti [Mon, 26 Jan 2009 16:22:12 +0100] rev 2022
6796746: rename LoadC (char) opcode class to LoadUS (unsigned short) Summary: Renaming LoadC to LoadUS would round up the planned introduction of LoadUB and LoadUI. Reviewed-by: phh, kvn
Wed, 21 Jan 2009 11:18:38 -0800 6794939: assert(_base == OopPtr,"subclass must override cast_to_ptr_type")
kvn [Wed, 21 Jan 2009 11:18:38 -0800] rev 2021
6794939: assert(_base == OopPtr,"subclass must override cast_to_ptr_type") Summary: Fix the assert in TypeKlassPtr::cast_to_ptr_type(). Reviewed-by: never
Fri, 16 Jan 2009 11:23:10 -0800 6790209: server VM fails with assert(will_link,"_new: typeflow responsibility")
kvn [Fri, 16 Jan 2009 11:23:10 -0800] rev 2020
6790209: server VM fails with assert(will_link,"_new: typeflow responsibility") Summary: Add missing code for reflection class loader in SystemDictionary::find(). Reviewed-by: never, jrose
Wed, 14 Jan 2009 14:12:00 -0800 6788347: C2Compiler crash 6u7
never [Wed, 14 Jan 2009 14:12:00 -0800] rev 2019
6788347: C2Compiler crash 6u7 Reviewed-by: kvn
Tue, 13 Jan 2009 14:02:19 -0800 Merge
never [Tue, 13 Jan 2009 14:02:19 -0800] rev 2018
Merge
Tue, 13 Jan 2009 11:43:20 -0800 6791132: bad control in autobox split code
never [Tue, 13 Jan 2009 11:43:20 -0800] rev 2017
6791132: bad control in autobox split code Reviewed-by: kvn
Tue, 13 Jan 2009 11:10:00 -0800 6784930: server jvm fails with assert(!n->is_SpillCopy(),"")
kvn [Tue, 13 Jan 2009 11:10:00 -0800] rev 2016
6784930: server jvm fails with assert(!n->is_SpillCopy(),"") Summary: Set minimum block frequency MIN_BLOCK_FREQUENCY 1.e-35f. Reviewed-by: never, rasbold
Wed, 07 Jan 2009 11:23:28 -0800 6790182: matcher.cpp:1375: assert(false,"bad AD file")
kvn [Wed, 07 Jan 2009 11:23:28 -0800] rev 2015
6790182: matcher.cpp:1375: assert(false,"bad AD file") Summary: Add a match rule for regD_low in regD definition. Reviewed-by: never
Wed, 07 Jan 2009 11:04:45 -0800 6782232: assert("CreateEx must be first instruction in block" )
kvn [Wed, 07 Jan 2009 11:04:45 -0800] rev 2014
6782232: assert("CreateEx must be first instruction in block" ) Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator. Reviewed-by: never
Tue, 10 Feb 2009 18:39:09 +0300 6700941: G1: allocation spec missing for some G1 classes
apetrusenko [Tue, 10 Feb 2009 18:39:09 +0300] rev 2013
6700941: G1: allocation spec missing for some G1 classes Reviewed-by: tonyp
Mon, 09 Feb 2009 12:26:05 -0800 6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
ysr [Mon, 09 Feb 2009 12:26:05 -0800] rev 2012
6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function Summary: replaced localtime() with localtime_r() on Solaris and Linux. Reviewed-by: apetrusenko, dholmes, jmasa
Mon, 09 Feb 2009 17:33:06 +0300 6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
apetrusenko [Mon, 09 Feb 2009 17:33:06 +0300] rev 2011
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy() Reviewed-by: tonyp, jmasa
Sun, 08 Feb 2009 13:18:01 -0800 6690928: Use spinning in combination with yields for workstealing termination.
jmasa [Sun, 08 Feb 2009 13:18:01 -0800] rev 2010
6690928: Use spinning in combination with yields for workstealing termination. Summary: Substitute a spin loop for most calls to yield() to reduce the stress on the system. Reviewed-by: tonyp
Fri, 06 Feb 2009 01:38:50 +0300 6484959: G1: introduce survivor spaces
apetrusenko [Fri, 06 Feb 2009 01:38:50 +0300] rev 2009
6484959: G1: introduce survivor spaces 6797754: G1: combined bugfix Summary: Implemented a policy to control G1 survivor space parameters. Reviewed-by: tonyp, iveresov
Thu, 05 Feb 2009 11:42:10 -0800 6793828: G1: invariant: queues are empty when activated
never [Thu, 05 Feb 2009 11:42:10 -0800] rev 2008
6793828: G1: invariant: queues are empty when activated Reviewed-by: jrose, kvn
Wed, 04 Feb 2009 15:42:52 -0800 Merge
ysr [Wed, 04 Feb 2009 15:42:52 -0800] rev 2007
Merge
Sat, 31 Jan 2009 00:15:00 -0800 6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark)
jmasa [Sat, 31 Jan 2009 00:15:00 -0800] rev 2006
6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark) Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition. Reviewed-by: ysr, tonyp
Fri, 30 Jan 2009 14:17:52 -0800 6787254: Work queue capacity can be increased substantially on some platforms
ysr [Fri, 30 Jan 2009 14:17:52 -0800] rev 2005
6787254: Work queue capacity can be increased substantially on some platforms Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode. Reviewed-by: jmasa, tonyp
Thu, 19 Feb 2009 14:08:00 -0800 Added tag jdk7-b48 for changeset 1da7c5c8156d
xdono [Thu, 19 Feb 2009 14:08:00 -0800] rev 2004
Added tag jdk7-b48 for changeset 1da7c5c8156d
Thu, 19 Feb 2009 14:07:56 -0800 Added tag jdk7-b48 for changeset a5f5cb034a05
xdono [Thu, 19 Feb 2009 14:07:56 -0800] rev 2003
Added tag jdk7-b48 for changeset a5f5cb034a05
Wed, 05 Jul 2017 16:47:27 +0200 Added tag jdk7-b48 for changeset 1bf51a4c2627
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2002
Added tag jdk7-b48 for changeset 1bf51a4c2627
Wed, 05 Jul 2017 16:47:27 +0200 Merge jdk7-b48
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2001
Merge
Wed, 05 Jul 2017 16:47:25 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:25 +0200] rev 2000
Merge
Tue, 17 Feb 2009 09:07:14 -0800 Merge
tbell [Tue, 17 Feb 2009 09:07:14 -0800] rev 1999
Merge
Fri, 06 Feb 2009 17:24:04 -0800 Merge
tbell [Fri, 06 Feb 2009 17:24:04 -0800] rev 1998
Merge
Fri, 06 Feb 2009 12:49:48 -0800 6794071: Provide exception superclass for UnknownFooExceptions
darcy [Fri, 06 Feb 2009 12:49:48 -0800] rev 1997
6794071: Provide exception superclass for UnknownFooExceptions Reviewed-by: jjg
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip