coleenp [Thu, 25 Sep 2014 07:52:32 -0400] rev 26925
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used.
Reviewed-by: gtriantafill, dholmes
dsamersoff [Thu, 25 Sep 2014 02:48:25 -0700] rev 26924
8054194: jstack crash: assert(handle != NULL) failed: JNI handle should not be null
Summary: Add better error check to sa to avoid secondary crash
Reviewed-by: sla, jbachorik, sspitsyn
shade [Mon, 22 Sep 2014 18:34:35 +0400] rev 26923
8057925: PrintSymbolTableSizeHistogram prints misleading output
Reviewed-by: jrose, kvn, gziemski
sla [Wed, 24 Sep 2014 09:49:47 +0200] rev 26922
8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
Reviewed-by: dholmes, stefank
dholmes [Tue, 23 Sep 2014 21:33:58 -0400] rev 26921
8058919: Add sanity test for minimal VM in test/Makefile
Reviewed-by: twisti, kvn, coleenp
iveresov [Wed, 01 Oct 2014 11:43:03 -0700] rev 26920
Merge
thartmann [Tue, 30 Sep 2014 15:44:43 +0200] rev 26919
8059468: Fix PrintCodeCache output changed by JDK-8059137
Summary: Change output of PrintCodeCache to print "CodeCache" instead of "Code Cache" and change name of non-method code heap to non-nmethod code heap.
Reviewed-by: vlivanov, anoll
thartmann [Tue, 30 Sep 2014 09:06:39 +0200] rev 26918
8059137: MemoryPoolMXBeans for different code heaps should contain 'Code heap' in their names
Summary: The segmented code cache implementation registers a memory pool for each code heap. To be consistent with the "non-segmented" output, the names of these pools should contain the word "code heap".
Reviewed-by: kvn, sla, fzhinkin
vlivanov [Mon, 29 Sep 2014 11:46:05 -0700] rev 26917
8058825: EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
Reviewed-by: kvn
vlivanov [Mon, 29 Sep 2014 09:32:15 -0700] rev 26916
8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Reviewed-by: iignatyev, vlivanov, kvn, fzhinkin
Contributed-by: evgeniya.stepanova@oracle.com
vlivanov [Mon, 29 Sep 2014 09:29:24 -0700] rev 26915
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
Reviewed-by: iignatyev, vlivanov, kvn
Contributed-by: evgeniya.stepanova@oracle.com
vlivanov [Mon, 29 Sep 2014 09:26:48 -0700] rev 26914
8058578: -XX:+TraceDependencies is broken for call_site_target_value dependency type
Reviewed-by: jrose, kvn