stefank [Thu, 21 Apr 2016 09:08:33 +0200] rev 38009
8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options
Reviewed-by: jmasa, pliden
jiangli [Wed, 20 Apr 2016 16:04:38 -0400] rev 38008
8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing
Summary: Added more information when print out message reporting disabling the shared strings at CDS dump time.
Reviewed-by: lfoltan, hseigel, mseledtsov, gtriantafill
kzhaldyb [Wed, 20 Apr 2016 19:54:51 +0300] rev 38007
8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
Reviewed-by: tschatzl, dfazunen, iignatyev
kzhaldyb [Tue, 19 Apr 2016 19:13:18 +0300] rev 38006
8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output
Reviewed-by: tschatzl, dfazunen
aph [Wed, 20 Apr 2016 11:14:10 +0000] rev 38005
8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode
Reviewed-by: roland
aph [Wed, 20 Apr 2016 11:11:56 +0000] rev 38004
Merge
aph [Wed, 20 Apr 2016 11:05:28 +0000] rev 38003
8153310: AArch64: JEP 254: Implement byte_array_inflate
Reviewed-by: roland
aph [Mon, 18 Apr 2016 15:37:29 +0000] rev 38002
8152554: CompactStrings broken on AArch64
Summary: Correct the logic for string intrinsics.
Reviewed-by: roland
rehn [Wed, 20 Apr 2016 10:01:25 +0200] rev 38001
8154728: JvmtiExport::add_default_read_edges hits a guarantee
Reviewed-by: mgerdin, dholmes, stefank
stefank [Wed, 20 Apr 2016 09:58:15 +0200] rev 38000
8079843: do_young_space_rescan - comment out of sync with code
Reviewed-by: mgerdin, sjohanss, ehelin, tschatzl
coleenp [Wed, 20 Apr 2016 05:27:06 +0000] rev 37999
Merge
coleenp [Wed, 20 Apr 2016 03:12:01 +0000] rev 37998
Merge
coleenp [Thu, 21 Apr 2016 02:58:04 -0400] rev 37997
8154280: Zero build fails with undeclared G1LastPLABAverageOccupancy
Reviewed-by: twisti
sgehwolf [Mon, 18 Apr 2016 11:30:12 +0200] rev 37996
8153275: Zero JVM fails to initialize after JDK-8152440
Summary: Use a value for InitArrayShortSize which passes validation
Reviewed-by: aph, andrew, coleenp
iklam [Sun, 17 Apr 2016 19:15:52 -0700] rev 37995
8150607: Clean up CompactHashtable
Summary: refactored code, and added test cases for serviceability agent
Reviewed-by: jiangli, ccheung
mockner [Tue, 19 Apr 2016 11:03:37 -0400] rev 37994
8151526: Print -Xlog configuration in the hs_err_pid file
Summary: logging configuration is now printed in hs_err and in vm info.
Reviewed-by: coleenp, mlarsson, dholmes
rehn [Tue, 19 Apr 2016 14:21:26 +0200] rev 37993
8154059: JVMTI ObjectTagging to UL
Reviewed-by: sspitsyn, mlarsson
rehn [Tue, 19 Apr 2016 14:14:04 +0200] rev 37992
8154041: JVMTI trace to Unified Logging
Reviewed-by: sspitsyn, mlarsson
mlarsson [Tue, 19 Apr 2016 12:30:00 +0200] rev 37991
Merge
rehn [Tue, 19 Apr 2016 09:48:43 +0200] rev 37990
8154235: Using deprecated flags converted to UL shows wrong hint
Reviewed-by: rprotacio, mockner, coleenp
tschatzl [Mon, 18 Apr 2016 16:54:04 +0200] rev 37989
8153170: Card Live Data does not correctly handle eager reclaim
Summary: The card live data of regions eagerly reclaimed during remark and cleanup pause could be wrong, not considering that these regions were eagerly reclaimed and empty.
Reviewed-by: drwhite, kbarrett
tschatzl [Mon, 18 Apr 2016 16:51:14 +0200] rev 37988
8153503: Move remset scan iteration claim to remset local data structure
Reviewed-by: drwhite, mgerdin
tschatzl [Thu, 14 Apr 2016 10:57:09 +0200] rev 37987
8154141: [TESTBUG] test/gc/g1/TestRegionLivenessPrint.java misses -XX:+UnlockDiagnosticVMOption flag
Reviewed-by: dfazunen, jwilhelm
mgerdin [Tue, 19 Apr 2016 09:06:38 +0200] rev 37986
Merge
mgerdin [Fri, 18 Mar 2016 15:20:43 +0100] rev 37985
8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
Summary: Move G1 runtime policy code to new class G1Policy which is unrelated to CollectorPolicy
Reviewed-by: kbarrett, ehelin
stefank [Tue, 19 Apr 2016 08:12:28 +0200] rev 37984
8067785: Using AlwaysPreTouch does not always touch all pages
Reviewed-by: pliden, drwhite
lana [Thu, 19 May 2016 17:48:01 +0000] rev 37983
Added tag jdk-9+119 for changeset 45c70a976569
erikj [Tue, 24 May 2016 12:21:55 +0200] rev 37982
8157574: Mac fastdebug bundles have wrong directory layout
Reviewed-by: mchung