erikj [Thu, 03 Jan 2019 11:21:40 +0100] rev 53129
8215991: Stop hiding exception from ArtifactResolver failures in tests
Reviewed-by: tbell, ctornqvi
jwilhelm [Thu, 03 Jan 2019 02:26:42 +0100] rev 53128
Added tag jdk-13+2 for changeset 50677f43ac3d
igerasim [Wed, 02 Jan 2019 15:33:32 -0800] rev 53127
6996807: FieldReflectorKey hash code computation can be improved
Reviewed-by: rriggs
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
redestad [Wed, 02 Jan 2019 19:06:16 +0100] rev 53125
8215990: Avoid using reflection to create common default URLStreamHandlers
Reviewed-by: alanb
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
ghaug [Fri, 21 Dec 2018 10:19:15 +0100] rev 53123
8215791: Tiny bug in VM monitoring/management
Reviewed-by: dholmes, simonis
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
jwilhelm [Wed, 02 Jan 2019 16:05:13 +0100] rev 53121
Merge
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>
sjohanss [Sat, 22 Dec 2018 15:47:10 +0100] rev 53119
8215898: Build broken on 32-bit after JDK-8211425
Reviewed-by: tschatzl
sjohanss [Sat, 22 Dec 2018 15:46:54 +0100] rev 53118
8215897: Build broken on zero after JDK-8211424
Reviewed-by: tschatzl
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
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
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>