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
tonyp [Thu, 07 Apr 2016 10:55:54 +0200] rev 37422
8152312: ParNew: Restore preserved marks in parallel
Reviewed-by: tschatzl
dcubed [Wed, 06 Apr 2016 23:42:52 +0000] rev 37421
Merge
dcubed [Wed, 06 Apr 2016 15:49:40 -0700] rev 37420
Merge
ccheung [Thu, 07 Apr 2016 00:25:46 +0200] rev 37419
Merge
ccheung [Wed, 06 Apr 2016 11:40:45 -0700] rev 37418
8152329: jvm should treat the "Multi-Release" jar manifest attribute name as case insensitive
Reviewed-by: iklam, jiangli, mseledtsov
kzhaldyb [Mon, 14 Mar 2016 20:00:57 +0300] rev 37417
8144073: Refactor hotspot/test/gc/g1/humongousObjects/TestHumongousThreshold.java
Reviewed-by: tschatzl, dfazunen
hseigel [Wed, 06 Apr 2016 16:03:02 +0200] rev 37416
Merge
hseigel [Wed, 06 Apr 2016 07:37:15 -0400] rev 37415
8152846: Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore()
Summary: Remove the unneeded OrderAccess::storestore() call
Reviewed-by: acorn, coleenp
tschatzl [Wed, 06 Apr 2016 13:41:59 +0200] rev 37414
8151386: Extract card live data out of G1ConcurrentMark
Summary: Move card live data management out of G1ConcurrentMark into extra class G1CardLiveData managed by G1RemSet
Reviewed-by: mgerdin, kbarrett
tschatzl [Wed, 06 Apr 2016 13:32:48 +0200] rev 37413
8077144: Concurrent mark initialization takes too long
Summary: Remove per-marking thread liveness bitmaps and recreate liveness bitmap concurrently after the cleanup pause.
Reviewed-by: mgerdin, ehelin, kbarrett
shade [Wed, 06 Apr 2016 10:50:19 +0300] rev 37412
8153277: [TESTBUG] gc/arguments/TestMaxMinHeapFreeRatioFlags is too sensitive for stray allocations in verifyRatio
Reviewed-by: mgerdin, dfazunen
lana [Thu, 21 Apr 2016 12:57:06 -0700] rev 37411
Added tag jdk-9+115 for changeset a936b4e01afb
erikj [Fri, 22 Apr 2016 10:48:12 +0200] rev 37410
8154326: bash >(...) construct causes race conditions
Reviewed-by: tbell, ihse
lana [Thu, 21 Apr 2016 13:36:00 -0700] rev 37409
Merge
amurillo [Mon, 18 Apr 2016 20:19:36 -0700] rev 37408
Merge
amurillo [Mon, 18 Apr 2016 15:39:46 -0700] rev 37407
Merge
amurillo [Thu, 14 Apr 2016 19:55:39 -0700] rev 37406
Merge
dcubed [Thu, 14 Apr 2016 14:57:13 -0700] rev 37405
Merge
simonis [Wed, 13 Apr 2016 11:13:14 +0200] rev 37404
8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
Reviewed-by: erikj, goetz
jwilhelm [Mon, 11 Apr 2016 20:16:33 +0200] rev 37403
Merge
erikj [Fri, 08 Apr 2016 13:14:23 +0200] rev 37402
8152666: The new Hotspot Build System
Reviewed-by: ihse, dcubed, erikj
Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, ingemar.aberg@oracle.com