iveresov [Mon, 08 Sep 2014 11:45:48 -0700] rev 26581
8057750: CTW should not make MH intrinsics not entrant
Summary: Do not make MH intrinsics not entrant in CTW
Reviewed-by: kvn, vlivanov
iveresov [Fri, 05 Sep 2014 14:39:45 -0700] rev 26580
8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
Summary: Don't make compiled MH intrinsics not entrant when redefining classes
Reviewed-by: kvn, vlivanov
iveresov [Fri, 05 Sep 2014 11:23:47 -0700] rev 26579
8056124: Hotspot should use PICL interface to get cacheline size on SPARC
Summary: Using libpicl to get L1 data and L2 cache line sizes
Reviewed-by: kvn, roland, morris
zmajo [Fri, 05 Sep 2014 16:07:22 +0200] rev 26578
8053886: assert(false) failed: Should not allocate with exception pending
Summary: Failure caused by allocating method counters. Changed the way counters are allocated (use get_method_counters() instead of build_method_counters())
Reviewed-by: kvn, thartmann, anoll
kvn [Thu, 04 Sep 2014 23:49:17 -0700] rev 26577
8057643: Unable to build --with-debug-level=optimized on OSX
Summary: Added missing Hotspot make targets for 'optimized' build.
Reviewed-by: iveresov
shade [Thu, 04 Sep 2014 13:11:25 +0400] rev 26576
8050147: StoreLoad barrier interferes with stack usages
Reviewed-by: jrose, kvn, drchase
jmasa [Wed, 10 Sep 2014 23:14:13 +0000] rev 26575
Merge
mgerdin [Mon, 08 Sep 2014 17:47:43 +0200] rev 26574
8057722: G1: Code root hashtable updated incorrectly when evacuation failed
Reviewed-by: brutisso, jwilhelm
stefank [Tue, 09 Sep 2014 13:55:38 +0200] rev 26573
8057918: Update out-dated ignore tags in GC jtreg tests
Reviewed-by: ehelin, tschatzl
brutisso [Tue, 09 Sep 2014 14:27:10 +0200] rev 26572
8057910: G1: BOT verification should not pass top
Reviewed-by: stefank, tschatzl
brutisso [Mon, 08 Sep 2014 10:41:06 +0200] rev 26571
8025564: gc/memory/UniThread/Linear1 times out during heap verification
Reviewed-by: stefank, tschatzl
minqi [Tue, 09 Sep 2014 18:56:24 +0000] rev 26570
Merge
minqi [Mon, 08 Sep 2014 22:48:09 -0700] rev 26569
8056930: Output host info under some condition for core dump
Summary: Output host name after java crashed for debug version.
Reviewed-by: dholmes, ccheung
Contributed-by: yumin.qi@oracle.com
gtriantafill [Tue, 09 Sep 2014 09:48:42 -0700] rev 26568
8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
Reviewed-by: ctornqvi, lfoltan