Mon, 26 Aug 2013 07:01:23 -0700 Merge
stefank [Mon, 26 Aug 2013 07:01:23 -0700] rev 19547
Merge
Fri, 16 Aug 2013 13:22:32 +0200 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
stefank [Fri, 16 Aug 2013 13:22:32 +0200] rev 19546
8007074: SIGSEGV at ParMarkBitMap::verify_clear() Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages. Reviewed-by: tschatzl, dcubed, brutisso
Mon, 26 Aug 2013 09:33:01 +0200 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms [Mon, 26 Aug 2013 09:33:01 +0200] rev 19545
8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM Summary: Return NULL on OOM from GetStringChars, GetStringUTFChars and Get<PrimitiveType>ArrayElements family of functions. Reviewed-by: dholmes, coleenp
Sun, 25 Aug 2013 21:21:18 -0400 8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
hseigel [Sun, 25 Aug 2013 21:21:18 -0400] rev 19544
8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking Summary: Explicitly specify -fno-omit-frame-pointer. Reviewed-by: coleenp, dholmes, dcubed
Fri, 23 Aug 2013 10:39:15 -0700 Merge
dcubed [Fri, 23 Aug 2013 10:39:15 -0700] rev 19543
Merge
Fri, 23 Aug 2013 10:36:34 +0200 8023457: Event based tracing framework needs a mutex for thread groups
mgronlun [Fri, 23 Aug 2013 10:36:34 +0200] rev 19542
8023457: Event based tracing framework needs a mutex for thread groups Reviewed-by: acorn, sla
Thu, 22 Aug 2013 21:23:31 -0700 Merge
poonam [Thu, 22 Aug 2013 21:23:31 -0700] rev 19541
Merge
Thu, 22 Aug 2013 18:09:29 -0700 Merge
poonam [Thu, 22 Aug 2013 18:09:29 -0700] rev 19540
Merge
Wed, 21 Aug 2013 22:12:11 -0700 8020530: Non heap memory size calculated incorrectly
poonam [Wed, 21 Aug 2013 22:12:11 -0700] rev 19539
8020530: Non heap memory size calculated incorrectly Reviewed-by: coleenp, sla Contributed-by: vladimir.kempik@oracle.com
Thu, 22 Aug 2013 17:21:48 -0700 Merge
jiangli [Thu, 22 Aug 2013 17:21:48 -0700] rev 19538
Merge
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip