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
Tue, 25 Dec 2018 18:35:42 +0300 8206107: [x86_32] jck tests for ldc2_w bytecode fail
bulasevich [Tue, 25 Dec 2018 18:35:42 +0300] rev 53101
8206107: [x86_32] jck tests for ldc2_w bytecode fail Reviewed-by: dsamersoff
Mon, 24 Dec 2018 12:18:40 +0530 8208184: IllegalArgumentException while invoking code completion on netbeans IDE
sdama [Mon, 24 Dec 2018 12:18:40 +0530] rev 53100
8208184: IllegalArgumentException while invoking code completion on netbeans IDE Summary: Set Log.useSource and fix the issue in Modules.java when broken module is encountered Reviewed-by: jjg Contributed-by: srinivas.dama@oracle.com, jan.lahoda@oracle.com
Sat, 22 Dec 2018 10:38:45 +0800 8215769: Java cannot probe pkcs12 files exported by Firefox
weijun [Sat, 22 Dec 2018 10:38:45 +0800] rev 53099
8215769: Java cannot probe pkcs12 files exported by Firefox Reviewed-by: mullan
Fri, 21 Dec 2018 13:03:03 -0800 8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException
bpb [Fri, 21 Dec 2018 13:03:03 -0800] rev 53098
8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException Reviewed-by: rriggs, plevart, smarks
Fri, 21 Dec 2018 10:38:33 -0800 8215516: Move JavadocTester to a named package
jjg [Fri, 21 Dec 2018 10:38:33 -0800] rev 53097
8215516: Move JavadocTester to a named package Reviewed-by: hannesw
Fri, 21 Dec 2018 16:56:40 +0100 8215727: Restore JFR thread sampler loop to old / previous behavior
mgronlun [Fri, 21 Dec 2018 16:56:40 +0100] rev 53096
8215727: Restore JFR thread sampler loop to old / previous behavior Reviewed-by: egahlin, mgronlun Contributed-by: milan.mimica@gmail.com
Fri, 21 Dec 2018 09:54:32 -0500 8066619: Fix deprecation warnings in java.util.jar
rriggs [Fri, 21 Dec 2018 09:54:32 -0500] rev 53095
8066619: Fix deprecation warnings in java.util.jar Reviewed-by: rriggs, lancea Contributed-by: philipp.kunz@paratix.ch
Fri, 21 Dec 2018 07:42:12 -0500 8215571: jdb does not include jdk.* in the default class filter
gadams [Fri, 21 Dec 2018 07:42:12 -0500] rev 53094
8215571: jdb does not include jdk.* in the default class filter Reviewed-by: alanb, cjplummer
Thu, 20 Dec 2018 17:51:16 -0800 8215716: PopFrame() was unexpectedly done
amenkov [Thu, 20 Dec 2018 17:51:16 -0800] rev 53093
8215716: PopFrame() was unexpectedly done Reviewed-by: dholmes, sspitsyn
Fri, 21 Dec 2018 01:25:46 +0100 Merge
jwilhelm [Fri, 21 Dec 2018 01:25:46 +0100] rev 53092
Merge
Thu, 20 Dec 2018 19:44:08 +0100 8215555: TieredCompilation C2 threads can excessively block handshakes
redestad [Thu, 20 Dec 2018 19:44:08 +0100] rev 53091
8215555: TieredCompilation C2 threads can excessively block handshakes Reviewed-by: kvn, neliasso, rehn
Thu, 20 Dec 2018 19:44:33 +0100 8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
tschatzl [Thu, 20 Dec 2018 19:44:33 +0100] rev 53090
8215548: G1PeriodicGCSystemLoadThreshold needs to be a double Summary: Change G1PeriodicGCSystemLoadThreshold to be a double to allow better granularity in determining idleness Reviewed-by: sjohanss, sangheki
Thu, 20 Dec 2018 17:07:07 +0000 8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode
aph [Thu, 20 Dec 2018 17:07:07 +0000] rev 53089
8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode Reviewed-by: aph, dpochepk Contributed-by: nick.gasson@arm.com
Thu, 20 Dec 2018 17:29:59 +0100 8215551: Missing case label in nmethod::reloc_string_for()
lucy [Thu, 20 Dec 2018 17:29:59 +0100] rev 53088
8215551: Missing case label in nmethod::reloc_string_for() Reviewed-by: kvn, mbaesken
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip