Wed, 30 Oct 2019 14:52:27 +0100 8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
mbaesken [Wed, 30 Oct 2019 14:52:27 +0100] rev 58905
8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java Reviewed-by: clanger
Mon, 04 Nov 2019 09:54:00 +0100 8233078: fix minimal VM build on Linux ppc64(le)
mbaesken [Mon, 04 Nov 2019 09:54:00 +0100] rev 58904
8233078: fix minimal VM build on Linux ppc64(le) Reviewed-by: mdoerr, lucy
Mon, 04 Nov 2019 09:40:35 +0100 8229815: Upgrade Jline to 3.12.1
jlahoda [Mon, 04 Nov 2019 09:40:35 +0100] rev 58903
8229815: Upgrade Jline to 3.12.1 Reviewed-by: rfield
Mon, 04 Nov 2019 14:26:18 +0800 8231950: keytool -ext camel-case shorthand not working
weijun [Mon, 04 Nov 2019 14:26:18 +0800] rev 58902
8231950: keytool -ext camel-case shorthand not working Reviewed-by: mullan
Sun, 03 Nov 2019 18:02:29 -0500 8229516: Thread.isInterrupted() always returns false after thread termination
dholmes [Sun, 03 Nov 2019 18:02:29 -0500] rev 58901
8229516: Thread.isInterrupted() always returns false after thread termination Reviewed-by: dnsimon, sspitsyn, dcubed, alanb
Sun, 03 Nov 2019 14:07:43 +0000 8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
alanb [Sun, 03 Nov 2019 14:07:43 +0000] rev 58900
8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed Reviewed-by: dfuchs, chegar
Sat, 02 Nov 2019 10:02:18 +0000 8232673: (dc) DatagramChannel socket adaptor issues
alanb [Sat, 02 Nov 2019 10:02:18 +0000] rev 58899
8232673: (dc) DatagramChannel socket adaptor issues Reviewed-by: dfuchs, chegar
Fri, 01 Nov 2019 16:21:17 -0400 8233359: Add global sized operator delete definitions
kbarrett [Fri, 01 Nov 2019 16:21:17 -0400] rev 58898
8233359: Add global sized operator delete definitions Summary: Added new definitions. Reviewed-by: dholmes
Fri, 01 Nov 2019 13:16:50 -0700 8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity
bpb [Fri, 01 Nov 2019 13:16:50 -0700] rev 58897
8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity Reviewed-by: alanb, darcy, rriggs
Fri, 01 Nov 2019 12:57:01 +0000 8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
jboes [Fri, 01 Nov 2019 12:57:01 +0000] rev 58896
8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact Summary: Modified method description to disambiguate when false is returned and altered implementation Reviewed-by: dfuchs, chegar, vtewari
Fri, 01 Nov 2019 11:31:37 -0700 8233363: Clarify the DumpSharedSpaces condition in InstanceKlass::verify_on
ccheung [Fri, 01 Nov 2019 11:31:37 -0700] rev 58895
8233363: Clarify the DumpSharedSpaces condition in InstanceKlass::verify_on Summary: change DumpSharedSpaces to Arguments::is_dumping_archive(). Reviewed-by: iklam, coleenp
Fri, 01 Nov 2019 09:39:13 -0700 8227003: Add high-level JIT compilation mode control mechanism
iveresov [Fri, 01 Nov 2019 09:39:13 -0700] rev 58894
8227003: Add high-level JIT compilation mode control mechanism Summary: Add tiered mode to emulate non-tiered with special mode for JVMCI compiler. Add -XX:CompilationMode option. Reviewed-by: never, redestad
Fri, 01 Nov 2019 09:07:59 -0700 8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
dl [Fri, 01 Nov 2019 09:07:59 -0700] rev 58893
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11 Reviewed-by: martin
Fri, 01 Nov 2019 09:04:04 -0700 8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
dl [Fri, 01 Nov 2019 09:04:04 -0700] rev 58892
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once Reviewed-by: martin
Fri, 01 Nov 2019 16:16:05 +0100 8233387: Shenandoah: passive mode should disable pacing ergonomically
shade [Fri, 01 Nov 2019 16:16:05 +0100] rev 58891
8233387: Shenandoah: passive mode should disable pacing ergonomically Reviewed-by: zgu
Fri, 01 Nov 2019 10:25:15 -0400 8233333 : Incorrect comparison of number version strings in ToolValidator JDK-8200758-branch
herrick [Fri, 01 Nov 2019 10:25:15 -0400] rev 58890
8233333 : Incorrect comparison of number version strings in ToolValidator Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Fri, 01 Nov 2019 10:22:49 -0400 8233265: jpackage --add-modules cannot find additional modules with non-modular app JDK-8200758-branch
herrick [Fri, 01 Nov 2019 10:22:49 -0400] rev 58889
8233265: jpackage --add-modules cannot find additional modules with non-modular app Reviewed-by: asemenyuk, almatvee, kcr
Thu, 31 Oct 2019 11:18:41 -0400 8232186 : Add verification for pkg and dmg tests JDK-8200758-branch
herrick [Thu, 31 Oct 2019 11:18:41 -0400] rev 58888
8232186 : Add verification for pkg and dmg tests Submitted-by: almatvee Reviewed-by: aherrick, asemenyuk
Thu, 31 Oct 2019 11:11:42 -0400 8233138 : Error 2343 when using --win-dir-chooser JDK-8200758-branch
herrick [Thu, 31 Oct 2019 11:11:42 -0400] rev 58887
8233138 : Error 2343 when using --win-dir-chooser Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Thu, 31 Oct 2019 11:07:01 -0400 8233143 : RPM errors: rpmbuild: no spec files given for build JDK-8200758-branch
herrick [Thu, 31 Oct 2019 11:07:01 -0400] rev 58886
8233143 : RPM errors: rpmbuild: no spec files given for build Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Thu, 31 Oct 2019 11:00:26 -0400 8233218 : rpm uninstall errors (xdg-icon-resource: the icon size must be specified with --size) JDK-8200758-branch
herrick [Thu, 31 Oct 2019 11:00:26 -0400] rev 58885
8233218 : rpm uninstall errors (xdg-icon-resource: the icon size must be specified with --size) Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Fri, 01 Nov 2019 10:04:49 -0400 8233386: Initialize NULL fields for unused decorations
coleenp [Fri, 01 Nov 2019 10:04:49 -0400] rev 58884
8233386: Initialize NULL fields for unused decorations Reviewed-by: shade, hseigel, dcubed
Fri, 01 Nov 2019 14:18:40 +0100 Micro loaders shall not retire chunks if the costs for retiring chunks outqweights the saved space stuefe-new-metaspace-branch
stuefe [Fri, 01 Nov 2019 14:18:40 +0100] rev 58883
Micro loaders shall not retire chunks if the costs for retiring chunks outqweights the saved space
Fri, 01 Nov 2019 13:02:09 +0100 Improve spacemanager logging stuefe-new-metaspace-branch
stuefe [Fri, 01 Nov 2019 13:02:09 +0100] rev 58882
Improve spacemanager logging
Fri, 01 Nov 2019 13:01:41 +0100 Tune boot loader chunk sizes stuefe-new-metaspace-branch
stuefe [Fri, 01 Nov 2019 13:01:41 +0100] rev 58881
Tune boot loader chunk sizes
Fri, 01 Nov 2019 11:09:18 +0100 Print committed-free when tracing chunk details stuefe-new-metaspace-branch
stuefe [Fri, 01 Nov 2019 11:09:18 +0100] rev 58880
Print committed-free when tracing chunk details
Fri, 01 Nov 2019 07:58:05 +0100 8232980: Cleanup initialization of function pointers into java.base from classloader.cpp
clanger [Fri, 01 Nov 2019 07:58:05 +0100] rev 58879
8232980: Cleanup initialization of function pointers into java.base from classloader.cpp Reviewed-by: iklam, ccheung
Tue, 15 Oct 2019 17:08:09 +0200 8232168: Fix non wide char canonicalization on Windows
rschmelter [Tue, 15 Oct 2019 17:08:09 +0200] rev 58878
8232168: Fix non wide char canonicalization on Windows Reviewed-by: clanger, alanb, ccheung
Thu, 31 Oct 2019 16:54:16 -0700 8233273: Update Graal
dlong [Thu, 31 Oct 2019 16:54:16 -0700] rev 58877
8233273: Update Graal Reviewed-by: kvn
Thu, 31 Oct 2019 14:23:06 -0700 8224159: JDWP IPv6 scope support
amenkov [Thu, 31 Oct 2019 14:23:06 -0700] rev 58876
8224159: JDWP IPv6 scope support Reviewed-by: sspitsyn, cjplummer
Tue, 29 Oct 2019 15:08:19 +0100 8232921: assert(is_object_aligned(result)) failed: address not aligned
goetz [Tue, 29 Oct 2019 15:08:19 +0100] rev 58875
8232921: assert(is_object_aligned(result)) failed: address not aligned Reviewed-by: coleenp, rschmelter
Thu, 31 Oct 2019 19:32:41 +0000 8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100
bobv [Thu, 31 Oct 2019 19:32:41 +0000] rev 58874
8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100 Reviewed-by: dholmes, sgehwolf, redestad
Thu, 31 Oct 2019 19:31:03 +0000 8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE
dfuchs [Thu, 31 Oct 2019 19:31:03 +0000] rev 58873
8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE Summary: sun/net/www/ftptest/FtpCommandHandler.java is modified to handle EOF properly Reviewed-by: chegar, vtewari
Thu, 31 Oct 2019 16:45:58 +0000 8205132: Degrade Thread.countStackFrames() to throw UOE
alanb [Thu, 31 Oct 2019 16:45:58 +0000] rev 58872
8205132: Degrade Thread.countStackFrames() to throw UOE Reviewed-by: mchung, dholmes, dcubed
Mon, 28 Oct 2019 15:03:36 +0100 8232806: Introduce a system property to disable eager lambda initialization
vjovanovic [Mon, 28 Oct 2019 15:03:36 +0100] rev 58871
8232806: Introduce a system property to disable eager lambda initialization Reviewed-by: briangoetz, mr, psandoz, forax
Thu, 31 Oct 2019 16:16:21 +0000 aefimov-dns-client-branch: Add jdk.dns.client source aefimov-dns-client-branch
aefimov [Thu, 31 Oct 2019 16:16:21 +0000] rev 58870
aefimov-dns-client-branch: Add jdk.dns.client source
Thu, 31 Oct 2019 11:32:07 +0000 Merge aefimov-dns-client-branch
aefimov [Thu, 31 Oct 2019 11:32:07 +0000] rev 58869
Merge
Thu, 31 Oct 2019 10:37:03 +0100 8233303: Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit
shade [Thu, 31 Oct 2019 10:37:03 +0100] rev 58868
8233303: Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit Reviewed-by: rkennke
Thu, 31 Oct 2019 04:17:41 +0100 Added tag jdk-14+21 for changeset c16ac7a2eba4
jwilhelm [Thu, 31 Oct 2019 04:17:41 +0100] rev 58867
Added tag jdk-14+21 for changeset c16ac7a2eba4
Wed, 30 Oct 2019 22:32:00 -0400 8233266: Remove unnecessary fence in restore_unshareable_info
coleenp [Wed, 30 Oct 2019 22:32:00 -0400] rev 58866
8233266: Remove unnecessary fence in restore_unshareable_info Reviewed-by: jiangli, dholmes
Thu, 31 Oct 2019 02:22:42 +0000 8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures.
valeriep [Thu, 31 Oct 2019 02:22:42 +0000] rev 58865
8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures. Summary: Fixed to treat the queried key size values as bits instead of bytes Reviewed-by: ascarpino, xuelei
Wed, 30 Oct 2019 15:54:41 -0400 8231451: ZipFileInputStream::skip handling of negative values with STORED entries
lancea [Wed, 30 Oct 2019 15:54:41 -0400] rev 58864
8231451: ZipFileInputStream::skip handling of negative values with STORED entries Reviewed-by: clanger, bpb, alanb
Wed, 30 Oct 2019 19:43:52 +0100 8226511: Implement JFR Event Streaming jdk-14+21
mgronlun [Wed, 30 Oct 2019 19:43:52 +0100] rev 58863
8226511: Implement JFR Event Streaming Reviewed-by: egahlin, mseledtsov, mgronlun Contributed-by: erik.gahlin@oracle.com, mikhailo.seledtsov@oracle.com, markus.gronlund@oracle.com
Wed, 30 Oct 2019 17:02:26 +0100 Make TestSetEndTime more stable JEP-349-branch
egahlin [Wed, 30 Oct 2019 17:02:26 +0100] rev 58862
Make TestSetEndTime more stable
Wed, 30 Oct 2019 16:14:56 +0100 8233159: Method::result_type should use calculated value in constMethod
redestad [Wed, 30 Oct 2019 16:14:56 +0100] rev 58861
8233159: Method::result_type should use calculated value in constMethod Reviewed-by: lfoltan, iklam, coleenp
Tue, 29 Oct 2019 14:29:40 +0100 8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
chagedorn [Tue, 29 Oct 2019 14:29:40 +0100] rev 58860
8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type" Summary: Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating. Reviewed-by: kvn, thartmann
Wed, 30 Oct 2019 14:08:07 +0000 8232724: Remove indirection with calling JNU_NewStringPlatform
aivanov [Wed, 30 Oct 2019 14:08:07 +0000] rev 58859
8232724: Remove indirection with calling JNU_NewStringPlatform Reviewed-by: dholmes, clanger
Wed, 30 Oct 2019 09:42:59 -0400 8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64
zgu [Wed, 30 Oct 2019 09:42:59 -0400] rev 58858
8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64 Reviewed-by: rkennke
Wed, 30 Oct 2019 12:25:22 +0000 Windows InheritedChannel no longer needed unixdomainchannels
michaelm [Wed, 30 Oct 2019 12:25:22 +0000] rev 58857
Windows InheritedChannel no longer needed
Wed, 30 Oct 2019 11:53:07 +0000 removing unnecessary diffs from mainline unixdomainchannels
michaelm [Wed, 30 Oct 2019 11:53:07 +0000] rev 58856
removing unnecessary diffs from mainline
Wed, 30 Oct 2019 11:38:40 +0100 fix typo JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:38:40 +0100] rev 58855
fix typo
Wed, 30 Oct 2019 11:28:38 +0100 stricly monotone nanos for chunkheader JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:28:38 +0100] rev 58854
stricly monotone nanos for chunkheader
Wed, 30 Oct 2019 11:23:55 +0100 Merge JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:23:55 +0100] rev 58853
Merge
Wed, 30 Oct 2019 09:17:36 +0800 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
pli [Wed, 30 Oct 2019 09:17:36 +0800] rev 58852
8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl Reviewed-by: aph
Tue, 29 Oct 2019 15:35:06 -0700 8233035: Update JVMCI
kvn [Tue, 29 Oct 2019 15:35:06 -0700] rev 58851
8233035: Update JVMCI Reviewed-by: dlong
Tue, 29 Oct 2019 13:52:04 -0700 8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080
mr [Tue, 29 Oct 2019 13:52:04 -0700] rev 58850
8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080 Reviewed-by: stuefe, iignatyev, mchung
Tue, 29 Oct 2019 12:52:03 -0700 8173975: Lookup::in should not allow target class be primitive or array class
mchung [Tue, 29 Oct 2019 12:52:03 -0700] rev 58849
8173975: Lookup::in should not allow target class be primitive or array class Reviewed-by: alanb
Tue, 29 Oct 2019 19:55:34 +0000 second part of cleanup reducing number of files touched in main line unixdomainchannels
michaelm [Tue, 29 Oct 2019 19:55:34 +0000] rev 58848
second part of cleanup reducing number of files touched in main line
Tue, 29 Oct 2019 19:23:09 +0000 partial cleanup unixdomainchannels
michaelm [Tue, 29 Oct 2019 19:23:09 +0000] rev 58847
partial cleanup
Tue, 29 Oct 2019 12:01:14 -0700 8232748: Build static versions of certain JDK libraries
erikj [Tue, 29 Oct 2019 12:01:14 -0700] rev 58846
8232748: Build static versions of certain JDK libraries Reviewed-by: ihse, bobv
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip