jwilhelm [Tue, 16 Dec 2014 02:14:03 +0100] rev 28183
Merge
fzhinkin [Mon, 15 Dec 2014 18:11:51 +0400] rev 28182
8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
Reviewed-by: jmasa
fzhinkin [Fri, 12 Dec 2014 21:37:37 +0300] rev 28181
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
Reviewed-by: iignatyev, kvn
iignatyev [Fri, 12 Dec 2014 21:32:43 +0300] rev 28180
Merge
iignatyev [Wed, 10 Dec 2014 13:58:30 +0000] rev 28179
8064909: FragmentMetaspace.java got OutOfMemoryError
Summary: Increased heap size to prevent "java.lang.OutOfMemoryError: Java heap space" exception
Reviewed-by: jmasa, dfazunen, jwilhelm
Contributed-by: Michail Chernov <michail.chernov@oracle.com>
kbarrett [Thu, 11 Dec 2014 19:44:32 +0100] rev 28178
8066822: Remove PSMarkSweep::set_reference_processor
Reviewed-by: brutisso, tschatzl
sfriberg [Wed, 10 Dec 2014 10:10:43 -0800] rev 28177
8066442: Add PS and ParOld support for promotion event
Reviewed-by: tschatzl, ehelin
brutisso [Thu, 11 Dec 2014 07:32:24 +0100] rev 28176
8067115: Add jtreg gc tests to Hotspot JPRT jobs
Reviewed-by: tschatzl, jwilhelm, ehelin
mchung [Wed, 17 Dec 2014 12:29:27 -0800] rev 28175
8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
Reviewed-by: alanb, hseigel
coleenp [Tue, 16 Dec 2014 19:00:24 -0500] rev 28174
8064319: Need to enable -XX:+TraceExceptions in release builds
Summary: "-XX:+TraceExceptions" is now supported in product builds.
Reviewed-by: sla, ccheung, coleenp
Contributed-by: max.ockner@oracle.com