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
Mon, 15 Jan 2018 09:19:53 +0100 8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
roland [Mon, 15 Jan 2018 09:19:53 +0100] rev 48527
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK Summary: Should not change loop limit check of outer loop. Reviewed-by: thartmann
Mon, 15 Jan 2018 09:17:25 +0100 8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
roland [Mon, 15 Jan 2018 09:17:25 +0100] rev 48526
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop Summary: Modified assert which is too strong. Reviewed-by: thartmann
Sun, 14 Jan 2018 16:42:47 -0800 8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
mchung [Sun, 14 Jan 2018 16:42:47 -0800] rev 48525
8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set Reviewed-by: alanb
Thu, 21 Dec 2017 15:18:49 -0800 8193767: Improve javadoc in ResourceBundle working with modules
mchung [Thu, 21 Dec 2017 15:18:49 -0800] rev 48524
8193767: Improve javadoc in ResourceBundle working with modules Reviewed-by: alanb, naoto
Sat, 13 Jan 2018 16:47:11 +0000 8194883: Unhandleable Push Promises should be cancelled
chegar [Sat, 13 Jan 2018 16:47:11 +0000] rev 48523
8194883: Unhandleable Push Promises should be cancelled Reviewed-by: dfuchs
Fri, 12 Jan 2018 10:05:00 -0800 8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException
ksrini [Fri, 12 Jan 2018 10:05:00 -0800] rev 48522
8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException 8194286: tools/launcher/FXLauncherTest.java fails with java.lang.UnsatisfiedLinkError Reviewed-by: rriggs
Fri, 12 Jan 2018 11:41:32 -0800 8194955: Warn when default HTML version is used
jjg [Fri, 12 Jan 2018 11:41:32 -0800] rev 48521
8194955: Warn when default HTML version is used Reviewed-by: ksrini, bpatel
Fri, 12 Jan 2018 14:01:52 +0530 8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails
kaddepalli [Fri, 12 Jan 2018 14:01:52 +0530] rev 48520
8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails Reviewed-by: psadhukhan, jdv, ssadetsky
Fri, 12 Jan 2018 14:09:50 +0800 8194959: Correct test tag to move bugid from @test to @bug
amlu [Fri, 12 Jan 2018 14:09:50 +0800] rev 48519
8194959: Correct test tag to move bugid from @test to @bug Reviewed-by: sundar
Fri, 12 Jan 2018 05:07:01 +0000 Merge
lana [Fri, 12 Jan 2018 05:07:01 +0000] rev 48518
Merge
Fri, 12 Jan 2018 05:06:07 +0000 Added tag jdk-10+39 for changeset 5b834ec96236
lana [Fri, 12 Jan 2018 05:06:07 +0000] rev 48517
Added tag jdk-10+39 for changeset 5b834ec96236
Thu, 11 Jan 2018 16:40:10 -0800 8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
iklam [Thu, 11 Jan 2018 16:40:10 -0800] rev 48516
8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK Reviewed-by: jiangli, mseledtsov, dholmes
Thu, 11 Jan 2018 15:38:57 -0800 8181878: javadoc should support/ignore --add-opens
jjg [Thu, 11 Jan 2018 15:38:57 -0800] rev 48515
8181878: javadoc should support/ignore --add-opens Reviewed-by: ksrini
Fri, 12 Jan 2018 01:52:06 +0300 8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
vlivanov [Fri, 12 Jan 2018 01:52:06 +0300] rev 48514
8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution Reviewed-by: kvn, psandoz
Wed, 10 Jan 2018 22:52:08 -0500 8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block jdk-10+39
vromero [Wed, 10 Jan 2018 22:52:08 -0500] rev 48513
8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block Reviewed-by: sadayapalam
Wed, 10 Jan 2018 15:05:33 -0800 8194901: remove interim code from javax.tools.ToolProvider
jjg [Wed, 10 Jan 2018 15:05:33 -0800] rev 48512
8194901: remove interim code from javax.tools.ToolProvider Reviewed-by: mchung
Wed, 10 Jan 2018 07:21:33 -0800 8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails
serb [Wed, 10 Jan 2018 07:21:33 -0800] rev 48511
8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails Reviewed-by: erikj, psadhukhan
Tue, 09 Jan 2018 10:27:12 +0100 8194681: G1 uses young free cset time when reporting non-young free cset times
lkorinth [Tue, 09 Jan 2018 10:27:12 +0100] rev 48510
8194681: G1 uses young free cset time when reporting non-young free cset times Reviewed-by: tschatzl, kbarrett
Wed, 10 Jan 2018 12:11:08 +0100 Merge
tschatzl [Wed, 10 Jan 2018 12:11:08 +0100] rev 48509
Merge
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 48508
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file Reviewed-by: ehelin, kbarrett
Wed, 10 Jan 2018 02:31:25 -0800 8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest
rraghavan [Wed, 10 Jan 2018 02:31:25 -0800] rev 48507
8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest Summary: Added compiler.tiered.LevelTransitionTest to @build Reviewed-by: thartmann Contributed-by: ramkumar.sunderbabu@oracle.com
Wed, 10 Jan 2018 11:09:55 +0100 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr [Wed, 10 Jan 2018 11:09:55 +0100] rev 48506
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP Summary: Use mmap on AIX to allocate protected page. Use trap instructions for polling if UseSIGTRAP is enabled. Reviewed-by: rehn, goetz
Wed, 10 Jan 2018 09:04:11 +0100 8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
thartmann [Wed, 10 Jan 2018 09:04:11 +0100] rev 48505
8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned" Summary: Graal does not respect ObjectAlignmentInBytes VM option. Reviewed-by: kvn
Tue, 09 Jan 2018 22:30:20 -0500 8194836: delta apply changesets for JDK-8192885 and JDK-8175883
vromero [Tue, 09 Jan 2018 22:30:20 -0500] rev 48504
8194836: delta apply changesets for JDK-8192885 and JDK-8175883 Reviewed-by: mcimadamore
Tue, 09 Jan 2018 17:03:39 -0800 8185986: redundant/obsolete overview.html pages
jjg [Tue, 09 Jan 2018 17:03:39 -0800] rev 48503
8185986: redundant/obsolete overview.html pages Reviewed-by: darcy
Tue, 09 Jan 2018 16:24:24 +0100 8194742: Writing replay data crashes: task is NULL
goetz [Tue, 09 Jan 2018 16:24:24 +0100] rev 48502
8194742: Writing replay data crashes: task is NULL Summary: Added missing NULL check. Reviewed-by: thartmann
Fri, 15 Dec 2017 16:51:13 +0100 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48501
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed Summary: Added test to ProblemList.txt Reviewed-by: vlivanov
Tue, 09 Jan 2018 15:21:19 +0530 8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
sballal [Tue, 09 Jan 2018 15:21:19 +0530] rev 48500
8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings Reviewed-by: dholmes, sspitsyn
Mon, 08 Jan 2018 17:32:54 -0800 8187951: Update javax.lang.model.SourceVersion for "var" name
darcy [Mon, 08 Jan 2018 17:32:54 -0800] rev 48499
8187951: Update javax.lang.model.SourceVersion for "var" name Reviewed-by: jjg, mcimadamore
Mon, 08 Jan 2018 14:06:25 -0500 8187487: crash with classes with same binary name
vromero [Mon, 08 Jan 2018 14:06:25 -0500] rev 48498
8187487: crash with classes with same binary name Reviewed-by: jjg
Mon, 08 Jan 2018 17:16:37 +0100 8193567: Conversion of comparison nodes affects local slots in optimistic continuation
hannesw [Mon, 08 Jan 2018 17:16:37 +0100] rev 48497
8193567: Conversion of comparison nodes affects local slots in optimistic continuation Reviewed-by: jlaskey, attila
Mon, 08 Jan 2018 11:20:20 +0800 8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
amlu [Mon, 08 Jan 2018 11:20:20 +0800] rev 48496
8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java Reviewed-by: dholmes
Mon, 08 Jan 2018 10:15:21 +0800 8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
amlu [Mon, 08 Jan 2018 10:15:21 +0800] rev 48495
8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh Reviewed-by: xuelei
Mon, 15 Jan 2018 11:07:41 +0100 8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM
hannesw [Mon, 15 Jan 2018 11:07:41 +0100] rev 48494
8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM Reviewed-by: sundar, attila
Sat, 13 Jan 2018 18:33:35 -0500 8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows
gadams [Sat, 13 Jan 2018 18:33:35 -0500] rev 48493
8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows Reviewed-by: cjplummer, sspitsyn, dholmes
Fri, 12 Jan 2018 14:33:00 -0800 8195067: problem list tools/javac/jvm/VerboseOutTest.java
iignatyev [Fri, 12 Jan 2018 14:33:00 -0800] rev 48492
8195067: problem list tools/javac/jvm/VerboseOutTest.java Reviewed-by: jjg
Fri, 12 Jan 2018 14:05:42 -0800 8194667: Regex: Serialization doesn't work with match flags
sherman [Fri, 12 Jan 2018 14:05:42 -0800] rev 48491
8194667: Regex: Serialization doesn't work with match flags Reviewed-by: rriggs
Fri, 05 Jan 2018 22:02:20 +0100 Merge
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48490
Merge
Thu, 04 Jan 2018 22:54:40 -0500 8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
dholmes [Thu, 04 Jan 2018 22:54:40 -0500] rev 48489
8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai Reviewed-by: dholmes, kvn Contributed-by: Vic Wang <vicwang@zhaoxin.com>
Thu, 04 Jan 2018 18:18:18 -0500 8194406: Use Atomic::replace_if_null
kbarrett [Thu, 04 Jan 2018 18:18:18 -0500] rev 48488
8194406: Use Atomic::replace_if_null Reviewed-by: coleenp, dholmes
Wed, 03 Jan 2018 17:29:20 +0000 8193260: AArch64: JVMCI: Implement trampoline calls
aph [Wed, 03 Jan 2018 17:29:20 +0000] rev 48487
8193260: AArch64: JVMCI: Implement trampoline calls Reviewed-by: adinn
Thu, 21 Dec 2017 09:05:32 +0100 8193927: Optimize scanning code for oops.
goetz [Thu, 21 Dec 2017 09:05:32 +0100] rev 48486
8193927: Optimize scanning code for oops. Reviewed-by: simonis, mdoerr, aph
Tue, 02 Jan 2018 07:50:17 -0500 8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix
gadams [Tue, 02 Jan 2018 07:50:17 -0500] rev 48485
8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix Reviewed-by: cjplummer, sspitsyn
Tue, 05 Dec 2017 10:43:23 +0000 8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs
rkennke [Tue, 05 Dec 2017 10:43:23 +0000] rev 48484
8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs Reviewed-by: aph
Tue, 19 Dec 2017 19:55:23 -0800 8191989: JDK-8190862 work for arch sparc
jcbeyler [Tue, 19 Dec 2017 19:55:23 -0800] rev 48483
8191989: JDK-8190862 work for arch sparc Summary: Fixed Interpreter never refills TLAB Reviewed-by: tschatzl, rehn
Tue, 19 Dec 2017 20:10:59 -0800 8191986: JDK-8190862 work for arch aarch64
jcbeyler [Tue, 19 Dec 2017 20:10:59 -0800] rev 48482
8191986: JDK-8190862 work for arch aarch64 Summary: Fixed Interpreter never refills TLAB Reviewed-by: dsamersoff, adinn, tschatzl, rehn
Mon, 18 Dec 2017 15:38:20 -0800 8191027: JDK-8190862 work for arch x86/x64
jcbeyler [Mon, 18 Dec 2017 15:38:20 -0800] rev 48481
8191027: JDK-8190862 work for arch x86/x64 Summary: Fixed Interpreter never refills TLAB Reviewed-by: tschatzl, mdoerr, rehn
Fri, 22 Dec 2017 18:34:36 +0100 8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
dnsimon [Fri, 22 Dec 2017 18:34:36 +0100] rev 48480
8193930: [JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes Reviewed-by: never, dlong
Wed, 29 Nov 2017 13:58:28 +0100 8192123: Zero should use compiler built-ins for atomics on linux-arm
glaubitz [Wed, 29 Nov 2017 13:58:28 +0100] rev 48479
8192123: Zero should use compiler built-ins for atomics on linux-arm Reviewed-by: aph
Fri, 22 Dec 2017 09:51:16 -0800 8193699: aarch64 fails to build after 8167372
rraghavan [Fri, 22 Dec 2017 09:51:16 -0800] rev 48478
8193699: aarch64 fails to build after 8167372 Summary: added ThreadInVMfromUnknown support Reviewed-by: smonteith, vlivanov
Fri, 22 Dec 2017 15:55:29 +0000 8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass
chegar [Fri, 22 Dec 2017 15:55:29 +0000] rev 48477
8179424: Remove terminally deprecated sun.reflect.Reflection.getCallerClass Reviewed-by: alanb, dfuchs, dholmes, lancea, mchung, rriggs
Wed, 20 Dec 2017 11:00:07 -0800 8191987: JDK-8190862 work for arch ppc64
jcbeyler [Wed, 20 Dec 2017 11:00:07 -0800] rev 48476
8191987: JDK-8190862 work for arch ppc64 Summary: Cleanup interpreter TLAB code Reviewed-by: mdoerr, goetz
Thu, 21 Dec 2017 00:07:38 +0100 Merge
jwilhelm [Thu, 21 Dec 2017 00:07:38 +0100] rev 48475
Merge
Wed, 20 Dec 2017 13:41:40 -0500 8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error
gadams [Wed, 20 Dec 2017 13:41:40 -0500] rev 48474
8180709: java -javaagent:agent.jar with run-time that does not contain java.instrument prints confusing error Reviewed-by: cjplummer, sspitsyn
Wed, 20 Dec 2017 11:30:23 -0800 8193897: JDK-8191374 caused windows_i586 build to fail
iklam [Wed, 20 Dec 2017 11:30:23 -0800] rev 48473
8193897: JDK-8191374 caused windows_i586 build to fail Reviewed-by: hseigel
Wed, 20 Dec 2017 10:05:09 -0500 8152957: Improve specificity of safepoint logging to print safepoint type
coleenp [Wed, 20 Dec 2017 10:05:09 -0500] rev 48472
8152957: Improve specificity of safepoint logging to print safepoint type Summary: upgrade safepoint begin logs to Info logging, which has the reason. Reviewed-by: dholmes, hseigel, zgu
Tue, 19 Dec 2017 17:31:53 -0500 8193840: Add compiler/c2/Test8007294.java to the problem list
dholmes [Tue, 19 Dec 2017 17:31:53 -0500] rev 48471
8193840: Add compiler/c2/Test8007294.java to the problem list Reviewed-by: coleenp
Tue, 19 Dec 2017 11:29:07 -0800 8191374: Improve error message when CDS is not supported on exploded build
iklam [Tue, 19 Dec 2017 11:29:07 -0800] rev 48470
8191374: Improve error message when CDS is not supported on exploded build Reviewed-by: jiangli, hseigel
Mon, 04 Dec 2017 08:59:47 -0800 8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests
iklam [Mon, 04 Dec 2017 08:59:47 -0800] rev 48469
8193672: [test] Enhance vm.cds property to check for all conditions required to run CDS tests Reviewed-by: dholmes, dsamersoff, simonis
Tue, 19 Dec 2017 06:29:17 -0500 8186903: Remove j-types from Atomic
coleenp [Tue, 19 Dec 2017 06:29:17 -0500] rev 48468
8186903: Remove j-types from Atomic Summary: Make jlong into int64_t, atomic_FN_long into atomic_FN_int64, make jbyte to u_char. Reviewed-by: dholmes, dcubed
Mon, 18 Dec 2017 12:11:01 +0100 8193514: UseMembar should not be obsoleted yet
rehn [Mon, 18 Dec 2017 12:11:01 +0100] rev 48467
8193514: UseMembar should not be obsoleted yet Reviewed-by: dcubed, acorn, mdoerr
Thu, 14 Dec 2017 12:57:21 +0100 8193509: Test dynamic path to retrieve active processor count.
goetz [Thu, 14 Dec 2017 12:57:21 +0100] rev 48466
8193509: Test dynamic path to retrieve active processor count. Reviewed-by: dholmes, mdoerr
Fri, 15 Dec 2017 15:13:18 -0500 8167372: Add code to check for getting oops while thread is in native
hseigel [Fri, 15 Dec 2017 15:13:18 -0500] rev 48465
8167372: Add code to check for getting oops while thread is in native Summary: Add asserts that detect when a thread is getting oops while in native Reviewed-by: coleenp, shade, jiangli, gtriantafill
Fri, 15 Dec 2017 16:54:17 +0100 Merge
jwilhelm [Fri, 15 Dec 2017 16:54:17 +0100] rev 48464
Merge
Fri, 15 Dec 2017 11:23:50 -0500 8154587: Resolution fails for default method named 'clone'
hseigel [Fri, 15 Dec 2017 11:23:50 -0500] rev 48463
8154587: Resolution fails for default method named 'clone' Summary: Make sure default methods with the same names as those in j.l.Object get put in the default methods table where resolution can find them. Reviewed-by: acorn, lfoltan
Fri, 15 Dec 2017 16:51:13 +0100 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48462
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed Summary: Added test to ProblemList.txt Reviewed-by: vlivanov
Fri, 12 Jan 2018 11:06:24 -0800 4358774: Add null InputStream and OutputStream
bpb [Fri, 12 Jan 2018 11:06:24 -0800] rev 48461
4358774: Add null InputStream and OutputStream Reviewed-by: alanb, prappo, reinhapa, rriggs
Fri, 12 Jan 2018 11:06:22 -0800 8165852: (fs) Mount point not found for a file which is present in overlayfs
bpb [Fri, 12 Jan 2018 11:06:22 -0800] rev 48460
8165852: (fs) Mount point not found for a file which is present in overlayfs Summary: Check /proc/mounts when the device ID boundary is reached Reviewed-by: alanb
Fri, 12 Jan 2018 16:49:58 +0000 8194932: no ambuguity error is emitted if classfile contains two identical methods with different return types
mcimadamore [Fri, 12 Jan 2018 16:49:58 +0000] rev 48459
8194932: no ambuguity error is emitted if classfile contains two identical methods with different return types Summary: add recovery logic when classfile contains two signature-equivalent methods Reviewed-by: jlahoda, vromero
Fri, 12 Jan 2018 10:33:06 +0100 8157251: BeanLinker relinks array length operations for array types
hannesw [Fri, 12 Jan 2018 10:33:06 +0100] rev 48458
8157251: BeanLinker relinks array length operations for array types Reviewed-by: hannesw, jlaskey, attila Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Thu, 11 Jan 2018 15:06:55 -0800 8194893: javac -verbose prints wrong paths for output files
jjg [Thu, 11 Jan 2018 15:06:55 -0800] rev 48457
8194893: javac -verbose prints wrong paths for output files Reviewed-by: vromero
Thu, 11 Jan 2018 13:47:11 -0800 8151850: eliminate javax.tools.FileManagerUtils
jjg [Thu, 11 Jan 2018 13:47:11 -0800] rev 48456
8151850: eliminate javax.tools.FileManagerUtils Reviewed-by: vromero
Thu, 11 Jan 2018 12:47:28 -0800 8194148: bcp47u/SymbolsTests.java and FormatTests.java fail on th_TH locale
naoto [Thu, 11 Jan 2018 12:47:28 -0800] rev 48455
8194148: bcp47u/SymbolsTests.java and FormatTests.java fail on th_TH locale Reviewed-by: rriggs
Tue, 09 Jan 2018 18:36:31 -0800 8194257: javax/net/ssl/compatibility/Compatibility.java should be updated for JDK 6 after JDK-8174748
jjiang [Tue, 09 Jan 2018 18:36:31 -0800] rev 48454
8194257: javax/net/ssl/compatibility/Compatibility.java should be updated for JDK 6 after JDK-8174748 Summary: Marks some of AES_256 and AES_128 cipher suites are JDK 6 enabled Reviewed-by: xuelei
Wed, 10 Jan 2018 00:08:46 +0100 8134459: java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java timed out
redestad [Wed, 10 Jan 2018 00:08:46 +0100] rev 48453
8134459: java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpTest.java timed out Reviewed-by: psandoz, rriggs
Wed, 03 Jan 2018 13:17:35 -0800 8145371: ClassCastException thrown in LambdaFormEditor.getInCache
martin [Wed, 03 Jan 2018 13:17:35 -0800] rev 48452
8145371: ClassCastException thrown in LambdaFormEditor.getInCache Summary: Read field into local to avoid customization race Reviewed-by: vlivanov, jrose, psandoz
Mon, 08 Jan 2018 07:13:27 -0800 8194724: Problem list java/net/httpclient/SplitResponseSSL.java
xiaofeya [Mon, 08 Jan 2018 07:13:27 -0800] rev 48451
8194724: Problem list java/net/httpclient/SplitResponseSSL.java Reviewed-by: chegar
Sat, 06 Jan 2018 01:13:32 +0000 Merge
lana [Sat, 06 Jan 2018 01:13:32 +0000] rev 48450
Merge
Fri, 05 Jan 2018 16:49:50 -0800 8191637: Interface with defaults invalid compiler warning for Serializable
jjg [Fri, 05 Jan 2018 16:49:50 -0800] rev 48449
8191637: Interface with defaults invalid compiler warning for Serializable Reviewed-by: vromero
Fri, 05 Jan 2018 20:58:28 +0000 Merge
lana [Fri, 05 Jan 2018 20:58:28 +0000] rev 48448
Merge
Fri, 05 Jan 2018 20:10:46 +0000 Merge
lana [Fri, 05 Jan 2018 20:10:46 +0000] rev 48447
Merge
Fri, 05 Jan 2018 20:09:06 +0000 Added tag jdk-10+38 for changeset e569e83139fd
lana [Fri, 05 Jan 2018 20:09:06 +0000] rev 48446
Added tag jdk-10+38 for changeset e569e83139fd
Fri, 05 Jan 2018 12:41:28 -0800 8188649: javadoc -encoding doesn't work when using the old doclet API
jjg [Fri, 05 Jan 2018 12:41:28 -0800] rev 48445
8188649: javadoc -encoding doesn't work when using the old doclet API Reviewed-by: ksrini
Fri, 05 Jan 2018 10:23:57 +0100 8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
thartmann [Fri, 05 Jan 2018 10:23:57 +0100] rev 48444
8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs Summary: Check for supports_avx2() && supports_bmi2() before generating SHA-512 stub. Reviewed-by: kvn
Thu, 04 Jan 2018 14:44:38 -0800 8194271: jaotc crashes with --debug flag
iveresov [Thu, 04 Jan 2018 14:44:38 -0800] rev 48443
8194271: jaotc crashes with --debug flag Reviewed-by: kvn, thartmann
Thu, 04 Jan 2018 13:32:10 -0800 8193671: Default Methods tab under Method Summary includes static methods
ksrini [Thu, 04 Jan 2018 13:32:10 -0800] rev 48442
8193671: Default Methods tab under Method Summary includes static methods Reviewed-by: jjg
Thu, 04 Jan 2018 12:55:06 -0800 8194069: doclint throws missing comment warnings on lines which can't even have javadoc
jjg [Thu, 04 Jan 2018 12:55:06 -0800] rev 48441
8194069: doclint throws missing comment warnings on lines which can't even have javadoc Reviewed-by: ksrini
Thu, 04 Jan 2018 12:24:56 -0800 8179858: jshell tool: sync nomenclature from reference to online /help
rfield [Thu, 04 Jan 2018 12:24:56 -0800] rev 48440
8179858: jshell tool: sync nomenclature from reference to online /help Reviewed-by: dlsmith, jjg
Thu, 04 Jan 2018 13:41:19 -0500 Merge
bobv [Thu, 04 Jan 2018 13:41:19 -0500] rev 48439
Merge
Wed, 27 Dec 2017 11:31:09 +0100 8194232: Container memory not properly recognized.
goetz [Wed, 27 Dec 2017 11:31:09 +0100] rev 48438
8194232: Container memory not properly recognized. Reviewed-by: bobv, mdoerr, acorn
Thu, 04 Jan 2018 09:22:17 -0800 8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
bpatel [Thu, 04 Jan 2018 09:22:17 -0800] rev 48437
8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type. Reviewed-by: jjg, ksrini
Fri, 05 Jan 2018 12:46:22 -0800 8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
bpb [Fri, 05 Jan 2018 12:46:22 -0800] rev 48436
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream Reviewed-by: rriggs
Fri, 05 Jan 2018 12:45:52 -0800 8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
bpb [Fri, 05 Jan 2018 12:45:52 -0800] rev 48435
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress() Reviewed-by: chegar, rriggs, lancea
Thu, 04 Jan 2018 19:58:45 -0800 8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
jjiang [Thu, 04 Jan 2018 19:58:45 -0800] rev 48434
8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently Summary: Adds synchronization to make sure the server exception is available Reviewed-by: xuelei
Thu, 04 Jan 2018 10:14:50 -0800 8194141: Remove JDK9Wrappers
jjg [Thu, 04 Jan 2018 10:14:50 -0800] rev 48433
8194141: Remove JDK9Wrappers Reviewed-by: erikj, alanb
Wed, 03 Jan 2018 15:16:46 -0800 8193671: Default Methods tab under Method Summary includes static methods
ksrini [Wed, 03 Jan 2018 15:16:46 -0800] rev 48432
8193671: Default Methods tab under Method Summary includes static methods Reviewed-by: jjg
Thu, 04 Jan 2018 15:50:51 +0000 8194644: Typo in ModuleDescriptor.read javadoc
alanb [Thu, 04 Jan 2018 15:50:51 +0000] rev 48431
8194644: Typo in ModuleDescriptor.read javadoc Reviewed-by: alanb Contributed-by: christoph.dreis@freenet.de
Thu, 04 Jan 2018 04:22:28 +0000 Merge
lana [Thu, 04 Jan 2018 04:22:28 +0000] rev 48430
Merge
Wed, 03 Jan 2018 18:21:10 -0800 8189704: broken links in the javax/xml/namespace package
joehw [Wed, 03 Jan 2018 18:21:10 -0800] rev 48429
8189704: broken links in the javax/xml/namespace package Reviewed-by: darcy
Wed, 03 Jan 2018 14:41:17 -0800 8194482: Fix SIGSEGV in print_threads_compiling. jdk-10+38
goetz [Wed, 03 Jan 2018 14:41:17 -0800] rev 48428
8194482: Fix SIGSEGV in print_threads_compiling. Reviewed-by: kvn
Wed, 03 Jan 2018 11:10:56 -0800 8193125: javac should not compile a module if it requires java.base with modifiers
jjg [Wed, 03 Jan 2018 11:10:56 -0800] rev 48427
8193125: javac should not compile a module if it requires java.base with modifiers Reviewed-by: vromero
Wed, 03 Jan 2018 15:37:35 +0530 8193468: [PIT][TEST BUG]: java/awt/FileDialog/MoveToTrashTest.java fails on Linux
sveerabhadra [Wed, 03 Jan 2018 15:37:35 +0530] rev 48426
8193468: [PIT][TEST BUG]: java/awt/FileDialog/MoveToTrashTest.java fails on Linux Reviewed-by: aghaisas, serb
Wed, 03 Jan 2018 11:14:04 +0530 8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output
sballal [Wed, 03 Jan 2018 11:14:04 +0530] rev 48425
8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output Reviewed-by: dholmes, cjplummer
Wed, 03 Jan 2018 10:55:35 +0530 8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build
sballal [Wed, 03 Jan 2018 10:55:35 +0530] rev 48424
8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build Reviewed-by: dholmes, cjplummer
Tue, 02 Jan 2018 16:07:47 -0800 8183964: Bad lexing of javadoc comments (change in parsing/rendering of backslashes in javadoc)
jjg [Tue, 02 Jan 2018 16:07:47 -0800] rev 48423
8183964: Bad lexing of javadoc comments (change in parsing/rendering of backslashes in javadoc) Reviewed-by: vromero, cushon
Tue, 02 Jan 2018 09:56:53 -0800 8192837: Need new test for release info file
shurailine [Tue, 02 Jan 2018 09:56:53 -0800] rev 48422
8192837: Need new test for release info file Summary: Detect when OpenJDK is built with ClosedJDK elements Reviewed-by: erikj, dholmes, martin Contributed-by: randy.crihfield@oracle.com
Wed, 27 Dec 2017 11:26:36 +0530 8193428: serviceability/sa/ClhsdbSymbol.java fails: java.lang.RuntimeException: 'UsageTracker' missing from stdout/stderr
sballal [Wed, 27 Dec 2017 11:26:36 +0530] rev 48421
8193428: serviceability/sa/ClhsdbSymbol.java fails: java.lang.RuntimeException: 'UsageTracker' missing from stdout/stderr Reviewed-by: dholmes, sspitsyn
Tue, 26 Dec 2017 15:53:13 +0530 8193427: serviceability/sa/ClhsdbPrintStatics.java fails: java.lang.RuntimeException: '_jfr_checkpoints' missing from stdout/stderr
sballal [Tue, 26 Dec 2017 15:53:13 +0530] rev 48420
8193427: serviceability/sa/ClhsdbPrintStatics.java fails: java.lang.RuntimeException: '_jfr_checkpoints' missing from stdout/stderr Reviewed-by: dholmes, sspitsyn
Tue, 26 Dec 2017 00:38:49 -0800 8193699: aarch64 fails to build after 8167372
rraghavan [Tue, 26 Dec 2017 00:38:49 -0800] rev 48419
8193699: aarch64 fails to build after 8167372 Summary: added ThreadInVMfromUnknown support Reviewed-by: smonteith, vlivanov
Fri, 22 Dec 2017 22:06:54 -0800 8191854: Null pointer dereference in methodData.hpp:462
dlong [Fri, 22 Dec 2017 22:06:54 -0800] rev 48418
8191854: Null pointer dereference in methodData.hpp:462 Reviewed-by: kvn
Fri, 22 Dec 2017 22:01:53 -0800 8191852: Null pointer dereference in ciKlass::get_Klass of ciKlass.hpp:58
dlong [Fri, 22 Dec 2017 22:01:53 -0800] rev 48417
8191852: Null pointer dereference in ciKlass::get_Klass of ciKlass.hpp:58 Reviewed-by: kvn
Fri, 22 Dec 2017 18:49:41 +0000 8193435: Remove pre-1.2 SecurityManager text from java.awt.Toolkit
dmarkov [Fri, 22 Dec 2017 18:49:41 +0000] rev 48416
8193435: Remove pre-1.2 SecurityManager text from java.awt.Toolkit Reviewed-by: serb, mullan
Wed, 20 Dec 2017 08:38:20 -0800 8191988: JDK-8190862 work for arch s390
jcbeyler [Wed, 20 Dec 2017 08:38:20 -0800] rev 48415
8191988: JDK-8190862 work for arch s390 Summary: Cleanup interpreter TLAB code and fix ZeroTLAB Reviewed-by: mdoerr, goetz
Fri, 22 Dec 2017 01:28:29 +0000 Merge
lana [Fri, 22 Dec 2017 01:28:29 +0000] rev 48414
Merge
Fri, 22 Dec 2017 01:27:36 +0000 Added tag jdk-10+37 for changeset 4f830b447edf
lana [Fri, 22 Dec 2017 01:27:36 +0000] rev 48413
Added tag jdk-10+37 for changeset 4f830b447edf
Thu, 21 Dec 2017 17:08:05 -0800 8184431: References to @sun.com
joehw [Thu, 21 Dec 2017 17:08:05 -0800] rev 48412
8184431: References to @sun.com Reviewed-by: lancea
Wed, 20 Dec 2017 17:36:50 +0100 8193371: Use Dynalink REMOVE operation in Nashorn
attila [Wed, 20 Dec 2017 17:36:50 +0100] rev 48411
8193371: Use Dynalink REMOVE operation in Nashorn Reviewed-by: hannesw, sundar
Wed, 20 Dec 2017 11:40:45 -0800 8193856: takeWhile produces incorrect result with elements produced by flatMap
psandoz [Wed, 20 Dec 2017 11:40:45 -0800] rev 48410
8193856: takeWhile produces incorrect result with elements produced by flatMap Reviewed-by: smarks
Thu, 21 Dec 2017 09:29:24 -0800 8193568: @LastModified tag in license header
joehw [Thu, 21 Dec 2017 09:29:24 -0800] rev 48409
8193568: @LastModified tag in license header Reviewed-by: rriggs
Thu, 21 Dec 2017 16:58:51 +0000 8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher jdk-10+37
chegar [Thu, 21 Dec 2017 16:58:51 +0000] rev 48408
8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher Reviewed-by: dfuchs
Thu, 21 Dec 2017 10:26:03 +0100 8193491: JavaImporter fails to resolve method elements within functions, that contain too many statements
hannesw [Thu, 21 Dec 2017 10:26:03 +0100] rev 48407
8193491: JavaImporter fails to resolve method elements within functions, that contain too many statements Reviewed-by: hannesw, sundar, jlaskey Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Wed, 20 Dec 2017 13:28:23 -0800 8193512: Remove remnants of javah from jdk/jdk repo
jjg [Wed, 20 Dec 2017 13:28:23 -0800] rev 48406
8193512: Remove remnants of javah from jdk/jdk repo Reviewed-by: tbell, erikj, alanb, darcy
Tue, 19 Dec 2017 15:56:28 -0500 8193622: JFR test TestUnloadingEventClass.java times out intermittently
coleenp [Tue, 19 Dec 2017 15:56:28 -0500] rev 48405
8193622: JFR test TestUnloadingEventClass.java times out intermittently Summary: Previous change was leaving scratch classes on CLD::_klasses list which are reported to tracing Reviewed-by: gtriantafill, dcubed, mgronlun
Wed, 20 Dec 2017 20:55:07 +0100 Merge
jwilhelm [Wed, 20 Dec 2017 20:55:07 +0100] rev 48404
Merge
Wed, 13 Dec 2017 15:37:48 -0800 8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm
iklam [Wed, 13 Dec 2017 15:37:48 -0800] rev 48403
8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm Reviewed-by: mseledtsov, dholmes
Wed, 06 Dec 2017 11:11:16 +0100 8133805: Remove the bot_updates parameter from G1Allocator's allocation methods
lkorinth [Wed, 06 Dec 2017 11:11:16 +0100] rev 48402
8133805: Remove the bot_updates parameter from G1Allocator's allocation methods Reviewed-by: tschatzl, sjohanss
Thu, 14 Dec 2017 12:49:47 +0530 8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
jgeorge [Thu, 14 Dec 2017 12:49:47 +0530] rev 48401
8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands Summary: Create tests for the clhsdb commands: inspect, scanoops and printas Reviewed-by: sspitsyn, sballal, cjplummer
Wed, 13 Dec 2017 20:35:09 -0800 8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler
dlong [Wed, 13 Dec 2017 20:35:09 -0800] rev 48400
8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler Reviewed-by: kvn
Wed, 13 Dec 2017 23:06:59 +0100 Merge
jwilhelm [Wed, 13 Dec 2017 23:06:59 +0100] rev 48399
Merge
Wed, 13 Dec 2017 12:28:22 -0800 8193439: Update Graal
iveresov [Wed, 13 Dec 2017 12:28:22 -0800] rev 48398
8193439: Update Graal Reviewed-by: kvn
Wed, 13 Dec 2017 11:59:55 -0800 8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
kvn [Wed, 13 Dec 2017 11:59:55 -0800] rev 48397
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line Summary: skip tests which use --limit-modules when Graal is used as JIT compiler. Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
Wed, 13 Dec 2017 19:32:48 +0300 8190869: C2: missing strength reduction of Math.pow(x, 2.0D) to x*x
vlivanov [Wed, 13 Dec 2017 19:32:48 +0300] rev 48396
8190869: C2: missing strength reduction of Math.pow(x, 2.0D) to x*x Reviewed-by: kvn
Wed, 13 Dec 2017 07:14:18 -0500 8193053: jvm crash by G1CMBitMapClosure::do_addr
coleenp [Wed, 13 Dec 2017 07:14:18 -0500] rev 48395
8193053: jvm crash by G1CMBitMapClosure::do_addr Summary: We were adding an unloaded mirror to the SATB collection set in remove_handle. Reviewed-by: hseigel, kbarrett
Wed, 13 Dec 2017 10:21:21 +0100 8192971: LockCompilationTest fails intermittently
neliasso [Wed, 13 Dec 2017 10:21:21 +0100] rev 48394
8192971: LockCompilationTest fails intermittently Summary: Remove all unnecessary compilations Reviewed-by: kvn, thartmann
Tue, 12 Dec 2017 21:46:06 -0500 8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
bchristi [Tue, 12 Dec 2017 21:46:06 -0500] rev 48393
8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output Reviewed-by: dholmes, mchung
Fri, 08 Dec 2017 13:04:43 -0800 8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
bchristi [Fri, 08 Dec 2017 13:04:43 -0800] rev 48392
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java Reviewed-by: darcy
Tue, 12 Dec 2017 21:43:00 -0500 Merge
dholmes [Tue, 12 Dec 2017 21:43:00 -0500] rev 48391
Merge
Tue, 12 Dec 2017 19:06:19 -0500 8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
dholmes [Tue, 12 Dec 2017 19:06:19 -0500] rev 48390
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls Reviewed-by: coleenp, dcubed
Tue, 12 Dec 2017 21:27:06 -0500 8193407: jdk/hs fails Solaris slowdebug test-image build
dcubed [Tue, 12 Dec 2017 21:27:06 -0500] rev 48389
8193407: jdk/hs fails Solaris slowdebug test-image build Summary: Add a missing '-lc' option for libCNLookUp. Reviewed-by: dholmes, kvn
Tue, 12 Dec 2017 14:14:06 -0500 Merge
coleenp [Tue, 12 Dec 2017 14:14:06 -0500] rev 48388
Merge
Tue, 12 Dec 2017 11:55:57 -0500 8193386: CompressedClassSize too large with MaxMetaspace
coleenp [Tue, 12 Dec 2017 11:55:57 -0500] rev 48387
8193386: CompressedClassSize too large with MaxMetaspace Reviewed-by: ysuenaga, coleenp Contributed-by: manc@google.com
Tue, 12 Dec 2017 19:05:02 +0100 8193363: TestDumpReplay.java fails with product builds
thartmann [Tue, 12 Dec 2017 19:05:02 +0100] rev 48386
8193363: TestDumpReplay.java fails with product builds Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: kvn
Sat, 09 Dec 2017 07:50:50 -0800 8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
cjplummer [Sat, 09 Dec 2017 07:50:50 -0800] rev 48385
8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError Summary: call FindClass() when we are in the proper classloader context Reviewed-by: sspitsyn, dholmes, amenkov
Fri, 08 Dec 2017 23:43:25 +0100 Merge
jwilhelm [Fri, 08 Dec 2017 23:43:25 +0100] rev 48384
Merge
Fri, 08 Dec 2017 15:14:08 -0800 8192989: runtime/appcds/javaldr/ArrayTest.java crashes with assert(k->is_instance_klass())
ccheung [Fri, 08 Dec 2017 15:14:08 -0800] rev 48383
8192989: runtime/appcds/javaldr/ArrayTest.java crashes with assert(k->is_instance_klass()) Summary: disable loading array classes from the class list Reviewed-by: iklam, jiangli
Fri, 08 Dec 2017 15:24:47 -0500 8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
dcubed [Fri, 08 Dec 2017 15:24:47 -0500] rev 48382
8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff Reviewed-by: stefank, gtriantafill, coleenp
Fri, 08 Dec 2017 15:41:11 +0530 8193124: SA: Testcases for clhsdb jdis and findpc commands
sballal [Fri, 08 Dec 2017 15:41:11 +0530] rev 48381
8193124: SA: Testcases for clhsdb jdis and findpc commands Reviewed-by: sundar, cjplummer, jgeorge
Wed, 20 Dec 2017 21:40:11 +0100 8193508: Expressions in split literals must never be optimistic
hannesw [Wed, 20 Dec 2017 21:40:11 +0100] rev 48380
8193508: Expressions in split literals must never be optimistic Reviewed-by: jlaskey, sundar
Mon, 18 Dec 2017 10:21:38 +0000 8193698: Null handling in BodyPublisher, BodyHandler, and BodySubscriber convenience static factory methods
chegar [Mon, 18 Dec 2017 10:21:38 +0000] rev 48379
8193698: Null handling in BodyPublisher, BodyHandler, and BodySubscriber convenience static factory methods Reviewed-by: dfuchs
Tue, 19 Dec 2017 08:51:11 -0800 8193764: Cannot set COMPANY_NAME when configuring a build
mr [Tue, 19 Dec 2017 08:51:11 -0800] rev 48378
8193764: Cannot set COMPANY_NAME when configuring a build Reviewed-by: erikj, martin, tbell
Tue, 19 Dec 2017 16:12:55 +0000 Merge
michaelm [Tue, 19 Dec 2017 16:12:55 +0000] rev 48377
Merge
Tue, 19 Dec 2017 15:48:49 +0000 8192966: HttpClient should reuse TCP connection for h2c connections
michaelm [Tue, 19 Dec 2017 15:48:49 +0000] rev 48376
8192966: HttpClient should reuse TCP connection for h2c connections Reviewed-by: dfuchs
Tue, 19 Dec 2017 21:35:30 +0530 8193779: Fix copyright header in nashorn builtin scripts
sundar [Tue, 19 Dec 2017 21:35:30 +0530] rev 48375
8193779: Fix copyright header in nashorn builtin scripts Reviewed-by: alanb, hannesw
Fri, 15 Dec 2017 14:08:15 +0100 8193515: AIX: new Harfbuzz 1.7.1 version fails to compile with xlC
mbaesken [Fri, 15 Dec 2017 14:08:15 +0100] rev 48374
8193515: AIX: new Harfbuzz 1.7.1 version fails to compile with xlC Reviewed-by: prr, simonis
Tue, 19 Dec 2017 10:03:36 +0000 8193758: Update copyright headers of files in src tree that are missing Classpath exception
alanb [Tue, 19 Dec 2017 10:03:36 +0000] rev 48373
8193758: Update copyright headers of files in src tree that are missing Classpath exception Reviewed-by: mchung, mr, jjg, iris, prr
Fri, 15 Dec 2017 21:49:33 +0000 8154405: AccessControlException by URLPermission check
dmarkov [Fri, 15 Dec 2017 21:49:33 +0000] rev 48372
8154405: AccessControlException by URLPermission check Reviewed-by: serb, ssadetsky, mullan
Fri, 15 Dec 2017 10:44:06 -0800 8190934: Regressions on Haswell Xeon due to JDK-8178811
vdeshpande [Fri, 15 Dec 2017 10:44:06 -0800] rev 48371
8190934: Regressions on Haswell Xeon due to JDK-8178811 Reviewed-by: neliasso, kvn
Fri, 15 Dec 2017 10:26:45 -0800 8193518: C2: Vector registers sometimes corrupted at safepoint
roland [Fri, 15 Dec 2017 10:26:45 -0800] rev 48370
8193518: C2: Vector registers sometimes corrupted at safepoint Reviewed-by: neliasso, thartmann, kvn
Fri, 15 Dec 2017 16:38:40 +0000 Added tag jdk-10+36 for changeset cb54a299aa91
lana [Fri, 15 Dec 2017 16:38:40 +0000] rev 48369
Added tag jdk-10+36 for changeset cb54a299aa91
Thu, 14 Dec 2017 13:16:33 -0800 8193525: Intermittent failures of TestModulePackages.java
jjg [Thu, 14 Dec 2017 13:16:33 -0800] rev 48368
8193525: Intermittent failures of TestModulePackages.java Reviewed-by: darcy
Tue, 02 Jan 2018 16:35:04 -0500 8187487: crash with classes with same binary name
vromero [Tue, 02 Jan 2018 16:35:04 -0500] rev 48367
8187487: crash with classes with same binary name Reviewed-by: jjg
Fri, 22 Dec 2017 14:00:03 -0800 8193832: Performance of InputStream.readAllBytes() could be improved
bpb [Fri, 22 Dec 2017 14:00:03 -0800] rev 48366
8193832: Performance of InputStream.readAllBytes() could be improved Summary: Read into a list of fixed-size buffers which are gathered at the end Reviewed-by: alanb, chegar, plevart, jrose, psandoz
Fri, 22 Dec 2017 15:23:34 -0500 8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options
dholmes [Fri, 22 Dec 2017 15:23:34 -0500] rev 48365
8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options Reviewed-by: hseigel
Tue, 19 Dec 2017 17:31:53 -0500 8193840: Add compiler/c2/Test8007294.java to the problem list
dholmes [Tue, 19 Dec 2017 17:31:53 -0500] rev 48364
8193840: Add compiler/c2/Test8007294.java to the problem list Reviewed-by: coleenp
Mon, 18 Dec 2017 12:11:01 +0100 8193514: UseMembar should not be obsoleted yet
rehn [Mon, 18 Dec 2017 12:11:01 +0100] rev 48363
8193514: UseMembar should not be obsoleted yet Reviewed-by: dcubed, acorn, mdoerr
Fri, 15 Dec 2017 16:51:13 +0100 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48362
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed Summary: Added test to ProblemList.txt Reviewed-by: vlivanov
Thu, 21 Dec 2017 15:18:49 -0800 8193767: Improve javadoc in ResourceBundle working with modules
mchung [Thu, 21 Dec 2017 15:18:49 -0800] rev 48361
8193767: Improve javadoc in ResourceBundle working with modules Reviewed-by: alanb, naoto
Thu, 21 Dec 2017 15:04:45 -0800 8193780: (ref) Remove the undocumented "jdk.lang.ref.disableClearBeforeEnqueue" system property
mchung [Thu, 21 Dec 2017 15:04:45 -0800] rev 48360
8193780: (ref) Remove the undocumented "jdk.lang.ref.disableClearBeforeEnqueue" system property Reviewed-by: alanb
Thu, 21 Dec 2017 15:58:45 -0500 8193216: Filer should warn if processors redefine symbols from the classpath or sourcepath
cushon [Thu, 21 Dec 2017 15:58:45 -0500] rev 48359
8193216: Filer should warn if processors redefine symbols from the classpath or sourcepath Reviewed-by: vromero
Thu, 21 Dec 2017 05:51:38 +0000 8193683: Increase the number of clones in the CloneableDigest
xuelei [Thu, 21 Dec 2017 05:51:38 +0000] rev 48358
8193683: Increase the number of clones in the CloneableDigest Reviewed-by: coffeys, wetmore
Wed, 20 Dec 2017 22:36:21 -0500 8193838: Update jtreg requiredVersion to 4.2 b11 for JDK 11 and 12 support
dholmes [Wed, 20 Dec 2017 22:36:21 -0500] rev 48357
8193838: Update jtreg requiredVersion to 4.2 b11 for JDK 11 and 12 support Reviewed-by: alanb, sspitsyn
Wed, 20 Dec 2017 09:14:52 -0800 8193085: Vectorize the nio Buffer equals and compareTo implementations
psandoz [Wed, 20 Dec 2017 09:14:52 -0800] rev 48356
8193085: Vectorize the nio Buffer equals and compareTo implementations Reviewed-by: alanb
Wed, 20 Dec 2017 09:14:06 -0800 8191913: Bump classfile version number to 55
psandoz [Wed, 20 Dec 2017 09:14:06 -0800] rev 48355
8191913: Bump classfile version number to 55 Reviewed-by: dholmes, darcy Contributed-by: paul.sandoz@oracle.com, erik.joelsson@oracle.com
Wed, 20 Dec 2017 17:36:50 +0100 8193371: Use Dynalink REMOVE operation in Nashorn
attila [Wed, 20 Dec 2017 17:36:50 +0100] rev 48354
8193371: Use Dynalink REMOVE operation in Nashorn Reviewed-by: hannesw, sundar
Wed, 20 Dec 2017 08:05:04 -0800 8193842: Replace Files.copy(InputStream,OutputStream) with InputStream.transferTo(OutputStream)
bpb [Wed, 20 Dec 2017 08:05:04 -0800] rev 48353
8193842: Replace Files.copy(InputStream,OutputStream) with InputStream.transferTo(OutputStream) Reviewed-by: clanger, alanb
Wed, 20 Dec 2017 15:33:31 +0000 8057650: uniform error diagnostics for inconsistent inherited method signatures
mcimadamore [Wed, 20 Dec 2017 15:33:31 +0000] rev 48352
8057650: uniform error diagnostics for inconsistent inherited method signatures Summary: consolidate diagnostics for bad overrides Reviewed-by: vromero
Tue, 19 Dec 2017 13:58:31 -0800 Merge
prr [Tue, 19 Dec 2017 13:58:31 -0800] rev 48351
Merge
Tue, 19 Dec 2017 13:02:39 -0800 Merge
prr [Tue, 19 Dec 2017 13:02:39 -0800] rev 48350
Merge
Tue, 19 Dec 2017 11:37:00 -0800 8179858: jshell tool: sync nomenclature from reference to online /help
rfield [Tue, 19 Dec 2017 11:37:00 -0800] rev 48349
8179858: jshell tool: sync nomenclature from reference to online /help Reviewed-by: dlsmith, jjg
Mon, 18 Dec 2017 10:28:43 -0800 Merge
prr [Mon, 18 Dec 2017 10:28:43 -0800] rev 48348
Merge
Wed, 13 Dec 2017 14:21:12 -0800 8188894: jdk/jshell/ToolShiftTabTest.java failed with IllegalStateException
rfield [Wed, 13 Dec 2017 14:21:12 -0800] rev 48347
8188894: jdk/jshell/ToolShiftTabTest.java failed with IllegalStateException Reviewed-by: jlahoda
Wed, 13 Dec 2017 10:56:50 -0800 Merge
prr [Wed, 13 Dec 2017 10:56:50 -0800] rev 48346
Merge
Wed, 13 Dec 2017 14:41:27 +0000 8154405: AccessControlException by URLPermission check
dmarkov [Wed, 13 Dec 2017 14:41:27 +0000] rev 48345
8154405: AccessControlException by URLPermission check Reviewed-by: serb, ssadetsky, mullan
Tue, 19 Dec 2017 16:24:25 -0500 8007720: Names are not loaded correctly for method parameters if the parameters have annotations
cushon [Tue, 19 Dec 2017 16:24:25 -0500] rev 48344
8007720: Names are not loaded correctly for method parameters if the parameters have annotations 8177486: Incorrect handling of mandated parameter names in MethodParameters attributes Reviewed-by: jlahoda, vromero
Mon, 18 Dec 2017 18:51:40 -0800 8173382: Add -source 11 and -target 11 to javac
darcy [Mon, 18 Dec 2017 18:51:40 -0800] rev 48343
8173382: Add -source 11 and -target 11 to javac 8193291: Add SourceVersion.RELEASE_11 Reviewed-by: jjg, erikj, psandoz
Fri, 15 Dec 2017 23:43:35 -0500 8193364: verify_special_jvm_flags should not cause an assertion failure when version is bumped
dholmes [Fri, 15 Dec 2017 23:43:35 -0500] rev 48342
8193364: verify_special_jvm_flags should not cause an assertion failure when version is bumped Reviewed-by: dcubed, coleenp
Fri, 15 Dec 2017 06:18:09 +0000 Added tag jdk-10+36 for changeset 959f2f7cbaa6
lana [Fri, 15 Dec 2017 06:18:09 +0000] rev 48341
Added tag jdk-10+36 for changeset 959f2f7cbaa6
Thu, 14 Dec 2017 13:16:33 -0800 8193525: Intermittent failures of TestModulePackages.java jdk-10+36
jjg [Thu, 14 Dec 2017 13:16:33 -0800] rev 48340
8193525: Intermittent failures of TestModulePackages.java Reviewed-by: darcy
Thu, 14 Dec 2017 20:25:09 +0000 Added tag jdk-11+0 for changeset 0ee20aad71c4
lana [Thu, 14 Dec 2017 20:25:09 +0000] rev 48339
Added tag jdk-11+0 for changeset 0ee20aad71c4
Thu, 14 Dec 2017 18:20:33 +0100 8193208: Add additional licensing file for the JDK
erikj [Thu, 14 Dec 2017 18:20:33 +0100] rev 48338
8193208: Add additional licensing file for the JDK Reviewed-by: asaha, tbell, ihse
Thu, 14 Dec 2017 16:05:08 +0100 8193507: [REDO] Startup regression due to JDK-8185582 jdk-11+0
redestad [Thu, 14 Dec 2017 16:05:08 +0100] rev 48337
8193507: [REDO] Startup regression due to JDK-8185582 Reviewed-by: alanb, rriggs Contributed-by: xueming.shen@oracle.com, claes.redestad@oracle.com
Thu, 14 Dec 2017 12:51:53 +0000 Merge
alanb [Thu, 14 Dec 2017 12:51:53 +0000] rev 48336
Merge
Thu, 14 Dec 2017 12:36:37 +0000 8193503: javah launcher was not removed by JDK-8191054
alanb [Thu, 14 Dec 2017 12:36:37 +0000] rev 48335
8193503: javah launcher was not removed by JDK-8191054 Reviewed-by: erikj, darcy
Thu, 14 Dec 2017 13:42:59 +0100 8193296: Parser should not eagerly transform delete expressions
attila [Thu, 14 Dec 2017 13:42:59 +0100] rev 48334
8193296: Parser should not eagerly transform delete expressions Reviewed-by: hannesw, sundar
Thu, 14 Dec 2017 20:19:34 +0800 8192988: keytool should support -storepasswd for pkcs12 keystores
weijun [Thu, 14 Dec 2017 20:19:34 +0800] rev 48333
8192988: keytool should support -storepasswd for pkcs12 keystores Reviewed-by: mullan
Thu, 14 Dec 2017 13:05:20 +0100 8193257: PPC64, s390 implementation for Thread-local handshakes
mdoerr [Thu, 14 Dec 2017 13:05:20 +0100] rev 48332
8193257: PPC64, s390 implementation for Thread-local handshakes Reviewed-by: goetz, lucy
Thu, 14 Dec 2017 12:02:16 +0100 8193443: [s390]: EncodeISOArray generates wrong vector code
lucy [Thu, 14 Dec 2017 12:02:16 +0100] rev 48331
8193443: [s390]: EncodeISOArray generates wrong vector code Reviewed-by: goetz, mdoerr
Wed, 13 Dec 2017 21:41:50 -0800 8193490: java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java, FinalizeZipFile.java, TestCleaner.java, Collectible.java failed because cleaner can't finish
sherman [Wed, 13 Dec 2017 21:41:50 -0800] rev 48330
8193490: java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java, FinalizeZipFile.java, TestCleaner.java, Collectible.java failed because cleaner can't finish Reviewed-by: darcy
Wed, 13 Dec 2017 19:48:03 -0800 8193489: Add information about local variable type inference to SourceVersion.RELEASE_10
darcy [Wed, 13 Dec 2017 19:48:03 -0800] rev 48329
8193489: Add information about local variable type inference to SourceVersion.RELEASE_10 Reviewed-by: sundar, mr
Wed, 13 Dec 2017 18:47:20 -0800 8140281: add no-arg Optional.orElseThrow() as preferred alternative to get()
smarks [Wed, 13 Dec 2017 18:47:20 -0800] rev 48328
8140281: add no-arg Optional.orElseThrow() as preferred alternative to get() Reviewed-by: alanb, bpb, forax, darcy
Wed, 13 Dec 2017 17:28:24 -0800 8192833: JEP 322: Time-Based Release Versioning
mr [Wed, 13 Dec 2017 17:28:24 -0800] rev 48327
8192833: JEP 322: Time-Based Release Versioning Reviewed-by: erikj, ihse, iris, mchung, psandoz, tbell
Wed, 13 Dec 2017 17:29:44 -0800 Merge
jjg [Wed, 13 Dec 2017 17:29:44 -0800] rev 48326
Merge
Wed, 13 Dec 2017 17:27:43 -0800 8178070: duplicate entries in package table
jjg [Wed, 13 Dec 2017 17:27:43 -0800] rev 48325
8178070: duplicate entries in package table Reviewed-by: bpatel, ksrini
Thu, 14 Dec 2017 02:26:45 +0100 8191301: JavaImporter fails to resolve imported elements within functions, that contain too many statements
hannesw [Thu, 14 Dec 2017 02:26:45 +0100] rev 48324
8191301: JavaImporter fails to resolve imported elements within functions, that contain too many statements Reviewed-by: hannesw, attila Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Wed, 13 Dec 2017 14:49:48 -0800 8191054: Remove the Native-Header Tool (javah)
jjg [Wed, 13 Dec 2017 14:49:48 -0800] rev 48323
8191054: Remove the Native-Header Tool (javah) Reviewed-by: darcy, mcimadamore, ksrini
Wed, 13 Dec 2017 14:23:34 -0800 8193476: (jdeprscan) additional version updates for JDK 10
smarks [Wed, 13 Dec 2017 14:23:34 -0800] rev 48322
8193476: (jdeprscan) additional version updates for JDK 10 Reviewed-by: darcy
Wed, 13 Dec 2017 10:21:21 +0100 8192971: LockCompilationTest fails intermittently
neliasso [Wed, 13 Dec 2017 10:21:21 +0100] rev 48321
8192971: LockCompilationTest fails intermittently Summary: Remove all unnecessary compilations Reviewed-by: kvn, thartmann
Fri, 08 Dec 2017 23:43:25 +0100 Merge
jwilhelm [Fri, 08 Dec 2017 23:43:25 +0100] rev 48320
Merge
Thu, 07 Dec 2017 20:08:10 -0500 8193225: [BACKOUT] fix for 8182307 Error during JRMP connection establishment
dcubed [Thu, 07 Dec 2017 20:08:10 -0500] rev 48319
8193225: [BACKOUT] fix for 8182307 Error during JRMP connection establishment Reviewed-by: iignatyev
Thu, 07 Dec 2017 15:26:49 -0500 8182307: Error during JRMP connection establishment
dcubed [Thu, 07 Dec 2017 15:26:49 -0500] rev 48318
8182307: Error during JRMP connection establishment Summary: Only use SO_REUSEADDR if we're using a fixed ServerSocket port. Reviewed-by: gthornbr, rriggs, sspitsyn
Thu, 07 Dec 2017 10:21:13 -0800 8193105: Print error code when map_memory_to_file() fails
sangheki [Thu, 07 Dec 2017 10:21:13 -0800] rev 48317
8193105: Print error code when map_memory_to_file() fails Reviewed-by: dholmes, kbarrett
Thu, 07 Dec 2017 15:52:46 +0100 8192908: -XX:+UseCountedLoopSafepoints alone doesn't disable strip mining with G1
roland [Thu, 07 Dec 2017 15:52:46 +0100] rev 48316
8192908: -XX:+UseCountedLoopSafepoints alone doesn't disable strip mining with G1 Summary: -XX:+UseCountedLoopSafepoints should disable loop strip mining. Reviewed-by: kvn, thartmann
Thu, 07 Dec 2017 10:18:31 +0100 Merge
jwilhelm [Thu, 07 Dec 2017 10:18:31 +0100] rev 48315
Merge
Wed, 06 Dec 2017 18:37:57 -0800 8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
dlong [Wed, 06 Dec 2017 18:37:57 -0800] rev 48314
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler Reviewed-by: iveresov, kvn
Wed, 06 Dec 2017 20:06:43 -0500 8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
jiangli [Wed, 06 Dec 2017 20:06:43 -0500] rev 48313
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared. Summary: Check if 'oa' region is missing. Reviewed-by: hseigel, ccheung
Wed, 06 Dec 2017 15:19:30 -0500 8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
dcubed [Wed, 06 Dec 2017 15:19:30 -0500] rev 48312
8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp Reviewed-by: stefank, coleenp, dholmes, gthornbr
Tue, 05 Dec 2017 11:16:03 -0800 8192870: [Testbug] runtime/handshake/HandshakeTransitionTest throws NPE
dlong [Tue, 05 Dec 2017 11:16:03 -0800] rev 48311
8192870: [Testbug] runtime/handshake/HandshakeTransitionTest throws NPE Reviewed-by: dholmes, rehn
Tue, 05 Dec 2017 10:38:31 -0800 8145579: SimpleThresholdPolicy assumes non-trivial methods to be trivial
dlong [Tue, 05 Dec 2017 10:38:31 -0800] rev 48310
8145579: SimpleThresholdPolicy assumes non-trivial methods to be trivial Reviewed-by: shade, kvn, thartmann
Tue, 05 Dec 2017 09:49:23 -0800 8192846: Support cmov vectorization for float
kvn [Tue, 05 Dec 2017 09:49:23 -0800] rev 48309
8192846: Support cmov vectorization for float Reviewed-by: kvn Contributed-by: razvan.a.lupusoru@intel.com
Tue, 05 Dec 2017 21:26:11 +0530 8192909: Invalid username or password in HashedPasswordFileTest.java
hb [Tue, 05 Dec 2017 21:26:11 +0530] rev 48308
8192909: Invalid username or password in HashedPasswordFileTest.java Reviewed-by: clanger, dfuchs
Tue, 05 Dec 2017 16:34:03 +0100 8193068: Add gc/g1/TestVerifyGCType.java to problem list
sjohanss [Tue, 05 Dec 2017 16:34:03 +0100] rev 48307
8193068: Add gc/g1/TestVerifyGCType.java to problem list Reviewed-by: tschatzl
Tue, 05 Dec 2017 13:58:55 +0100 8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
sjohanss [Tue, 05 Dec 2017 13:58:55 +0100] rev 48306
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines Reviewed-by: tschatzl, jwilhelm
Tue, 05 Dec 2017 11:23:27 +0100 8193045: JDK-8190484 breaks build on Windows
ihse [Tue, 05 Dec 2017 11:23:27 +0100] rev 48305
8193045: JDK-8190484 breaks build on Windows Reviewed-by: dholmes
Thu, 30 Nov 2017 15:54:45 +0100 8191232: compiler/intrinsics/bigInteger/TestMultiplyToLen.java fails with java.lang.Exception: Failed
phedlin [Thu, 30 Nov 2017 15:54:45 +0100] rev 48304
8191232: compiler/intrinsics/bigInteger/TestMultiplyToLen.java fails with java.lang.Exception: Failed Summary: Generating the wrong insn for pointer comparison in intrinsic (on SPARC). Reviewed-by: neliasso, kvn
Tue, 05 Dec 2017 02:55:44 -0500 8192950: Missing -nativepath for svc tests
dholmes [Tue, 05 Dec 2017 02:55:44 -0500] rev 48303
8192950: Missing -nativepath for svc tests Reviewed-by: ihse
Tue, 05 Dec 2017 08:27:54 +0100 8191360: Lookup of critical JNI method causes duplicate library loading with leaking handler
thartmann [Tue, 05 Dec 2017 08:27:54 +0100] rev 48302
8191360: Lookup of critical JNI method causes duplicate library loading with leaking handler Summary: Unload shared library after lookup to avoid keeping it live. Reviewed-by: vlivanov, dholmes
Mon, 04 Dec 2017 10:23:08 +0900 8192897: NPE occurs on clhsdb jstack
ysuenaga [Mon, 04 Dec 2017 10:23:08 +0900] rev 48301
8192897: NPE occurs on clhsdb jstack Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
Mon, 04 Dec 2017 23:55:52 +0100 8190484: Move jvm.h, jmm.h et al to hotspot/*/include
ihse [Mon, 04 Dec 2017 23:55:52 +0100] rev 48300
8190484: Move jvm.h, jmm.h et al to hotspot/*/include Reviewed-by: dholmes, erikj, mchung
Mon, 04 Dec 2017 13:13:44 -0800 8191052: [Graal] java/lang/invoke/CallSiteTest.java intermittently fails with "Failed dependency of type call_site_target_value" when running with Graal as JIT
never [Mon, 04 Dec 2017 13:13:44 -0800] rev 48299
8191052: [Graal] java/lang/invoke/CallSiteTest.java intermittently fails with "Failed dependency of type call_site_target_value" when running with Graal as JIT Reviewed-by: kvn, iveresov, dlong
Sat, 02 Dec 2017 13:50:04 +0100 8191950: assertion failed: no insertions allowed
roland [Sat, 02 Dec 2017 13:50:04 +0100] rev 48298
8191950: assertion failed: no insertions allowed Summary: Check for dead loops before incremental inlining. Reviewed-by: thartmann
Sat, 02 Dec 2017 06:51:10 +0100 Merge
jwilhelm [Sat, 02 Dec 2017 06:51:10 +0100] rev 48297
Merge
Sat, 02 Dec 2017 11:25:35 +0530 8192823: SA: Testcase for 'clhsdb source' command
sballal [Sat, 02 Dec 2017 11:25:35 +0530] rev 48296
8192823: SA: Testcase for 'clhsdb source' command Reviewed-by: sspitsyn, jgeorge
Wed, 13 Dec 2017 12:45:06 -0800 8164407: Add module support for -link and -linkoffline javadoc option
bpatel [Wed, 13 Dec 2017 12:45:06 -0800] rev 48295
8164407: Add module support for -link and -linkoffline javadoc option Reviewed-by: jjg, ksrini
Wed, 13 Dec 2017 21:25:49 +0100 8193471: Startup regression due to JDK-8185582
redestad [Wed, 13 Dec 2017 21:25:49 +0100] rev 48294
8193471: Startup regression due to JDK-8185582 Reviewed-by: rriggs, psandoz
Wed, 13 Dec 2017 11:43:57 -0800 8193460: Take tools/launcher/TestXcheckJNIWarnings.java back off the ProblemList
bchristi [Wed, 13 Dec 2017 11:43:57 -0800] rev 48293
8193460: Take tools/launcher/TestXcheckJNIWarnings.java back off the ProblemList Reviewed-by: mchung, psandoz
Wed, 13 Dec 2017 10:25:38 -0800 Merge
prr [Wed, 13 Dec 2017 10:25:38 -0800] rev 48292
Merge
Wed, 13 Dec 2017 13:27:45 +0530 8191803: [TEST_BUG] : sanity/client/SwingSet/src/ProgressBarDemoTest.java failed with "Wait "greater then 1349" state to be reached
akolarkunnu [Wed, 13 Dec 2017 13:27:45 +0530] rev 48291
8191803: [TEST_BUG] : sanity/client/SwingSet/src/ProgressBarDemoTest.java failed with "Wait "greater then 1349" state to be reached Reviewed-by: serb, psadhukhan Contributed-by: abdul.kolarkunnu@oracle.com
Tue, 12 Dec 2017 15:47:35 +0530 8187936: Automatically selecting a new JTree node in a model listener can cause unusual behavior
kaddepalli [Tue, 12 Dec 2017 15:47:35 +0530] rev 48290
8187936: Automatically selecting a new JTree node in a model listener can cause unusual behavior Reviewed-by: serb, prr
Tue, 12 Dec 2017 14:05:21 +0530 8188083: NullPointerExcpn-java.awt.image.FilteredImageSource.startProduction JDK-8079607
pnarayanan [Tue, 12 Dec 2017 14:05:21 +0530] rev 48289
8188083: NullPointerExcpn-java.awt.image.FilteredImageSource.startProduction JDK-8079607 Reviewed-by: serb, prr, jdv Contributed-by: prahalad.kumar.narayanan@oracle.com
Tue, 12 Dec 2017 12:43:05 +0530 8146537: TrayIcon Action Listener doesnt work in WIndows 10
sveerabhadra [Tue, 12 Dec 2017 12:43:05 +0530] rev 48288
8146537: TrayIcon Action Listener doesnt work in WIndows 10 Reviewed-by: serb, ssadetsky
Tue, 12 Dec 2017 12:31:49 +0530 8190515: java.awt.Desktop.moveToTrash(File) prompts on Windows 7 but not on Mac
sveerabhadra [Tue, 12 Dec 2017 12:31:49 +0530] rev 48287
8190515: java.awt.Desktop.moveToTrash(File) prompts on Windows 7 but not on Mac Reviewed-by: serb, prr
Mon, 11 Dec 2017 21:56:34 -0800 8162989: jshell tool: /edit with external editor leaks files in /tmp
rfield [Mon, 11 Dec 2017 21:56:34 -0800] rev 48286
8162989: jshell tool: /edit with external editor leaks files in /tmp Reviewed-by: jlahoda
Mon, 11 Dec 2017 15:17:03 -0800 8189809: Large performance regression in Swing text layout
prr [Mon, 11 Dec 2017 15:17:03 -0800] rev 48285
8189809: Large performance regression in Swing text layout Reviewed-by: serb, pnarayanan
Mon, 11 Dec 2017 21:14:43 +0100 8191814: Marlin rasterizer spends time computing geometry for stroked segments that do not intersect the clip
lbourges [Mon, 11 Dec 2017 21:14:43 +0100] rev 48284
8191814: Marlin rasterizer spends time computing geometry for stroked segments that do not intersect the clip Summary: upgrade to Marlin 0.8.2 providing efficient path clipping (Stroker and Filler) Reviewed-by: prr, serb
Mon, 11 Dec 2017 10:08:51 -0800 Merge
prr [Mon, 11 Dec 2017 10:08:51 -0800] rev 48283
Merge
Sun, 10 Dec 2017 00:08:42 -0800 8178401: Various audio files writers do not close file streams properly
serb [Sun, 10 Dec 2017 00:08:42 -0800] rev 48282
8178401: Various audio files writers do not close file streams properly Reviewed-by: prr
Sat, 09 Dec 2017 20:40:45 -0800 8193012: Small cleanup of AWTEvent class
serb [Sat, 09 Dec 2017 20:40:45 -0800] rev 48281
8193012: Small cleanup of AWTEvent class Reviewed-by: psadhukhan
Sat, 09 Dec 2017 11:40:40 -0800 8183960: Upgrade to libpng 1.6.34
prr [Sat, 09 Dec 2017 11:40:40 -0800] rev 48280
8183960: Upgrade to libpng 1.6.34 Reviewed-by: serb
Fri, 08 Dec 2017 13:15:19 -0800 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr [Fri, 08 Dec 2017 13:15:19 -0800] rev 48279
8193211: Update jtreg TEST.groups and ProblemList for client-libs Reviewed-by: psadhukhan
Fri, 08 Dec 2017 12:55:21 -0800 8177758: Regression in java.awt.FileDialog
ssadetsky [Fri, 08 Dec 2017 12:55:21 -0800] rev 48278
8177758: Regression in java.awt.FileDialog Reviewed-by: sveerabhadra, serb
Fri, 08 Dec 2017 15:57:30 +0530 8191436: ListSelectionModel.setSelectionMode() underspecified
pbansal [Fri, 08 Dec 2017 15:57:30 +0530] rev 48277
8191436: ListSelectionModel.setSelectionMode() underspecified Reviewed-by: serb, ssadetsky
Fri, 08 Dec 2017 10:03:07 +0530 8191639: NPE from BasicListUI.Actions.getNextPageIndex
psadhukhan [Fri, 08 Dec 2017 10:03:07 +0530] rev 48276
8191639: NPE from BasicListUI.Actions.getNextPageIndex Reviewed-by: serb, ssadetsky
Thu, 07 Dec 2017 13:23:18 -0800 8192863: jshell tool: /<id><tab> gives "No such command"
rfield [Thu, 07 Dec 2017 13:23:18 -0800] rev 48275
8192863: jshell tool: /<id><tab> gives "No such command" Reviewed-by: jlahoda
Thu, 07 Dec 2017 11:55:06 -0800 8188836: Upgrade to Harfbuzz 1.7.1 in JDK 10
prr [Thu, 07 Dec 2017 11:55:06 -0800] rev 48274
8188836: Upgrade to Harfbuzz 1.7.1 in JDK 10 Reviewed-by: serb
Tue, 05 Dec 2017 11:04:42 -0800 8192979: jshell tool: Online help text for commands is confusing
rfield [Tue, 05 Dec 2017 11:04:42 -0800] rev 48273
8192979: jshell tool: Online help text for commands is confusing Reviewed-by: jlahoda
Mon, 04 Dec 2017 17:15:38 -0800 8191455: jdk/jshell/StartOptionTest.java and jdk/jshell/ToolProviderTest.java failed after changeset e0f08a
rfield [Mon, 04 Dec 2017 17:15:38 -0800] rev 48272
8191455: jdk/jshell/StartOptionTest.java and jdk/jshell/ToolProviderTest.java failed after changeset e0f08a 8191456: jdk/jshell/ExternalEditorTest.java testStatementMush() failure Reviewed-by: jlahoda
Mon, 04 Dec 2017 16:14:29 -0800 8189656: The Windows L&F should be moved out from the shared folder
serb [Mon, 04 Dec 2017 16:14:29 -0800] rev 48271
8189656: The Windows L&F should be moved out from the shared folder Reviewed-by: prr, psadhukhan, erikj
Mon, 04 Dec 2017 10:12:46 -0800 Merge
prr [Mon, 04 Dec 2017 10:12:46 -0800] rev 48270
Merge
Mon, 04 Dec 2017 09:38:34 -0800 8182610: Update specification of service providers for IIORegistry and ServiceRegistry
prr [Mon, 04 Dec 2017 09:38:34 -0800] rev 48269
8182610: Update specification of service providers for IIORegistry and ServiceRegistry Reviewed-by: serb, psandoz
Sun, 03 Dec 2017 13:21:41 +0000 8181659: Create an alternative fix for JDK-8167102, whose fix was backed out
alitvinov [Sun, 03 Dec 2017 13:21:41 +0000] rev 48268
8181659: Create an alternative fix for JDK-8167102, whose fix was backed out Reviewed-by: prr, serb
Fri, 01 Dec 2017 17:44:07 -0800 8183518: Premature deprecation of Event/InputEvent/KeyEvent in Java 9
serb [Fri, 01 Dec 2017 17:44:07 -0800] rev 48267
8183518: Premature deprecation of Event/InputEvent/KeyEvent in Java 9 Reviewed-by: prr, psadhukhan
Fri, 01 Dec 2017 10:35:58 -0800 Merge
prr [Fri, 01 Dec 2017 10:35:58 -0800] rev 48266
Merge
Fri, 01 Dec 2017 10:30:57 -0800 8191767: Memory leak in JabSwitch
prr [Fri, 01 Dec 2017 10:30:57 -0800] rev 48265
8191767: Memory leak in JabSwitch Reviewed-by: serb, ssadetsky
Wed, 29 Nov 2017 15:11:37 -0800 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb [Wed, 29 Nov 2017 15:11:37 -0800] rev 48264
8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html 8183508: multi_tsc.html should be updated 8181289: Invalid HTML 5 in AWT/Swing docs Reviewed-by: prr, jjg
Wed, 13 Dec 2017 16:16:17 +0000 8193370: Provide more user friendly defaults for HTTP/2 client settings
dfuchs [Wed, 13 Dec 2017 16:16:17 +0000] rev 48263
8193370: Provide more user friendly defaults for HTTP/2 client settings Reviewed-by: chegar
Wed, 13 Dec 2017 07:51:57 -0800 8184947: ZipCoder performance improvements
sherman [Wed, 13 Dec 2017 07:51:57 -0800] rev 48262
8184947: ZipCoder performance improvements Reviewed-by: martin, redestad
Wed, 13 Dec 2017 15:32:36 +0000 8193454: ModuleDescriptor.{Requires,Exports,Open} toString should use toLowerCase(Local.ROOT)
alanb [Wed, 13 Dec 2017 15:32:36 +0000] rev 48261
8193454: ModuleDescriptor.{Requires,Exports,Open} toString should use toLowerCase(Local.ROOT) Reviewed-by: alanb Contributed-by: andrej.golovnin@gmail.com
Wed, 06 Dec 2017 15:51:06 -0800 8193034: Optimize URL.toExternalForm
martin [Wed, 06 Dec 2017 15:51:06 -0800] rev 48260
8193034: Optimize URL.toExternalForm Reviewed-by: chegar, alanb, clanger
Wed, 13 Dec 2017 11:27:28 +0100 8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell
jlahoda [Wed, 13 Dec 2017 11:27:28 +0100] rev 48259
8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell Summary: Fixing handling of invalid paths. Reviewed-by: rfield
(0) -30000 -10000 -3000 -1000 -384 +384 +1000 +3000 +10000 tip