tschatzl [Tue, 12 Feb 2019 09:58:27 +0100] rev 53725
8218680: G1 crashes during calculation of old collection set candidates
Summary: Parameters were passed in the wrong order to some helper class.
Reviewed-by: shade, kbarrett, lkorinth
redestad [Tue, 12 Feb 2019 09:00:04 +0100] rev 53724
8217383: Obsolete UseImplicitStableValues
Reviewed-by: shade, rkennke, vlivanov
mbaesken [Wed, 06 Feb 2019 16:02:27 +0100] rev 53723
8218562: handle HOTSPOT_BUILD_COMPILER for clang/xlclang and cleanup HOTSPOT_BUILD_COMPILER settings
Reviewed-by: dholmes, ihse, mdoerr
stuefe [Fri, 08 Feb 2019 08:49:32 +0100] rev 53722
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
Reviewed-by: rriggs, martin
ascarpino [Mon, 11 Feb 2019 13:23:20 -0800] rev 53721
8201633: Problems with AES-GCM native acceleration
Reviewed-by: valeriep
dfuchs [Mon, 11 Feb 2019 18:41:24 +0100] rev 53720
8218554: HttpServer: allow custom handlers to request that the connection be closed after the exchange.
Summary: custom handler code can supply `Connection: close` to response headers in order to force connection close after the exchange terminates.
Reviewed-by: chegar
rkennke [Mon, 11 Feb 2019 16:49:08 +0100] rev 53719
8217874: Shenandoah: Clobbered register in ShenandoahBarrierSetAssembler::cmpxchg_oop()
Reviewed-by: adinn
gadams [Mon, 11 Feb 2019 07:19:32 -0500] rev 53718
8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out
Reviewed-by: cjplummer, sspitsyn
ihse [Mon, 11 Feb 2019 12:12:41 +0100] rev 53717
8218736: Build warning in lib/JvmFlags.gmk: extraneous text after 'ifeq' directive
Reviewed-by: redestad, shade
weijun [Mon, 11 Feb 2019 11:01:00 +0800] rev 53716
8180569: Refactor sun/security/krb5/ shell tests to plain java tests
Reviewed-by: mullan
lancea [Sat, 09 Feb 2019 17:19:53 -0500] rev 53715
8182117: Document Zip File System Properties
Reviewed-by: alanb, mchung, rriggs, clanger
shade [Sat, 09 Feb 2019 19:39:28 +0100] rev 53714
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
Reviewed-by: kvn
dtitov [Sat, 09 Feb 2019 10:07:13 -0800] rev 53713
8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on Linux
Reviewed-by: dholmes
dholmes [Fri, 08 Feb 2019 20:51:55 -0500] rev 53712
8193234: When using -Xcheck:jni an internally allocated buffer can leak
Reviewed-by: shade, hseigel
shurailine [Fri, 08 Feb 2019 05:46:11 -0900] rev 53711
8218692: Switch to JCov build which supports byte code version 57
Reviewed-by: erikj
dl [Fri, 08 Feb 2019 13:39:22 -0800] rev 53710
8210280: Unnecessary reallocation when invoking HashMap.putAll()
Reviewed-by: martin, mvala, igerasim, chegar, rriggs
Contributed-by: Michal Vala <mvala@redhat.com>, Doug Lea <dl@cs.oswego.edu>, Martin Buchholz <martinrb@google.com>