brutisso [Tue, 23 Feb 2016 09:52:46 +0100] rev 36201
8150367: Add back information about the number of GC workers
Reviewed-by: sjohanss, tschatzl
jwilhelm [Mon, 22 Feb 2016 19:25:32 +0000] rev 36200
Merge
jwilhelm [Mon, 22 Feb 2016 19:46:37 +0100] rev 36199
Merge
jmasa [Mon, 22 Feb 2016 09:41:56 -0800] rev 36198
8150302: Reference processing logging prints the "from list" incorrectly
Reviewed-by: tamao, brutisso
clanger [Fri, 19 Feb 2016 10:44:54 +0100] rev 36197
8150232: AIX cleanup: Integrate changes of 7178026 and others
Reviewed-by: simonis
kbarrett [Fri, 19 Feb 2016 15:14:59 -0500] rev 36196
8150134: Simplify concurrent refinement thread deactivation
Summary: Remove explicit deactivation and use green stop_at value.
Reviewed-by: jmasa, tschatzl
ihse [Fri, 19 Feb 2016 15:25:05 +0100] rev 36195
Merge
ihse [Fri, 19 Feb 2016 14:04:20 +0100] rev 36194
8150201: Restore missing -g flags to files with OPT_CFLAGS/per-file
Reviewed-by: dholmes, erikj
mgerdin [Fri, 19 Feb 2016 14:15:13 +0100] rev 36193
Merge
mgerdin [Fri, 19 Feb 2016 13:08:38 +0100] rev 36192
Merge
mgerdin [Thu, 04 Feb 2016 08:22:26 +0100] rev 36191
8149013: Remove unused and dead code from G1CollectorPolicy
Reviewed-by: ehelin, jwilhelm
ddmitriev [Fri, 19 Feb 2016 12:47:16 +0100] rev 36190
Merge
ddmitriev [Fri, 19 Feb 2016 13:24:21 +0300] rev 36189
8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build
Reviewed-by: gtriantafill, gziemski, dholmes
ysuenaga [Thu, 18 Feb 2016 23:26:43 +0900] rev 36188
8147388: Add diagnostic commands to attach JVMTI agent.
Reviewed-by: jbachorik, sspitsyn
drwhite [Wed, 17 Feb 2016 18:02:03 -0500] rev 36187
8149837: String.intern creates morre work than necessary for G1
Summary: Only use the SATB read barrier when reading existing strings from string table, not when adding new strings.
Reviewed-by: stefank, kbarrett
rprotacio [Thu, 18 Feb 2016 17:10:48 -0500] rev 36186
8149383: Convert TraceBiasedLocking to Unified Logging
Summary: The former -XX:+TraceBiasedLocking flag has been converted to the UL option -Xlog:biasedlocking=info and =trace, with the old option being aliased.
Reviewed-by: dholmes, dcubed