ccheung [Thu, 20 Mar 2014 14:25:22 -0700] rev 23480
8034034: [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
Summary: added JNI exception check in the appropriate places
Reviewed-by: sla, zgu
mgronlun [Thu, 20 Mar 2014 14:28:25 +0100] rev 23479
8037340: Linux semaphores to use CLOCK_REALTIME
Reviewed-by: dholmes, sla
jiangli [Tue, 25 Mar 2014 17:33:16 -0400] rev 23478
Merge
bpittore [Fri, 07 Feb 2014 14:47:04 -0500] rev 23477
Merge
bpittore [Wed, 08 Jan 2014 20:23:16 -0500] rev 23476
8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer
Summary: Check for sun.management.Agent class and print message and exit VM if not found at startup.
Reviewed-by: dholmes, mchung
lana [Tue, 25 Mar 2014 14:52:03 -0700] rev 23475
Merge
ehelin [Fri, 21 Mar 2014 09:11:56 +0100] rev 23474
Merge
ehelin [Thu, 20 Mar 2014 15:53:17 +0100] rev 23473
8037962: metaspaceTracer.cpp misses a symbol
Reviewed-by: tschatzl, mgerdin
Contributed-by: goetz.lindenmaier@sap.com
pliden [Tue, 18 Mar 2014 19:07:22 +0100] rev 23472
8029075: String deduplication in G1
Summary: Implementation of JEP 192, http://openjdk.java.net/jeps/192
Reviewed-by: brutisso, tschatzl, coleenp
jwilhelm [Fri, 28 Feb 2014 15:27:09 +0100] rev 23471
8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Reviewed-by: tschatzl, mgerdin
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
ehelin [Tue, 18 Mar 2014 09:03:28 +0100] rev 23470
8036703: Add trace event with statistics for the metaspace chunk free lists
Reviewed-by: stefank, mgerdin, coleenp, egahlin
ehelin [Tue, 18 Mar 2014 08:00:21 +0100] rev 23469
8036701: Add trace event when a metaspace throws out of memory error
Reviewed-by: stefank, mgerdin
ehelin [Tue, 18 Mar 2014 07:00:06 +0100] rev 23468
8036699: Add trace event when a metaspace allocation fails
Reviewed-by: jmasa, stefank
brutisso [Tue, 18 Mar 2014 06:15:45 +0100] rev 23467
8037495: Remove platform specific specification of SurvivorRatio for BSD
Reviewed-by: mgerdin, stefank