ctornqvi [Thu, 03 Mar 2016 12:44:34 -0800] rev 36209
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
Reviewed-by: hseigel, gtriantafill
lana [Thu, 03 Mar 2016 12:49:44 -0800] rev 36208
Merge
chegar [Thu, 03 Mar 2016 12:59:21 +0000] rev 36207
8150162: Move sun.misc.Version to a truly internal package
Reviewed-by: alanb, dholmes, iris, mchung, rriggs
amurillo [Fri, 26 Feb 2016 10:35:07 -0800] rev 36206
Merge
jwilhelm [Thu, 25 Feb 2016 17:26:49 +0100] rev 36205
8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed
8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318
Reviewed-by: iklam, tschatzl
stuefe [Tue, 23 Feb 2016 19:10:01 -0500] rev 36204
8150379: [windows] Fix Leaks in perfMemory_windows.cpp
Reviewed-by: clanger, dholmes, gthornbr
tschatzl [Tue, 23 Feb 2016 14:14:29 +0100] rev 36203
Merge
tonyp [Tue, 23 Feb 2016 10:44:05 +0100] rev 36202
8146989: Introduce per-worker preserved mark stacks in ParNew
Summary: Unify and provide per-worker preserved mark stack handling in ParNew
Reviewed-by: tschatzl, ysr
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
akulyakh [Thu, 18 Feb 2016 14:56:53 +0300] rev 36185
8150067: Quarantine serviceability/tmtools/jstat/GcCapacityTest.java
Summary: Quarantine a falsely failing test until the test issue is fixed
Reviewed-by: sla
dholmes [Thu, 18 Feb 2016 03:51:44 +0000] rev 36184
Merge
simonis [Wed, 17 Feb 2016 22:17:49 -0500] rev 36183
8150079: MSVC prior to VS 2013 doesn't know the 'va_copy' macro
Reviewed-by: dholmes
coleenp [Thu, 18 Feb 2016 03:47:47 +0100] rev 36182
Merge
sgehwolf [Wed, 17 Feb 2016 17:03:31 -0500] rev 36181
8143245: Zero build requires disabled warnings
Reviewed-by: dholmes, coleenp
kbarrett [Wed, 17 Feb 2016 23:57:17 +0100] rev 36180
Merge
kbarrett [Wed, 17 Feb 2016 16:00:27 -0500] rev 36179
8149793: DirtyCardQueueSet::apply_closure_to_completed_buffer_helper isn't helpful
Summary: Merge helper into sole caller.
Reviewed-by: brutisso, jwilhelm, tschatzl
rprotacio [Wed, 17 Feb 2016 14:03:18 -0500] rev 36178
8148630: Convert TraceStartupTime to Unified Logging
Summary: The former -XX:+TraceStartupTime flag has been converted to the UL option -Xlog:startuptime=info
Reviewed-by: coleenp, dholmes