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
jmasa [Tue, 16 Feb 2016 13:20:38 -0800] rev 36177
8149643: Remove check of counters in VirtualSpaceNode::inc_container_count
Reviewed-by: brutisso, kbarrett, mgerdin
Contributed-by: dmitry.dmitriev@oracle.com
ddmitriev [Wed, 17 Feb 2016 12:44:41 +0000] rev 36176
Merge
ddmitriev [Wed, 17 Feb 2016 11:00:57 +0300] rev 36175
8144578: TestOptionsWithRanges test only ever uses the default collector
Reviewed-by: sangheki, dholmes
mlarsson [Wed, 17 Feb 2016 11:11:47 +0100] rev 36174
8148219: Add decorator hostname to UL
Reviewed-by: dholmes, mlarsson
Contributed-by: robbin.ehn@oracle.com
kbarrett [Tue, 16 Feb 2016 21:58:49 -0500] rev 36173
8146728: TestPrintGCDetailsVerbose is never run by jtreg
Summary: Remove requirement for fastdebug, update logging option
Reviewed-by: sjohanss, brutisso, dfazunen
lana [Thu, 03 Mar 2016 12:25:52 -0800] rev 36172
Added tag jdk-9+108 for changeset 41753e6731a1
ddehaven [Mon, 07 Mar 2016 09:08:59 -0800] rev 36171
8132743: Move netscape.javascript package from jdk.plugin to new module
Reviewed-by: kcr, mchung, alanb
erikj [Mon, 07 Mar 2016 09:14:17 +0100] rev 36170
8150504: JIB profiles for reference implementation builds
Reviewed-by: ihse
erikj [Mon, 07 Mar 2016 09:13:56 +0100] rev 36169
8151300: Build shell trace functionality lost in JDK-8076060
Reviewed-by: tbell
lana [Thu, 03 Mar 2016 12:25:50 -0800] rev 36168
Added tag jdk-9+108 for changeset b14d8a6ad77e
duke [Wed, 05 Jul 2017 21:24:15 +0200] rev 36167
Added tag jdk-9+108 for changeset 257b579d8132
duke [Wed, 05 Jul 2017 21:24:14 +0200] rev 36166
Merge
duke [Wed, 05 Jul 2017 21:24:08 +0200] rev 36165
Merge
jlahoda [Mon, 29 Feb 2016 19:52:51 +0100] rev 36164
8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
Reviewed-by: rfield
alundblad [Mon, 29 Feb 2016 19:07:05 +0100] rev 36163
8148498: The sjavac client should never create a port file
Summary: Sjavac client now avoids creating a port file.
Reviewed-by: jlahoda
alundblad [Mon, 29 Feb 2016 13:37:29 +0100] rev 36162
8147571: Information about written .h files is printed on the wrong logging level
Summary: Changed how SmartWriter outputs log messages.
Reviewed-by: jlahoda
alundblad [Mon, 29 Feb 2016 13:24:01 +0100] rev 36161
8147569: Error messages from sjavac server does not always get relayed back to client
Summary: Refactored how logging works in sjavac.
Reviewed-by: jlahoda
jlahoda [Mon, 29 Feb 2016 11:54:06 +0100] rev 36160
8131027: JShell API/tool: suggest imports for a class
Summary: Adding two new actions to JShell: add imports and create variable.
Reviewed-by: rfield