Thu, 03 Jan 2019 17:27:29 +0000 8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
coffeys [Thu, 03 Jan 2019 17:27:29 +0000] rev 53131
8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 13:11:35 -0500 8215644: Clean up globalDefinitions_<compiler>.hpp
hseigel [Thu, 03 Jan 2019 13:11:35 -0500] rev 53130
8215644: Clean up globalDefinitions_<compiler>.hpp Summary: Remove non-existent classes from forward declarations, delete unused functions, etc. Reviewed-by: coleenp, kbarrett
Thu, 03 Jan 2019 11:21:40 +0100 8215991: Stop hiding exception from ArtifactResolver failures in tests
erikj [Thu, 03 Jan 2019 11:21:40 +0100] rev 53129
8215991: Stop hiding exception from ArtifactResolver failures in tests Reviewed-by: tbell, ctornqvi
Thu, 03 Jan 2019 02:26:42 +0100 Added tag jdk-13+2 for changeset 50677f43ac3d
jwilhelm [Thu, 03 Jan 2019 02:26:42 +0100] rev 53128
Added tag jdk-13+2 for changeset 50677f43ac3d
Wed, 02 Jan 2019 15:33:32 -0800 6996807: FieldReflectorKey hash code computation can be improved
igerasim [Wed, 02 Jan 2019 15:33:32 -0800] rev 53127
6996807: FieldReflectorKey hash code computation can be improved Reviewed-by: rriggs
Wed, 02 Jan 2019 13:37:55 -0500 8215572: Add new Arrays micros
ecaspole [Wed, 02 Jan 2019 13:37:55 -0500] rev 53126
8215572: Add new Arrays micros Summary: New micros for mismatch and fill Reviewed-by: kvn, vlivanov
Wed, 02 Jan 2019 19:06:16 +0100 8215990: Avoid using reflection to create common default URLStreamHandlers
redestad [Wed, 02 Jan 2019 19:06:16 +0100] rev 53125
8215990: Avoid using reflection to create common default URLStreamHandlers Reviewed-by: alanb
Wed, 02 Jan 2019 13:06:04 -0500 8215643: Microbenchmarks for KeyAgreement and Cipher
apetcher [Wed, 02 Jan 2019 13:06:04 -0500] rev 53124
8215643: Microbenchmarks for KeyAgreement and Cipher Summary: adding some missing microbenchmarks for crypto algorithms Reviewed-by: jnimeh
Fri, 21 Dec 2018 10:19:15 +0100 8215791: Tiny bug in VM monitoring/management
ghaug [Fri, 21 Dec 2018 10:19:15 +0100] rev 53123
8215791: Tiny bug in VM monitoring/management Reviewed-by: dholmes, simonis
Wed, 02 Jan 2019 10:35:33 -0500 8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'.
hseigel [Wed, 02 Jan 2019 10:35:33 -0500] rev 53122
8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'. Summary: On Windows, do not treat ':' as a delimeter when it's in a string such as "C:..." Reviewed-by: dholmes, sspitsyn
Wed, 02 Jan 2019 16:05:13 +0100 Merge
jwilhelm [Wed, 02 Jan 2019 16:05:13 +0100] rev 53121
Merge
Wed, 26 Dec 2018 17:09:19 +0530 8214567: Use {@systemProperty} for definitions of system properties jdk-12+26
rpatil [Wed, 26 Dec 2018 17:09:19 +0530] rev 53120
8214567: Use {@systemProperty} for definitions of system properties 8214569: Use {@systemProperty} for definitions of system properties Reviewed-by: lancea, mchung, alanb, naoto Contributed-by: Deepak kejriwal <deepak.kejriwal@oracle.com>
Sat, 22 Dec 2018 15:47:10 +0100 8215898: Build broken on 32-bit after JDK-8211425
sjohanss [Sat, 22 Dec 2018 15:47:10 +0100] rev 53119
8215898: Build broken on 32-bit after JDK-8211425 Reviewed-by: tschatzl
Sat, 22 Dec 2018 15:46:54 +0100 8215897: Build broken on zero after JDK-8211424
sjohanss [Sat, 22 Dec 2018 15:46:54 +0100] rev 53118
8215897: Build broken on zero after JDK-8211424 Reviewed-by: tschatzl
Fri, 21 Dec 2018 08:23:55 -0800 8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
sangheki [Fri, 21 Dec 2018 08:23:55 -0800] rev 53117
8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC 8202286: Allocation of old generation of Java heap on alternate memory devices Summary: Enable an experimental feature in HotSpot JVM to allocate old generation of Parallel GC on an alternative memory device, such as NV-DIMMs. Reviewed-by: sangheki, sjohanss Contributed-by: kishor.kharbas@intel.com
Fri, 21 Dec 2018 08:18:59 -0800 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki [Fri, 21 Dec 2018 08:18:59 -0800] rev 53116
8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC 8202286: Allocation of old generation of Java heap on alternate memory devices Summary: Enable an experimental feature in HotSpot JVM to allocate old generation of G1 GC on an alternative memory device, such as NV-DIMMs. Reviewed-by: sangheki, sjohanss Contributed-by: kishor.kharbas@intel.com
Fri, 21 Dec 2018 18:26:55 +0000 8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
aph [Fri, 21 Dec 2018 18:26:55 +0000] rev 53115
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state Reviewed-by: aph, dholmes Contributed-by: Andrey Petushkov <andrey.petushkov@gmail.com>
Fri, 21 Dec 2018 17:14:46 +0000 8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
aph [Fri, 21 Dec 2018 17:14:46 +0000] rev 53114
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Fri, 21 Dec 2018 11:02:36 +0100 8215291: Broken links when generating from project without modules
hannesw [Fri, 21 Dec 2018 11:02:36 +0100] rev 53113
8215291: Broken links when generating from project without modules Reviewed-by: jjg
Fri, 21 Dec 2018 11:43:04 +0530 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
pbansal [Fri, 21 Dec 2018 11:43:04 +0530] rev 53112
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop Reviewed-by: prr, kcr
Wed, 02 Jan 2019 07:19:33 -0500 8211343: nsk_jvmti_parseoptions should handle multiple suboptions
gadams [Wed, 02 Jan 2019 07:19:33 -0500] rev 53111
8211343: nsk_jvmti_parseoptions should handle multiple suboptions Reviewed-by: sspitsyn, cjplummer
Wed, 02 Jan 2019 12:59:26 +0100 8215445: Enable building for Windows in WSL jdk-13+2
erikj [Wed, 02 Jan 2019 12:59:26 +0100] rev 53110
8215445: Enable building for Windows in WSL Reviewed-by: ihse Contributed-by: andrewluotechnologies@outlook.com, erik.joelsson@oracle.com
Tue, 01 Jan 2019 20:09:02 -0500 8215977: hsdis installation documentation update
dholmes [Tue, 01 Jan 2019 20:09:02 -0500] rev 53109
8215977: hsdis installation documentation update Reviewed-by: dholmes Contributed-by: Sergei Ustimenko <merkel05@gmail.com>
Mon, 31 Dec 2018 15:40:50 -0500 8213481: [REDO] Fix incorrect copy constructors in hotspot
kbarrett [Mon, 31 Dec 2018 15:40:50 -0500] rev 53108
8213481: [REDO] Fix incorrect copy constructors in hotspot Summary: Fix and use ResourceObj copy constructor. Reviewed-by: coleenp, dholmes, kvn
Sun, 30 Dec 2018 08:57:24 +0700 8214687: Optimize Collections.nCopies().hashCode() and equals()
tvaleev [Sun, 30 Dec 2018 08:57:24 +0700] rev 53107
8214687: Optimize Collections.nCopies().hashCode() and equals() Reviewed-by: igerasim, smarks
Fri, 28 Dec 2018 15:19:14 -0800 8215966: GeneratePropertyPassword.sh uses bash syntax
phh [Fri, 28 Dec 2018 15:19:14 -0800] rev 53106
8215966: GeneratePropertyPassword.sh uses bash syntax Summary: Use "case" instead of "if" for the NT check to make sh happy. Reviewed-by: dholmes Contributed-by: merkel05@gmail.com
Fri, 28 Dec 2018 16:31:11 -0500 8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
dholmes [Fri, 28 Dec 2018 16:31:11 -0500] rev 53105
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp Reviewed-by: dcubed
Fri, 21 Dec 2018 14:42:08 +0100 8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
mbaesken [Fri, 21 Dec 2018 14:42:08 +0100] rev 53104
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls Reviewed-by: clanger, dholmes
Thu, 27 Dec 2018 21:17:11 -0500 8214097: Rework thread initialization and teardown logic
dholmes [Thu, 27 Dec 2018 21:17:11 -0500] rev 53103
8214097: Rework thread initialization and teardown logic Reviewed-by: rehn, mgronlun, dcubed, kbarrett
Wed, 26 Dec 2018 19:24:00 -0500 8214201: Make PtrQueueSet completed buffer list private
kbarrett [Wed, 26 Dec 2018 19:24:00 -0500] rev 53102
8214201: Make PtrQueueSet completed buffer list private Summary: Merge and make private in PtrQueueSet all completed buffer list handling Reviewed-by: tschatzl, sjohanss
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip