Thu, 18 Jan 2018 11:22:28 +0530 8176795: Wrong color drawn when painting translucent colors on volatile images using XRender.
jdv [Thu, 18 Jan 2018 11:22:28 +0530] rev 48647
8176795: Wrong color drawn when painting translucent colors on volatile images using XRender. Reviewed-by: prr, ceisserer, pnarayanan
Wed, 17 Jan 2018 09:08:44 -0800 Merge
prr [Wed, 17 Jan 2018 09:08:44 -0800] rev 48646
Merge
Wed, 17 Jan 2018 10:58:22 +0530 8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper
jdv [Wed, 17 Jan 2018 10:58:22 +0530] rev 48645
8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper Reviewed-by: serb, bpb, pnarayanan
Tue, 16 Jan 2018 10:49:49 +0530 8194489: Incorrect size computation at BandedSampleModel.createDataBuffer()
pnarayanan [Tue, 16 Jan 2018 10:49:49 +0530] rev 48644
8194489: Incorrect size computation at BandedSampleModel.createDataBuffer() Reviewed-by: bpb, jdv Contributed-by: prahalad.kumar.narayanan@oracle.com
Wed, 10 Jan 2018 12:45:14 +0530 8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image
jdv [Wed, 10 Jan 2018 12:45:14 +0530] rev 48643
8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image Reviewed-by: bpb, pnarayanan
Mon, 08 Jan 2018 08:53:14 -0800 Merge
prr [Mon, 08 Jan 2018 08:53:14 -0800] rev 48642
Merge
Tue, 26 Dec 2017 13:38:31 +0530 8190997: PNGImageReader throws NullPointerException when PLTE section is missing
jdv [Tue, 26 Dec 2017 13:38:31 +0530] rev 48641
8190997: PNGImageReader throws NullPointerException when PLTE section is missing Reviewed-by: serb, bpb, pnarayanan
Fri, 22 Dec 2017 11:00:06 +0530 8190192: Double click on the title bar no longer repositions the window
sveerabhadra [Fri, 22 Dec 2017 11:00:06 +0530] rev 48640
8190192: Double click on the title bar no longer repositions the window Reviewed-by: serb, prr
Wed, 20 Dec 2017 18:08:44 +0530 8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java
kaddepalli [Wed, 20 Dec 2017 18:08:44 +0530] rev 48639
8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java Reviewed-by: psadhukhan, serb, ssadetsky
Wed, 17 Jan 2018 19:05:58 +0100 8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
ehelin [Wed, 17 Jan 2018 19:05:58 +0100] rev 48638
8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc() Reviewed-by: sjohanss, eosterlund
Sat, 13 Jan 2018 02:56:22 +0100 Merge
jwilhelm [Sat, 13 Jan 2018 02:56:22 +0100] rev 48637
Merge
Thu, 11 Jan 2018 21:49:51 -0500 Merge
coleenp [Thu, 11 Jan 2018 21:49:51 -0500] rev 48636
Merge
Thu, 11 Jan 2018 18:42:36 -0500 8130039: Move the platform-specific [OS]Semaphore code
coleenp [Thu, 11 Jan 2018 18:42:36 -0500] rev 48635
8130039: Move the platform-specific [OS]Semaphore code 8130038: Unify the semaphore usage in os_xxx.cpp 8194763: os::signal_lookup is unused Reviewed-by: dholmes, kbarrett
Thu, 11 Jan 2018 20:25:13 -0500 8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
dstewart [Thu, 11 Jan 2018 20:25:13 -0500] rev 48634
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java" Reviewed-by: dholmes, zgu
Thu, 11 Jan 2018 11:28:51 +0100 8129440: G1 crash during concurrent root region scan
tschatzl [Thu, 11 Jan 2018 11:28:51 +0100] rev 48633
8129440: G1 crash during concurrent root region scan Summary: Make concurrent memory accesses to oops on the heap volatile to avoid reloading by the compiler duplicating oop loading code. Reviewed-by: ehelin, eosterlund
Thu, 11 Jan 2018 11:05:17 +0100 8180280: [TESTBUG] Test for JDK-8180048
tschatzl [Thu, 11 Jan 2018 11:05:17 +0100] rev 48632
8180280: [TESTBUG] Test for JDK-8180048 Summary: Add test at is executed only at higher tiers to allow more time for execution. Reviewed-by: kbarrett, eosterlund
Thu, 11 Jan 2018 10:40:01 +0100 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
tschatzl [Thu, 11 Jan 2018 10:40:01 +0100] rev 48631
8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME Summary: During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME. Reviewed-by: ehelin, sjohanss, phh Contributed-by: thomas.schatzl@oracle.com, axel.siebenborn@sap.com
Thu, 11 Jan 2018 11:35:35 +0530 8193352: SA: Test for the clhsdb 'thread' and 'threads' commands
jgeorge [Thu, 11 Jan 2018 11:35:35 +0530] rev 48630
8193352: SA: Test for the clhsdb 'thread' and 'threads' commands Summary: Test for the clhsdb 'thread' and 'threads' commands. Avoids an incorrect 'Couldn't find thread -a' being printed. Reviewed-by: sspitsyn, sballal
Tue, 09 Jan 2018 13:58:30 -0500 6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception
gadams [Tue, 09 Jan 2018 13:58:30 -0500] rev 48629
6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception Reviewed-by: sspitsyn
Wed, 10 Jan 2018 18:04:56 +0100 8193063: Enabling narrowOop values for RawAccess accesses
eosterlund [Wed, 10 Jan 2018 18:04:56 +0100] rev 48628
8193063: Enabling narrowOop values for RawAccess accesses Reviewed-by: pliden, kbarrett
Wed, 10 Jan 2018 10:21:25 +0100 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl [Wed, 10 Jan 2018 10:21:25 +0100] rev 48627
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file Reviewed-by: ehelin, kbarrett
Tue, 09 Jan 2018 08:38:22 +0100 8194814: [ppc, s390] A row of minor fixes and cleanups
goetz [Tue, 09 Jan 2018 08:38:22 +0100] rev 48626
8194814: [ppc, s390] A row of minor fixes and cleanups Summary: Fix the data types of pd flags. Reviewed-by: mdoerr
Tue, 19 Dec 2017 20:14:52 -0800 8191985: JDK-8190862 work for arch arm
jcbeyler [Tue, 19 Dec 2017 20:14:52 -0800] rev 48625
8191985: JDK-8190862 work for arch arm Summary: Fixed Interpreter never refills TLAB Reviewed-by: dsamersoff, aph
Tue, 09 Jan 2018 16:52:25 -0500 8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation
ctornqvi [Tue, 09 Jan 2018 16:52:25 -0500] rev 48624
8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation Reviewed-by: erikj
Tue, 09 Jan 2018 09:51:10 -0800 8187448: 360 doc issues in jdwp-protocol.html
dtitov [Tue, 09 Jan 2018 09:51:10 -0800] rev 48623
8187448: 360 doc issues in jdwp-protocol.html Reviewed-by: sspitsyn, amenkov
Tue, 09 Jan 2018 18:18:36 +0300 8194256: AARCH64: SIMD shift instructions are incorrectly encoded
dpochepk [Tue, 09 Jan 2018 18:18:36 +0300] rev 48622
8194256: AARCH64: SIMD shift instructions are incorrectly encoded Reviewed-by: aph
Mon, 08 Jan 2018 17:47:08 -0500 8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics
ecaspole [Mon, 08 Jan 2018 17:47:08 -0500] rev 48621
8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics Summary: Show the intrinsics internal name in the inlining output Reviewed-by: kvn, gtriantafill
Mon, 08 Jan 2018 12:02:48 -0500 Merge
coleenp [Mon, 08 Jan 2018 12:02:48 -0500] rev 48620
Merge
Mon, 08 Jan 2018 09:46:31 -0500 8058259: compute_offset() is confusing for static fields
coleenp [Mon, 08 Jan 2018 09:46:31 -0500] rev 48619
8058259: compute_offset() is confusing for static fields Summary: remove most hard-coded offsets, have compute_offset function that takes a string and creates a TempNewSymbol, have static_field_addr() not add in InstanceMirrorKlass::offset_of_static_fields, ie use offset from find_field Reviewed-by: kbarrett, sspitsyn
Mon, 08 Jan 2018 16:21:23 +0100 8192003: Refactor weak references in StringTable to use the Access API
eosterlund [Mon, 08 Jan 2018 16:21:23 +0100] rev 48618
8192003: Refactor weak references in StringTable to use the Access API Reviewed-by: pliden, dholmes, coleenp
Mon, 08 Jan 2018 09:58:38 -0500 8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check
dcubed [Mon, 08 Jan 2018 09:58:38 -0500] rev 48617
8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check Reviewed-by: fparain, gthornbr, stuefe
Mon, 08 Jan 2018 15:12:05 +0100 8191894: Refactor weak references in JvmtiTagHashmap to use the Access API
eosterlund [Mon, 08 Jan 2018 15:12:05 +0100] rev 48616
8191894: Refactor weak references in JvmtiTagHashmap to use the Access API Reviewed-by: sspitsyn, coleenp
Mon, 08 Jan 2018 15:09:18 +0100 8191904: Refactor weak oops in ResolvedMethodTable to use the Access API
eosterlund [Mon, 08 Jan 2018 15:09:18 +0100] rev 48615
8191904: Refactor weak oops in ResolvedMethodTable to use the Access API Reviewed-by: kbarrett, coleenp
Mon, 08 Jan 2018 13:22:05 +0100 8191567: Refactor ciInstanceKlass G1 keep alive barrier to use Access API.
eosterlund [Mon, 08 Jan 2018 13:22:05 +0100] rev 48614
8191567: Refactor ciInstanceKlass G1 keep alive barrier to use Access API. Reviewed-by: dholmes, rkennke, tschatzl
Mon, 08 Jan 2018 13:13:05 +0100 8191888: Refactor ClassLoaderData::remove_handle to use the Access API
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
Fri, 05 Jan 2018 22:02:20 +0100 Merge
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48612
Merge
Thu, 04 Jan 2018 22:47:38 -0800 8192927: os::dir_is_empty is incorrect on Windows
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
Fri, 19 Jan 2018 17:11:52 +0100 8191842: JShell: Inferred type information is lost when assigning types to a \"var\"
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
Fri, 19 Jan 2018 15:21:49 +0800 8194284: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails with java.lang.RuntimeException: CheckRegisterInLog got exception timeout 6480000ms out of range
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
Thu, 18 Jan 2018 18:58:46 +0000 Merge
lana [Thu, 18 Jan 2018 18:58:46 +0000] rev 48608
Merge
Thu, 18 Jan 2018 09:01:00 -0800 8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
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
Thu, 18 Jan 2018 10:05:32 -0800 8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern()
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
Thu, 18 Jan 2018 10:05:32 -0800 8194991: Null pointer dereference caused by c2v_getNextStackFrame
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48605
8194991: Null pointer dereference caused by c2v_getNextStackFrame Reviewed-by: kvn
Thu, 18 Jan 2018 10:05:32 -0800 8194989: 2 Null pointer dereference defect groups caused by Dependencies::DepValue::as_klass()
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
Thu, 18 Jan 2018 10:05:32 -0800 8194992: Null pointer dereference in MultiNode::proj_out related to loopexit()
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
Thu, 18 Jan 2018 16:20:16 +0000 Added tag jdk-10+40 for changeset 860326263d1f
lana [Thu, 18 Jan 2018 16:20:16 +0000] rev 48602
Added tag jdk-10+40 for changeset 860326263d1f
Thu, 18 Jan 2018 10:26:39 +0100 8194869: [TESTBUG][aix, s390] Adapt tests to platforms.
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
Wed, 17 Jan 2018 15:30:38 +0100 8195615: libsplashscreen linux ppc64le build error after libpng update
mbaesken [Wed, 17 Jan 2018 15:30:38 +0100] rev 48600
8195615: libsplashscreen linux ppc64le build error after libpng update Reviewed-by: prr, mdoerr
Thu, 18 Jan 2018 11:48:56 +0800 8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception
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
Thu, 18 Jan 2018 03:12:41 +0100 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
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
Wed, 17 Jan 2018 17:53:37 -0800 8191839: ModuleElement.DirectiveVisitor :: visit​() method behavior is deviating from the spec
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
Thu, 18 Jan 2018 02:25:18 +0300 8194963: SystemDictionary::link_method_handle_constant() can't link MethodHandle.invoke()/invokeExact() jdk-10+40
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
Wed, 17 Jan 2018 14:25:47 -0800 8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out()
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
Wed, 17 Jan 2018 22:44:40 +0100 8195123: Very large regressions in Octane benchmarks using 10-b39
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
Thu, 21 Dec 2017 13:52:20 -0800 8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations
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
Wed, 17 Jan 2018 17:33:48 +0000 Merge
asaha [Wed, 17 Jan 2018 17:33:48 +0000] rev 48592
Merge
Wed, 17 Jan 2018 07:09:03 +0000 Merge
asaha [Wed, 17 Jan 2018 07:09:03 +0000] rev 48591
Merge
Fri, 12 Jan 2018 15:05:35 -0800 Merge
asaha [Fri, 12 Jan 2018 15:05:35 -0800] rev 48590
Merge
Mon, 08 Jan 2018 21:55:55 -0800 Merge
asaha [Mon, 08 Jan 2018 21:55:55 -0800] rev 48589
Merge
Tue, 19 Dec 2017 16:31:16 +0000 8193683: Increase the number of clones in the CloneableDigest
xuelei [Tue, 19 Dec 2017 16:31:16 +0000] rev 48588
8193683: Increase the number of clones in the CloneableDigest Reviewed-by: coffeys, wetmore
Wed, 29 Nov 2017 13:56:06 +0530 8191142: More refactoring for naming deserialization cases
vtewari [Wed, 29 Nov 2017 13:56:06 +0530] rev 48587
8191142: More refactoring for naming deserialization cases Reviewed-by: chegar, rriggs
Mon, 27 Nov 2017 17:30:49 -0800 8189284: More refactoring for deserialization cases
smarks [Mon, 27 Nov 2017 17:30:49 -0800] rev 48586
8189284: More refactoring for deserialization cases Reviewed-by: rriggs, igerasim, rhalade, skoivu
Tue, 28 Nov 2017 01:08:26 +0300 8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations
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
Mon, 06 Nov 2017 10:24:42 -0800 8190289: More refactoring for client deserialization cases
serb [Mon, 06 Nov 2017 10:24:42 -0800] rev 48584
8190289: More refactoring for client deserialization cases Reviewed-by: prr, azvegint, rhalade, skoivu
Mon, 06 Nov 2017 22:09:04 +0800 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
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
Sat, 04 Nov 2017 08:56:01 +0800 8186606: Improve LDAP lookup robustness
weijun [Sat, 04 Nov 2017 08:56:01 +0800] rev 48582
8186606: Improve LDAP lookup robustness Reviewed-by: mullan, skoivu, ahgross
Tue, 31 Oct 2017 00:54:53 +0000 8163237: Restrict the use of EXPORT cipher suites
xuelei [Tue, 31 Oct 2017 00:54:53 +0000] rev 48581
8163237: Restrict the use of EXPORT cipher suites Reviewed-by: mullan, igerasim, rhalade, jnimeh
Tue, 24 Oct 2017 09:58:27 -0400 8185292: Stricter key generation
apetcher [Tue, 24 Oct 2017 09:58:27 -0400] rev 48580
8185292: Stricter key generation Reviewed-by: mullan
Wed, 18 Oct 2017 10:43:58 +0800 8186600: Improve property negotiations
weijun [Wed, 18 Oct 2017 10:43:58 +0800] rev 48579
8186600: Improve property negotiations Reviewed-by: valeriep, ahgross, mullan
Mon, 02 Oct 2017 11:04:01 -0700 8185325: Improve GTK initialization
serb [Mon, 02 Oct 2017 11:04:01 -0700] rev 48578
8185325: Improve GTK initialization Reviewed-by: azvegint, rhalade, mschoene
Wed, 04 Oct 2017 10:33:08 -0700 8186080: Transform XML interfaces
joehw [Wed, 04 Oct 2017 10:33:08 -0700] rev 48577
8186080: Transform XML interfaces Reviewed-by: dfuchs, lancea, rriggs
Mon, 25 Sep 2017 19:44:28 +0530 8186998: Improve JMX supportive features
uvangapally [Mon, 25 Sep 2017 19:44:28 +0530] rev 48576
8186998: Improve JMX supportive features Summary: Improve JMX supportive features Reviewed-by: mchung, dfuchs, rriggs, hb, skoivu, rhalade
Thu, 14 Sep 2017 07:45:53 +0800 8178458: Better use of certificates in LDAP
weijun [Thu, 14 Sep 2017 07:45:53 +0800] rev 48575
8178458: Better use of certificates in LDAP Reviewed-by: vinnie, asmotrak
Tue, 05 Sep 2017 15:53:33 +0100 8181670: Improve implementation of keystores
vinnie [Tue, 05 Sep 2017 15:53:33 +0100] rev 48574
8181670: Improve implementation of keystores Reviewed-by: mullan
Mon, 04 Sep 2017 19:33:44 +0100 8178449: Improve LDAP logins
vinnie [Mon, 04 Sep 2017 19:33:44 +0100] rev 48573
8178449: Improve LDAP logins Reviewed-by: mullan, asmotrak
Thu, 31 Aug 2017 21:44:19 +0000 8178466: Better RSA parameters
valeriep [Thu, 31 Aug 2017 21:44:19 +0000] rev 48572
8178466: Better RSA parameters Reviewed-by: mullan, ahgross
Thu, 24 Aug 2017 19:18:51 +0000 8186212: Improve GSS handling
valeriep [Thu, 24 Aug 2017 19:18:51 +0000] rev 48571
8186212: Improve GSS handling Reviewed-by: weijun, ahgross
Tue, 08 Aug 2017 10:43:07 -0700 8182601: Improve usage messages
naoto [Tue, 08 Aug 2017 10:43:07 -0700] rev 48570
8182601: Improve usage messages Reviewed-by: alanb, ahgross, ksrini, mchung
Fri, 28 Jul 2017 18:20:43 +0000 8182387: Improve PKCS usage
apetcher [Fri, 28 Jul 2017 18:20:43 +0000] rev 48569
8182387: Improve PKCS usage Reviewed-by: valeriep
Sun, 23 Jul 2017 10:33:13 +0530 8182125: Improve reliability of DNS lookups
vtewari [Sun, 23 Jul 2017 10:33:13 +0530] rev 48568
8182125: Improve reliability of DNS lookups Reviewed-by: chegar, rriggs, dfuchs
Tue, 04 Jul 2017 01:52:53 +0000 8174756: Extra validation for public keys
apetcher [Tue, 04 Jul 2017 01:52:53 +0000] rev 48567
8174756: Extra validation for public keys Reviewed-by: valeriep
Thu, 29 Jun 2017 11:53:19 -0700 8180877: More deeply colored ICC spaces
prr [Thu, 29 Jun 2017 11:53:19 -0700] rev 48566
8180877: More deeply colored ICC spaces Reviewed-by: serb, rhalade, mschoene
Mon, 05 Jun 2017 12:36:15 -0300 8180869: Cleaner image file reading handling
jlaskey [Mon, 05 Jun 2017 12:36:15 -0300] rev 48565
8180869: Cleaner image file reading handling Reviewed-by: ahgross, rriggs, rhalade Contributed-by: james.laskey@oracle.com
Thu, 01 Jun 2017 15:15:26 -0700 8180015: Cleaner AWT robot handling
serb [Thu, 01 Jun 2017 15:15:26 -0700] rev 48564
8180015: Cleaner AWT robot handling Reviewed-by: prr, mschoene, rhalade
Wed, 17 May 2017 18:22:54 -0700 8179990: Cleaner palette entry handling
serb [Wed, 17 May 2017 18:22:54 -0700] rev 48563
8179990: Cleaner palette entry handling Reviewed-by: prr, mschoene, rhalade
Wed, 17 May 2017 14:57:10 -0700 8180011: Cleaner native graphics device handling
prr [Wed, 17 May 2017 14:57:10 -0700] rev 48562
8180011: Cleaner native graphics device handling Reviewed-by: serb, mschoene, rhalade
Wed, 17 May 2017 14:52:09 -0700 8179533: Cleaner print job handling
prr [Wed, 17 May 2017 14:52:09 -0700] rev 48561
8179533: Cleaner print job handling Reviewed-by: serb, mschoene, rhalade
Fri, 28 Apr 2017 10:17:46 -0400 8172525: Improve key keying case
apetcher [Fri, 28 Apr 2017 10:17:46 -0400] rev 48560
8172525: Improve key keying case Reviewed-by: mullan, valeriep, rhalade, ahgross
Thu, 23 Mar 2017 10:52:00 +0530 8176450: Revise default document styling
psadhukhan [Thu, 23 Mar 2017 10:52:00 +0530] rev 48559
8176450: Revise default document styling Reviewed-by: prr, serb, mschoene
Mon, 12 Jun 2017 13:58:09 -0400 8181664: Improve JVM UTF String handling
rprotacio [Mon, 12 Jun 2017 13:58:09 -0400] rev 48558
8181664: Improve JVM UTF String handling Reviewed-by: mschoene, coleenp, rhalade, acorn, gtriantafill Contributed-by: rachel.protacio@oracle.com
Fri, 26 May 2017 18:39:27 +0300 8174962: Better interface invocations
vlivanov [Fri, 26 May 2017 18:39:27 +0300] rev 48557
8174962: Better interface invocations Reviewed-by: jrose, coleenp, ahgross, acorn, iignatyev
Thu, 25 May 2017 15:39:32 -0400 8180020: Improve SymbolHashMap entry handling
rprotacio [Thu, 25 May 2017 15:39:32 -0400] rev 48556
8180020: Improve SymbolHashMap entry handling Reviewed-by: mschoene, coleenp, rhalade Contributed-by: rachel.protacio@oracle.com
Mon, 20 Mar 2017 13:05:00 -0400 8175932: Improve host instance supports
hseigel [Mon, 20 Mar 2017 13:05:00 -0400] rev 48555
8175932: Improve host instance supports Reviewed-by: coleenp, mschoene Contributed-by: harold.seigel@oracle.com
Sun, 03 Sep 2017 16:08:13 +0100 8160104: CORBA communication improvements
msheppar [Sun, 03 Sep 2017 16:08:13 +0100] rev 48554
8160104: CORBA communication improvements Reviewed-by: rriggs, dfuchs
Wed, 17 Jan 2018 17:26:07 +0100 8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
simonis [Wed, 17 Jan 2018 17:26:07 +0100] rev 48553
8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties Reviewed-by: dholmes
Tue, 16 Jan 2018 19:26:48 -0800 8194953: doclet corrupts HTML files when adding navbar
ksrini [Tue, 16 Jan 2018 19:26:48 -0800] rev 48552
8194953: doclet corrupts HTML files when adding navbar Reviewed-by: jjg
Tue, 16 Jan 2018 17:27:06 -0800 8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations
darcy [Tue, 16 Jan 2018 17:27:06 -0800] rev 48551
8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations Reviewed-by: mcimadamore, jjg
Tue, 16 Jan 2018 14:44:04 -0800 8181047: Add comment to technical terms that shall not be translated
joehw [Tue, 16 Jan 2018 14:44:04 -0800] rev 48550
8181047: Add comment to technical terms that shall not be translated Reviewed-by: lancea, ljiang
Thu, 18 Jan 2018 11:46:33 +0000 8195598: Reference to overloaded method is ambiguous with 3 methods but works with 2
mcimadamore [Thu, 18 Jan 2018 11:46:33 +0000] rev 48549
8195598: Reference to overloaded method is ambiguous with 3 methods but works with 2 Summary: Pertinent to applicability bit set on argument expression even if only one method is not pertinent Reviewed-by: vromero
Wed, 17 Jan 2018 20:07:50 -0800 8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837
jjiang [Wed, 17 Jan 2018 20:07:50 -0800] rev 48548
8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837 Summary: Puts sun/security/pkcs11/Secmod/AddTrustedCert.java and sun/security/pkcs11/tls/TestKeyMaterial.java into ProblemList Reviewed-by: weijun
Wed, 17 Jan 2018 18:34:50 -0800 8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined
jjiang [Wed, 17 Jan 2018 18:34:50 -0800] rev 48547
8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined Summary: It outputs the lib content if the lib version cannot be parsed Reviewed-by: xuelei
Wed, 17 Jan 2018 18:26:05 -0800 8190229: Non-ASCII characters in java.security file after 8186093
wetmore [Wed, 17 Jan 2018 18:26:05 -0800] rev 48546
8190229: Non-ASCII characters in java.security file after 8186093 Reviewed-by: weijun
Wed, 17 Jan 2018 16:15:15 -0800 8194879: Runtime.Version parses string which does not conform to spec without throwing IAE
bchristi [Wed, 17 Jan 2018 16:15:15 -0800] rev 48545
8194879: Runtime.Version parses string which does not conform to spec without throwing IAE Reviewed-by: alanb, iris, rriggs
Wed, 17 Jan 2018 15:17:50 -0800 8194554: filterArguments runs multiple filters in the wrong order
mchung [Wed, 17 Jan 2018 15:17:50 -0800] rev 48544
8194554: filterArguments runs multiple filters in the wrong order Reviewed-by: psandoz, jrose
Tue, 16 Jan 2018 08:48:34 +0100 8189102: All tools should support -?, -h and --help
goetz [Tue, 16 Jan 2018 08:48:34 +0100] rev 48543
8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
Thu, 11 Jan 2018 20:19:50 -0800 8194960: Add a test for trust manager and cacerts keystore sanity
martin [Thu, 11 Jan 2018 20:19:50 -0800] rev 48542
8194960: Add a test for trust manager and cacerts keystore sanity Reviewed-by: weijun
Tue, 16 Jan 2018 18:28:39 -0800 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
dl [Tue, 16 Jan 2018 18:28:39 -0800] rev 48541
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 Reviewed-by: martin
Tue, 16 Jan 2018 18:24:32 -0800 8191483: AbstractQueuedSynchronizer cancel/cancel race
dl [Tue, 16 Jan 2018 18:24:32 -0800] rev 48540
8191483: AbstractQueuedSynchronizer cancel/cancel race Reviewed-by: martin
Wed, 17 Jan 2018 07:55:20 +0800 8195119: Fine-tune output text in keytool
weijun [Wed, 17 Jan 2018 07:55:20 +0800] rev 48539
8195119: Fine-tune output text in keytool Reviewed-by: mullan
Tue, 16 Jan 2018 22:24:20 +0000 Merge
lana [Tue, 16 Jan 2018 22:24:20 +0000] rev 48538
Merge
Sun, 14 Jan 2018 21:46:14 -0800 8187946: Support ISO 4217 Amendments 163 and 164
ljiang [Sun, 14 Jan 2018 21:46:14 -0800] rev 48537
8187946: Support ISO 4217 Amendments 163 and 164 Reviewed-by: naoto
Sun, 14 Jan 2018 22:25:53 -0800 8194717: JDK10 L10n resource file update - msgdrop 10
lana [Sun, 14 Jan 2018 22:25:53 -0800] rev 48536
8194717: JDK10 L10n resource file update - msgdrop 10 Reviewed-by: joehw Contributed-by: li.jiang@oracle.com
Tue, 16 Jan 2018 19:19:03 +0000 8195138: The asynchronous Http1HeaderParser doesn't handle all line folds correctly
dfuchs [Tue, 16 Jan 2018 19:19:03 +0000] rev 48535
8195138: The asynchronous Http1HeaderParser doesn't handle all line folds correctly Reviewed-by: chegar
Tue, 16 Jan 2018 10:48:58 -0500 8194929: Unreferenced FileDescriptors not closed
rriggs [Tue, 16 Jan 2018 10:48:58 -0500] rev 48534
8194929: Unreferenced FileDescriptors not closed Reviewed-by: alanb
Tue, 16 Jan 2018 20:56:01 +0530 8179700: Exceptions thrown in StartManagementAgent.java
asapre [Tue, 16 Jan 2018 20:56:01 +0530] rev 48533
8179700: Exceptions thrown in StartManagementAgent.java Summary: Removed Test case entry from problemList.txt Reviewed-by: ysuenaga Contributed-by: amit.sapre@oracle.com
Tue, 16 Jan 2018 07:48:01 +0100 8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention"
goetz [Tue, 16 Jan 2018 07:48:01 +0100] rev 48532
8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention" Reviewed-by: tschatzl, dholmes Contributed-by: arno.zeller@sap.com
Tue, 16 Jan 2018 12:38:21 +0530 8175542: JMX: Not enough JDP packets received
asapre [Tue, 16 Jan 2018 12:38:21 +0530] rev 48531
8175542: JMX: Not enough JDP packets received Summary: Fixed test case wrongly reporting timeout failures. Reviewed-by: dholmes, hb Contributed-by: amit.sapre@oracle.com
Mon, 15 Jan 2018 09:23:02 -0800 8195072: Update ASM 3rd party legal copyright to 6.0
ksrini [Mon, 15 Jan 2018 09:23:02 -0800] rev 48530
8195072: Update ASM 3rd party legal copyright to 6.0 Reviewed-by: vromero
Mon, 15 Jan 2018 13:09:50 +0100 8193933: Export ClassLoaderData claim state to support interleaved object traversal
mgronlun [Mon, 15 Jan 2018 13:09:50 +0100] rev 48529
8193933: Export ClassLoaderData claim state to support interleaved object traversal Reviewed-by: coleenp, hseigel
Mon, 15 Jan 2018 09:21:49 +0100 8194993: Loop Strip Mining has some leftover debugging code
roland [Mon, 15 Jan 2018 09:21:49 +0100] rev 48528
8194993: Loop Strip Mining has some leftover debugging code Summary: Removed debugging code. Reviewed-by: thartmann
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip