dholmes [Tue, 05 Feb 2019 20:18:00 -0500] rev 53654
8217843: Performance regression related to os::supports_monotonic_clock() on linux
Reviewed-by: redestad, stuefe
igerasim [Tue, 05 Feb 2019 17:05:40 -0800] rev 53653
8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
Reviewed-by: rriggs
jwilhelm [Wed, 06 Feb 2019 00:20:37 +0100] rev 53652
Merge
eosterlund [Tue, 05 Feb 2019 20:06:10 +0100] rev 53651
8216541: CompiledICHolders of VM locked unloaded nmethods are released too late
Reviewed-by: kvn, thartmann
iignatyev [Mon, 04 Feb 2019 17:53:26 -0800] rev 53650
8218197: [failurehandler] parent processes shouldn't be killed till their children are handle
Reviewed-by: dholmes, kbarrett
joehw [Tue, 05 Feb 2019 15:06:08 -0800] rev 53649
8180901: Transformer.reset() resets the state only once
Reviewed-by: rriggs, lancea
bpb [Tue, 05 Feb 2019 14:36:50 -0800] rev 53648
8218460: Test generation scripts do not invoke stream preprocessor correctly
Reviewed-by: rriggs
kbarrett [Tue, 05 Feb 2019 16:46:49 -0500] rev 53647
8217474: Remove WhiteBox.getConcurrentGCPhases()
Summary: Remove function and supporting infrastructure.
Reviewed-by: shade, tschatzl
pchilanomate [Tue, 05 Feb 2019 15:12:13 -0500] rev 53646
8210832: Remove sneaky locking in class Monitor
Summary: Removed sneaky locking and simplified vm monitors implementation
Reviewed-by: rehn, dcubed, pliden, dholmes, coleenp
Contributed-by: david.holmes@oracle.com, patricio.chilano.mateo@oracle.com
kbarrett [Tue, 05 Feb 2019 13:21:59 -0500] rev 53645
8218164: Improve local control of compiler warnings
Summary: Windows warning push/pop and gcc/Windows warning suppression macros.
Reviewed-by: dholmes, tschatzl
joehw [Tue, 05 Feb 2019 09:57:35 -0800] rev 53644
8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
Reviewed-by: rriggs, lancea
erikj [Tue, 05 Feb 2019 09:56:19 -0800] rev 53643
8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
Reviewed-by: ihse
erikj [Tue, 05 Feb 2019 09:53:33 -0800] rev 53642
8218177: Bump jib format_version to support new devkit archive layout
Reviewed-by: ihse, tbell
coleenp [Tue, 05 Feb 2019 10:40:25 -0500] rev 53641
8139551: Scalability problem with redefinition - multiple code cache walks
Summary: Walk code cache and deoptimize once per redefinition.
Reviewed-by: sspitsyn, dlong
aoqi [Thu, 31 Jan 2019 23:56:37 +0800] rev 53640
8217597: [TESTBUG] old version docker does not support --cpus
Summary: "--cpus" is only available in Docker 1.13 and higher, and is the equivalent of setting both --cpu-period and --cpu-quota.
Reviewed-by: bobv, dholmes
Contributed-by: aoqi@loongson.cn