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
pliden [Tue, 16 Oct 2018 13:43:04 +0200] rev 52139
8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
Reviewed-by: eosterlund
dfuchs [Tue, 16 Oct 2018 12:38:46 +0100] rev 52138
8211960: broken links in java.util.logging
Reviewed-by: mchung, chegar
rwestberg [Tue, 16 Oct 2018 11:32:49 +0200] rev 52137
8212004: Optional compile_commands.json field not compatible with older libclang
Reviewed-by: erikj
tschatzl [Tue, 16 Oct 2018 11:27:21 +0200] rev 52136
8210492: PLAB object promotion events report object sizes in words
Summary: Properly scale values passed to the JFR event.
Reviewed-by: phh, jcbeyler
jjiang [Tue, 16 Oct 2018 10:16:04 +0800] rev 52135
8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
Summary: Move lib/security tests to sun/security/lib
Reviewed-by: weijun
weijun [Tue, 16 Oct 2018 09:19:32 +0800] rev 52134
8212165: JGSS: Fix cut/paste error in NativeUtil.c
Reviewed-by: alanb, weijun
Contributed-by: Viktor Dukhovni <viktor@twosigma.com>
dholmes [Mon, 15 Oct 2018 21:02:17 -0400] rev 52133
8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
Summary: ensure the target thread has reached wait() before inspecting it
Reviewed-by: mchung, dfuchs, jcbeyler
jcbeyler [Mon, 15 Oct 2018 14:55:17 -0700] rev 52132
8212083: Handle remaining gc/lock native code and fix two strings
Summary: Migrate code to using wrapping JNI for exceptions
Reviewed-by: phh, tschatzl
jcbeyler [Mon, 15 Oct 2018 14:16:35 -0700] rev 52131
8211980: Remove ThreadHeapSampler enable/disable/enabled methods
Summary: Remove methods from ThreadHeapSampler
Reviewed-by: dholmes, phh
akolarkunnu [Wed, 03 Oct 2018 23:00:32 -0700] rev 52130
8209499: Create test for SwingSet EditorPaneDemo
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
shurailine [Mon, 15 Oct 2018 13:44:31 -0700] rev 52129
Merge
akolarkunnu [Thu, 11 Oct 2018 07:22:53 -0700] rev 52128
8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com