amenkov [Fri, 19 Oct 2018 09:31:52 -0700] rev 52199
8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
Reviewed-by: cjplummer, jcbeyler
mullan [Fri, 19 Oct 2018 09:32:46 -0400] rev 52198
Merge
mullan [Fri, 19 Oct 2018 09:31:57 -0400] rev 52197
8195793: Remove GTE CyberTrust Global Root
Reviewed-by: rhalade
michaelm [Fri, 19 Oct 2018 14:23:43 +0100] rev 52196
8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0
Reviewed-by: chegar, dfuchs
iklam [Thu, 18 Oct 2018 23:05:01 -0700] rev 52195
8212642: Remove SystemDictionary::InitOption enum
Reviewed-by: dholmes, kvn, redestad
rkennke [Thu, 18 Oct 2018 21:14:49 +0200] rev 52194
8212603: Need to step over GC barriers in Node::eqv_uncast()
Reviewed-by: shade, kvn, eosterlund
igerasim [Thu, 18 Oct 2018 09:46:46 -0700] rev 52193
8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
Reviewed-by: weijun
thartmann [Thu, 18 Oct 2018 17:50:49 +0200] rev 52192
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
Summary: Removed -Xcomp and increased timeout.
Reviewed-by: kvn
lancea [Thu, 18 Oct 2018 10:45:05 -0400] rev 52191
8212662: Fix javadoc typo in java.lang.ref.Cleaner
Reviewed-by: lancea, rriggs
Contributed-by: Andrew Luo <andrewluotechnologies@outlook.com>
hseigel [Thu, 18 Oct 2018 10:35:58 -0400] rev 52190
8209087: Clean up runtime code that compares 'this' to NULL
Summary: Remove 'this' to NULL comparisons from methods and check if calling objects of these methods could be NULL.
Reviewed-by: lfoltan, gziemski
mullan [Thu, 18 Oct 2018 10:08:35 -0400] rev 52189
8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs
Reviewed-by: weijun
lkorinth [Thu, 18 Oct 2018 11:23:54 +0200] rev 52188
8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp
Reviewed-by: shade, pliden
dzhou [Thu, 18 Oct 2018 00:56:38 -0700] rev 52187
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
Reviewed-by: naoto
ihse [Thu, 18 Oct 2018 09:19:29 +0200] rev 52186
8212587: equals in MakeBase does not handle empty strings correctly
Reviewed-by: erikj
iklam [Wed, 17 Oct 2018 21:51:00 -0700] rev 52185
8212612: Add documentation about Arguments::_exit_hook
Reviewed-by: hseigel, dlong, dholmes
jcbeyler [Wed, 17 Oct 2018 21:28:11 -0700] rev 52184
8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
Summary: Remove the NSK_CPP_STUB macros from tests
Reviewed-by: amenkov, phh, sspitsyn
jjiang [Thu, 18 Oct 2018 07:56:55 +0800] rev 52183
8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
Summary: javax/net/ssl/TLSCommon/CipherSuite.java supports key exchange algorithms
Reviewed-by: xuelei
jwilhelm [Thu, 18 Oct 2018 00:50:14 +0200] rev 52182
Added tag jdk-12+16 for changeset 199658d1ef86
shade [Wed, 17 Oct 2018 22:47:59 +0200] rev 52181
8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works)
Reviewed-by: hseigel
shade [Wed, 17 Oct 2018 22:42:31 +0200] rev 52180
8212616: x86_32 build failures after JDK-8210498 (nmethod entry barriers)
Reviewed-by: kvn, eosterlund
rkennke [Wed, 17 Oct 2018 22:26:41 +0200] rev 52179
8212186: JVMTI lacks a few GC barriers/hooks
Reviewed-by: eosterlund, shade
shade [Wed, 17 Oct 2018 18:31:48 +0200] rev 52178
8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers)
Reviewed-by: eosterlund
redestad [Wed, 17 Oct 2018 17:35:26 +0200] rev 52177
8212597: Optimize String concatenation setup when using primitive operands
Reviewed-by: shade
jjiang [Wed, 17 Oct 2018 22:06:55 +0800] rev 52176
8212562: To remove lib/security from test/jdk/TEST.groups
Summary: Remove lib/security from test group jdk_security3
Reviewed-by: coffeys
redestad [Wed, 17 Oct 2018 14:19:21 +0200] rev 52175
8212201: Classlist build tool should be built for the target JDK version
Reviewed-by: erikj, ihse
pmuthuswamy [Wed, 17 Oct 2018 15:28:36 +0530] rev 52174
8211901: javadoc generates broken links on deprecated items page
Reviewed-by: jjg
mli [Wed, 17 Oct 2018 16:37:41 +0800] rev 52173
8210403: Refactor java.util.Locale:i18n shell tests to plain java tests
Reviewed-by: naoto
Contributed-by: ying.z.zhou@oracle.com
bchristi [Fri, 05 Oct 2018 15:12:37 -0700] rev 52172
8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
Reviewed-by: alanb, mchung
weijun [Wed, 08 Aug 2018 08:05:43 +0800] rev 52171
8208754: The fix for JDK-8194534 needs updates
Reviewed-by: alanb, igerasim, rhalade, mullan
apetcher [Mon, 30 Jul 2018 13:53:30 -0400] rev 52170
8208209: Improve TLS connection stability again
Reviewed-by: xuelei
michaelm [Tue, 10 Jul 2018 08:20:13 +0100] rev 52169
8196902: Better HTTP Redirection
Reviewed-by: dfuchs
Contributed-by: chris.hegarty@oracle.com
kaddepalli [Fri, 29 Jun 2018 10:28:05 +0530] rev 52168
8194546: Choosier FileManagers
Reviewed-by: serb, prr, rhalade, skoivu
igerasim [Wed, 20 Jun 2018 18:02:22 -0700] rev 52167
8204667: Resources not freed on exception
Reviewed-by: skoivu, chegar
joehw [Fri, 15 Jun 2018 14:19:51 -0700] rev 52166
8204497: Better formatting of decimals
Reviewed-by: rriggs, lancea, dfuchs, mschoene
vtewari [Fri, 08 Jun 2018 15:56:23 +0530] rev 52165
8199177: Enhance JNDI lookups
Reviewed-by: michaelm, robm, skoivu, rhalade, chegar, rriggs, ahgross
Contributed-by: vyom.tewari@oracle.com
bchristi [Tue, 29 May 2018 10:27:45 -0700] rev 52164
8195874: Improve jar specification adherence
Summary: Also reviewed by Chris Ries <chris.ries@oracle.com>
Reviewed-by: alanb, mchung, rriggs
sundar [Fri, 18 May 2018 13:34:42 +0530] rev 52163
8202936: Improve script engine support
Reviewed-by: jlaskey, ahgross, rhalade
hseigel [Mon, 14 May 2018 09:05:20 -0400] rev 52162
8199226: Improve field accesses
Reviewed-by: acorn, ahgross, rhalade
Contributed-by: harold.seigel@oracle.com
prr [Mon, 23 Apr 2018 16:15:26 -0700] rev 52161
8200648: Make midi code more sound
Reviewed-by: serb, mschoene, rhalade
apetcher [Mon, 23 Apr 2018 12:01:46 -0400] rev 52160
8201756: Improve cipher inputs
Summary: Clarify spec of CipherInputStream in Javadoc comments
Reviewed-by: ascarpino
weijun [Tue, 17 Apr 2018 15:55:49 +0800] rev 52159
8194534: Manifest better support
Reviewed-by: mchung, igerasim
sherman [Wed, 04 Apr 2018 13:55:30 -0700] rev 52158
8199172: Improve jar attribute checks
Reviewed-by: psandoz, alanb
vtewari [Fri, 30 Mar 2018 08:37:31 +0530] rev 52157
8199110: Address Internet Addresses
Reviewed-by: chegar, rriggs, igerasim, skoivu, rhalade
sherman [Wed, 28 Mar 2018 08:42:45 -0700] rev 52156
8197881: Better StringBuilder support
Reviewed-by: rriggs
weijun [Thu, 08 Mar 2018 14:04:39 +0800] rev 52155
8196897: Improve PRNG support
Reviewed-by: valeriep, mullan, igerasim
dholmes [Tue, 16 Oct 2018 19:07:47 -0400] rev 52154
8211909: JDWP Transport Listener: dt_socket thread crash
Reviewed-by: dcubed, dsamersoff
jnimeh [Tue, 16 Oct 2018 12:05:57 -0700] rev 52153
8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
Reviewed-by: xuelei
mchung [Tue, 16 Oct 2018 11:47:33 -0700] rev 52152
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
Reviewed-by: alanb
jnimeh [Tue, 16 Oct 2018 11:24:41 -0700] rev 52151
8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
Reviewed-by: xuelei
shade [Tue, 16 Oct 2018 17:43:30 +0200] rev 52150
8212177: Epsilon alignment adjustments can overflow max TLAB size
Reviewed-by: pliden, tschatzl
rriggs [Tue, 16 Oct 2018 10:55:28 -0400] rev 52149
8192939: Remove Finalize methods from FileInputStream and FileOutputStream
Reviewed-by: alanb, iris, mchung
hseigel [Tue, 16 Oct 2018 11:08:46 -0400] rev 52148
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
Summary: Change calls to Abstract_VM_Version methods to be calls to VM_Version methods.
Reviewed-by: coleenp, kbarrett, dholmes
bpb [Tue, 16 Oct 2018 07:49:08 -0700] rev 52147
8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts
Reviewed-by: alanb
bobv [Tue, 16 Oct 2018 09:55:30 -0400] rev 52146
Merge
bobv [Tue, 16 Oct 2018 09:54:28 -0400] rev 52145
8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
Reviewed-by: kvn, iignatyev
hannesw [Tue, 16 Oct 2018 15:05:03 +0200] rev 52144
8210683: Search result display order reversed for overloaded entries
Reviewed-by: jjg
thartmann [Tue, 16 Oct 2018 14:17:19 +0200] rev 52143
8210215: C2 should optimize trichotomy calculations
Summary: Ideal transformation to optimize trichotomic comparisons.
Reviewed-by: kvn, jrose
eosterlund [Tue, 16 Oct 2018 13:18:22 +0200] rev 52142
8210498: nmethod entry barriers
Reviewed-by: kvn, pliden
eosterlund [Tue, 16 Oct 2018 13:16:11 +0200] rev 52141
8210330: Make CLD claiming allow multiple claim bits
Reviewed-by: pliden, coleenp
eosterlund [Tue, 16 Oct 2018 13:14:18 +0200] rev 52140
8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
Reviewed-by: pliden, kbarrett