david [Fri, 02 Oct 2015 10:43:19 +0200] rev 33111
8138637: Remove err_msg from LOG_PREFIX macro
Reviewed-by: brutisso
erikj [Fri, 02 Oct 2015 10:15:46 +0200] rev 33110
8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
Reviewed-by: ihse, mikael
hseigel [Thu, 01 Oct 2015 15:14:15 -0400] rev 33109
8138574: [TESTBUG] TestBasicLogOutput.java doesn't account for padding
Summary: TestBasicLogOutput.java edited to account for padding in tag descriptors
Reviewed-by: ddmitriev, hseigel, coleenp
Contributed-by: rachel.protacio@oracle.com
aharlap [Wed, 30 Sep 2015 18:09:40 -0400] rev 33108
8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
Summary: Avoided G1 OutOfMemoryError by adding extra expand heap call
Reviewed-by: jwilhelm, tschatzl
brutisso [Wed, 30 Sep 2015 09:07:21 +0200] rev 33107
8134953: Make the GC ID available in a central place
Reviewed-by: pliden, jmasa
brutisso [Tue, 29 Sep 2015 17:44:58 +0200] rev 33106
8133706: Kitchensink hanged
Reviewed-by: pliden, jmasa
david [Tue, 29 Sep 2015 11:02:08 +0200] rev 33105
8080775: Better argument formatting for assert() and friends
Reviewed-by: kbarrett, pliden
jwilhelm [Mon, 28 Sep 2015 15:05:02 +0200] rev 33104
Merge
brutisso [Mon, 28 Sep 2015 09:28:53 +0200] rev 33103
8136991: [REDO] Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Reviewed-by: kbarrett, tschatzl
kzhaldyb [Thu, 24 Sep 2015 18:48:50 +0300] rev 33102
8136398: Create test that checks that G1 MixedGC produces correct output to logfile
Summary: Added test that checks that G1 MixedGC produces correct output to logfile
Reviewed-by: tschatzl
dsamersoff [Fri, 25 Sep 2015 10:21:53 +0200] rev 33101
Merge
dsamersoff [Thu, 24 Sep 2015 20:39:55 +0300] rev 33100
8086134: Deadlock detection fails to attach to core file
Summary: Test reimplemented for jtreg
Reviewed-by: jbachorik
mockner [Thu, 24 Sep 2015 11:26:30 -0400] rev 33099
8130681: Kitchensink startup crashes JVM with NMT overlapping ranges
Summary: add_committed_region now handles overlapping commits.
Reviewed-by: hseigel, coleenp
mlarsson [Thu, 24 Sep 2015 16:19:15 +0200] rev 33098
Merge
mlarsson [Thu, 24 Sep 2015 12:36:04 +0200] rev 33097
8046148: JEP 158: Unified JVM Logging
Reviewed-by: coleenp, sla
aph [Thu, 24 Sep 2015 12:04:57 +0200] rev 33096
8135018: AARCH64: Missing memory barriers for CMS collector
Summary: Add StoreStore barrier when CMS needs them
Reviewed-by: tschatzl