sangheki [Thu, 07 Apr 2016 15:33:25 -0700] rev 37432
8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio
Summary: Rephrased the calculation routine to avoid an overflow for CMSScheduleRemarkSamplingRatio
Reviewed-by: jwilhelm, drwhite
coleenp [Thu, 07 Apr 2016 21:24:12 +0000] rev 37431
Merge
coleenp [Thu, 07 Apr 2016 16:37:35 -0400] rev 37430
8151939: VM_Version_init() print buffer is too small
Summary: Increase buffer size, use logging to print out version and os information
Reviewed-by: kvn, rprotacio, mockner
dcubed [Thu, 07 Apr 2016 12:54:48 -0700] rev 37429
Merge
rprotacio [Thu, 07 Apr 2016 13:11:15 -0400] rev 37428
8152896: Convert PrintCompressedOopsMode to Unified Logging
Summary: Converted -XX:+PrintCompressedOopsMode to -Xlog:gc+heap+coops and aliased old option
Reviewed-by: coleenp, sjohanss, kvn, hseigel
dfazunen [Thu, 07 Apr 2016 15:01:56 +0000] rev 37427
Merge
mchernov [Thu, 07 Apr 2016 16:01:16 +0300] rev 37426
8153516: Hotspot TEST.group has error in GC groups definition.
Reviewed-by: tschatzl, dfazunen
mchernov [Thu, 07 Apr 2016 15:58:24 +0300] rev 37425
8148376: Test for PLAB behavior at evacuation failure.
Reviewed-by: tschatzl, dfazunen
dfazunen [Thu, 07 Apr 2016 17:42:30 +0400] rev 37424
8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode
Reviewed-by: iignatyev
tschatzl [Thu, 07 Apr 2016 15:17:08 +0200] rev 37423
8153734: TestHumongousReferenceObject.java occasionally crashes with "unable to allocate heap of 1g" on win32
Summary: Decrease the heap size used in the test from 1g to 128M.
Reviewed-by: dfazunen, sjohanss