jgeorge [Fri, 04 Jan 2019 13:41:45 +0530] rev 53140
8213457: serviceability/sa/ClhsdbInspect.java time out
Summary: Increase the timeout needed for ClhsdbInspect.java to 480
Reviewed-by: sspitsyn, cjplummer, lmesnik
mbaesken [Thu, 03 Jan 2019 16:14:40 +0100] rev 53139
8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
Reviewed-by: aph, goetz, lucy
gadams [Thu, 03 Jan 2019 15:54:01 -0500] rev 53138
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
Reviewed-by: sspitsyn, cjplummer
ecaspole [Thu, 03 Jan 2019 13:22:45 -0500] rev 53137
Merge
ecaspole [Thu, 03 Jan 2019 13:22:02 -0500] rev 53136
8196347: LogCompilation: generate log file on the fly for input to junits
Summary: Dynamically generate simple log files
Reviewed-by: kvn, thartmann
coffeys [Thu, 03 Jan 2019 18:19:54 +0000] rev 53135
Merge
coffeys [Thu, 03 Jan 2019 17:49:34 +0000] rev 53134
8215911: Various Typos in SQL Method Documentation
Reviewed-by: coffeys
Contributed-by: roger.calnan@oracle.com
coffeys [Thu, 03 Jan 2019 17:46:09 +0000] rev 53133
8215912: Various Typos in java.net Method Documentation
Reviewed-by: coffeys
Contributed-by: roger.calnan@oracle.com
coffeys [Thu, 03 Jan 2019 17:29:53 +0000] rev 53132
8182992: Typo in DatagramPacket constructor API doc
Reviewed-by: coffeys
Contributed-by: roger.calnan@oracle.com
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
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
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>
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
hannesw [Fri, 21 Dec 2018 11:02:36 +0100] rev 53113
8215291: Broken links when generating from project without modules
Reviewed-by: jjg