eosterlund [Mon, 08 Jan 2018 13:13:05 +0100] rev 48613
8191888: Refactor ClassLoaderData::remove_handle to use the Access API
Reviewed-by: tschatzl, pliden, coleenp
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48612
Merge
ccheung [Thu, 04 Jan 2018 22:47:38 -0800] rev 48611
8192927: os::dir_is_empty is incorrect on Windows
Summary: Check file names in a directory. It is empty if only the "." and ".." files exist. Use unicode version of windows APIs to handle long path.
Reviewed-by: iklam, sspitsyn
jlahoda [Fri, 19 Jan 2018 17:11:52 +0100] rev 48610
8191842: JShell: Inferred type information is lost when assigning types to a \"var\"
Summary: For vars, upgrading all anonymous classes to member classes; stripping intersection types from fields before writing.
Reviewed-by: rfield
mli [Fri, 19 Jan 2018 15:21:49 +0800] rev 48609
8194284: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails with java.lang.RuntimeException: CheckRegisterInLog got exception timeout 6480000ms out of range
Reviewed-by: dholmes, rriggs
lana [Thu, 18 Jan 2018 18:58:46 +0000] rev 48608
Merge
never [Thu, 18 Jan 2018 09:01:00 -0800] rev 48607
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
Reviewed-by: kvn, sspitsyn, phh
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48606
8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern()
Reviewed-by: kvn
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48605
8194991: Null pointer dereference caused by c2v_getNextStackFrame
Reviewed-by: kvn
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48604
8194989: 2 Null pointer dereference defect groups caused by Dependencies::DepValue::as_klass()
Reviewed-by: kvn
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48603
8194992: Null pointer dereference in MultiNode::proj_out related to loopexit()
Reviewed-by: kvn, thartmann
lana [Thu, 18 Jan 2018 16:20:16 +0000] rev 48602
Added tag jdk-10+40 for changeset 860326263d1f
goetz [Thu, 18 Jan 2018 10:26:39 +0100] rev 48601
8194869: [TESTBUG][aix, s390] Adapt tests to platforms.
Reviewed-by: mbaesken, simonis, dholmes, serb
mbaesken [Wed, 17 Jan 2018 15:30:38 +0100] rev 48600
8195615: libsplashscreen linux ppc64le build error after libpng update
Reviewed-by: prr, mdoerr
mli [Thu, 18 Jan 2018 11:48:56 +0800] rev 48599
8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception
Reviewed-by: naoto, rgoel
simonis [Thu, 18 Jan 2018 03:12:41 +0100] rev 48598
8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
Reviewed-by: erikj, dholmes
darcy [Wed, 17 Jan 2018 17:53:37 -0800] rev 48597
8191839: ModuleElement.DirectiveVisitor :: visit​() method behavior is deviating from the spec
Reviewed-by: jjg
vlivanov [Thu, 18 Jan 2018 02:25:18 +0300] rev 48596
8194963: SystemDictionary::link_method_handle_constant() can't link MethodHandle.invoke()/invokeExact()
Reviewed-by: kvn, psandoz
dlong [Wed, 17 Jan 2018 14:25:47 -0800] rev 48595
8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out()
Reviewed-by: kvn
hannesw [Wed, 17 Jan 2018 22:44:40 +0100] rev 48594
8195123: Very large regressions in Octane benchmarks using 10-b39
Reviewed-by: jlaskey, attila
psandoz [Thu, 21 Dec 2017 13:52:20 -0800] rev 48593
8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations
Reviewed-by: forax, smarks
asaha [Wed, 17 Jan 2018 17:33:48 +0000] rev 48592
Merge
asaha [Wed, 17 Jan 2018 07:09:03 +0000] rev 48591
Merge
asaha [Fri, 12 Jan 2018 15:05:35 -0800] rev 48590
Merge
asaha [Mon, 08 Jan 2018 21:55:55 -0800] rev 48589
Merge
xuelei [Tue, 19 Dec 2017 16:31:16 +0000] rev 48588
8193683: Increase the number of clones in the CloneableDigest
Reviewed-by: coffeys, wetmore
vtewari [Wed, 29 Nov 2017 13:56:06 +0530] rev 48587
8191142: More refactoring for naming deserialization cases
Reviewed-by: chegar, rriggs
smarks [Mon, 27 Nov 2017 17:30:49 -0800] rev 48586
8189284: More refactoring for deserialization cases
Reviewed-by: rriggs, igerasim, rhalade, skoivu
mdoerr [Tue, 28 Nov 2017 01:08:26 +0300] rev 48585
8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations
Reviewed-by: goetz
serb [Mon, 06 Nov 2017 10:24:42 -0800] rev 48584
8190289: More refactoring for client deserialization cases
Reviewed-by: prr, azvegint, rhalade, skoivu
weijun [Mon, 06 Nov 2017 22:09:04 +0800] rev 48583
8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
Reviewed-by: mullan
weijun [Sat, 04 Nov 2017 08:56:01 +0800] rev 48582
8186606: Improve LDAP lookup robustness
Reviewed-by: mullan, skoivu, ahgross