clanger [Fri, 01 Nov 2019 07:58:05 +0100] rev 58879
8232980: Cleanup initialization of function pointers into java.base from classloader.cpp
Reviewed-by: iklam, ccheung
rschmelter [Tue, 15 Oct 2019 17:08:09 +0200] rev 58878
8232168: Fix non wide char canonicalization on Windows
Reviewed-by: clanger, alanb, ccheung
dlong [Thu, 31 Oct 2019 16:54:16 -0700] rev 58877
8233273: Update Graal
Reviewed-by: kvn
amenkov [Thu, 31 Oct 2019 14:23:06 -0700] rev 58876
8224159: JDWP IPv6 scope support
Reviewed-by: sspitsyn, cjplummer
goetz [Tue, 29 Oct 2019 15:08:19 +0100] rev 58875
8232921: assert(is_object_aligned(result)) failed: address not aligned
Reviewed-by: coleenp, rschmelter
bobv [Thu, 31 Oct 2019 19:32:41 +0000] rev 58874
8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100
Reviewed-by: dholmes, sgehwolf, redestad
dfuchs [Thu, 31 Oct 2019 19:31:03 +0000] rev 58873
8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE
Summary: sun/net/www/ftptest/FtpCommandHandler.java is modified to handle EOF properly
Reviewed-by: chegar, vtewari
alanb [Thu, 31 Oct 2019 16:45:58 +0000] rev 58872
8205132: Degrade Thread.countStackFrames() to throw UOE
Reviewed-by: mchung, dholmes, dcubed
vjovanovic [Mon, 28 Oct 2019 15:03:36 +0100] rev 58871
8232806: Introduce a system property to disable eager lambda initialization
Reviewed-by: briangoetz, mr, psandoz, forax
aefimov [Thu, 31 Oct 2019 16:16:21 +0000] rev 58870
aefimov-dns-client-branch: Add jdk.dns.client source
aefimov [Thu, 31 Oct 2019 11:32:07 +0000] rev 58869
Merge
shade [Thu, 31 Oct 2019 10:37:03 +0100] rev 58868
8233303: Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit
Reviewed-by: rkennke
jwilhelm [Thu, 31 Oct 2019 04:17:41 +0100] rev 58867
Added tag jdk-14+21 for changeset c16ac7a2eba4
coleenp [Wed, 30 Oct 2019 22:32:00 -0400] rev 58866
8233266: Remove unnecessary fence in restore_unshareable_info
Reviewed-by: jiangli, dholmes
valeriep [Thu, 31 Oct 2019 02:22:42 +0000] rev 58865
8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures.
Summary: Fixed to treat the queried key size values as bits instead of bytes
Reviewed-by: ascarpino, xuelei
lancea [Wed, 30 Oct 2019 15:54:41 -0400] rev 58864
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
Reviewed-by: clanger, bpb, alanb
mgronlun [Wed, 30 Oct 2019 19:43:52 +0100] rev 58863
8226511: Implement JFR Event Streaming
Reviewed-by: egahlin, mseledtsov, mgronlun
Contributed-by: erik.gahlin@oracle.com, mikhailo.seledtsov@oracle.com, markus.gronlund@oracle.com
egahlin [Wed, 30 Oct 2019 17:02:26 +0100] rev 58862
Make TestSetEndTime more stable
redestad [Wed, 30 Oct 2019 16:14:56 +0100] rev 58861
8233159: Method::result_type should use calculated value in constMethod
Reviewed-by: lfoltan, iklam, coleenp
chagedorn [Tue, 29 Oct 2019 14:29:40 +0100] rev 58860
8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Summary: Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating.
Reviewed-by: kvn, thartmann
aivanov [Wed, 30 Oct 2019 14:08:07 +0000] rev 58859
8232724: Remove indirection with calling JNU_NewStringPlatform
Reviewed-by: dholmes, clanger
zgu [Wed, 30 Oct 2019 09:42:59 -0400] rev 58858
8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64
Reviewed-by: rkennke
michaelm [Wed, 30 Oct 2019 12:25:22 +0000] rev 58857
Windows InheritedChannel no longer needed
michaelm [Wed, 30 Oct 2019 11:53:07 +0000] rev 58856
removing unnecessary diffs from mainline
mgronlun [Wed, 30 Oct 2019 11:38:40 +0100] rev 58855
fix typo
mgronlun [Wed, 30 Oct 2019 11:28:38 +0100] rev 58854
stricly monotone nanos for chunkheader
mgronlun [Wed, 30 Oct 2019 11:23:55 +0100] rev 58853
Merge
pli [Wed, 30 Oct 2019 09:17:36 +0800] rev 58852
8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
Reviewed-by: aph
kvn [Tue, 29 Oct 2019 15:35:06 -0700] rev 58851
8233035: Update JVMCI
Reviewed-by: dlong
mr [Tue, 29 Oct 2019 13:52:04 -0700] rev 58850
8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080
Reviewed-by: stuefe, iignatyev, mchung