Tue, 02 Jul 2019 10:28:20 +0200 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
stuefe [Tue, 02 Jul 2019 10:28:20 +0200] rev 55545
8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak Reviewed-by: stefank, coleenp
Tue, 02 Jul 2019 10:25:00 +0200 8227035: JVM::printFlags fails in native OOM situations
stuefe [Tue, 02 Jul 2019 10:25:00 +0200] rev 55544
8227035: JVM::printFlags fails in native OOM situations Reviewed-by: goetz, gziemski
Mon, 01 Jul 2019 17:08:04 -0700 Merge
mikael [Mon, 01 Jul 2019 17:08:04 -0700] rev 55543
Merge
Mon, 01 Jul 2019 11:40:34 -0700 8226603: accessibility issues in specs/jvmti.html
sspitsyn [Mon, 01 Jul 2019 11:40:34 -0700] rev 55542
8226603: accessibility issues in specs/jvmti.html Summary: Fix accessability issues in the JVMTI spec Reviewed-by: dholmes, amenkov
Mon, 01 Jul 2019 10:49:58 +0200 8226287: Make process_users_of_allocation handle gc barriers
neliasso [Mon, 01 Jul 2019 10:49:58 +0200] rev 55541
8226287: Make process_users_of_allocation handle gc barriers Reviewed-by: kvn, roland
Fri, 28 Jun 2019 21:41:04 -0700 8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box()
iveresov [Fri, 28 Jun 2019 21:41:04 -0700] rev 55540
8226778: [JVMCI] Handle unpacking properly in Deoptimiziation::get_cached_box() Summary: Properly decode StackValue on big-endian machines Reviewed-by: kvn
Mon, 01 Jul 2019 18:24:06 +0000 8215523: jstat reports incorrect values for OU for CMS GC
poonam [Mon, 01 Jul 2019 18:24:06 +0000] rev 55539
8215523: jstat reports incorrect values for OU for CMS GC Reviewed-by: tschatzl, sgehwolf
Mon, 01 Jul 2019 08:24:45 -0400 8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option
zgu [Mon, 01 Jul 2019 08:24:45 -0400] rev 55538
8226957: Shenandoah: Remove obsoleted ShenandoahStoreCheck option Reviewed-by: shade
Mon, 01 Jul 2019 12:16:58 +0200 8225344: Avoid VM_EnableBiasedLocking VM operation during bootstrap if BiasedLockingStartupDelay is 0
redestad [Mon, 01 Jul 2019 12:16:58 +0200] rev 55537
8225344: Avoid VM_EnableBiasedLocking VM operation during bootstrap if BiasedLockingStartupDelay is 0 Reviewed-by: dcubed, shade, dholmes
Mon, 01 Jul 2019 10:49:58 +0200 8226287: Make process_users_of_allocation handle gc barriers
neliasso [Mon, 01 Jul 2019 10:49:58 +0200] rev 55536
8226287: Make process_users_of_allocation handle gc barriers Reviewed-by: kvn, roland
Mon, 01 Jul 2019 12:50:34 +0800 8226967: Minimal VM: FALSE was not declared in this scope
aoqi [Mon, 01 Jul 2019 12:50:34 +0800] rev 55535
8226967: Minimal VM: FALSE was not declared in this scope Reviewed-by: dholmes
Sat, 29 Jun 2019 05:26:55 +0200 Merge
jwilhelm [Sat, 29 Jun 2019 05:26:55 +0200] rev 55534
Merge
Fri, 28 Jun 2019 16:06:44 -0700 8226917: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails on jvmti->InterruptThread (JVMTI_ERROR_THREAD_NOT_ALIVE)
sspitsyn [Fri, 28 Jun 2019 16:06:44 -0700] rev 55533
8226917: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails on jvmti->InterruptThread (JVMTI_ERROR_THREAD_NOT_ALIVE) Summary: Fix one more sync issue in the test Reviewed-by: dcubed, gadams, amenkov
Fri, 28 Jun 2019 16:50:14 -0400 8226533: JVMCI: findUniqueConcreteMethod should handle statically bindable methods directly
dlong [Fri, 28 Jun 2019 16:50:14 -0400] rev 55532
8226533: JVMCI: findUniqueConcreteMethod should handle statically bindable methods directly Reviewed-by: kvn, dlong Contributed-by: Doug Simon <doug.simon@oracle.com>
Fri, 28 Jun 2019 20:46:25 +0100 8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions
clanger [Fri, 28 Jun 2019 20:46:25 +0100] rev 55531
8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions Reviewed-by: naoto
Fri, 28 Jun 2019 19:36:32 +0000 8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
valeriep [Fri, 28 Jun 2019 19:36:32 +0000] rev 55530
8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect Summary: Fixed to get the MGF digest algorithm from MGF1ParameterSpec Reviewed-by: xuelei
Fri, 28 Jun 2019 08:48:17 -0700 8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
naoto [Fri, 28 Jun 2019 08:48:17 -0700] rev 55529
8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960 Reviewed-by: clanger
Thu, 27 Jun 2019 10:39:27 +0200 8226510: No compilation error when switch expression has no result expressions
jlahoda [Thu, 27 Jun 2019 10:39:27 +0200] rev 55528
8226510: No compilation error when switch expression has no result expressions Summary: Ensure a compile-time error is produced when there are no result expressions in an switch expression. Reviewed-by: vromero
Fri, 28 Jun 2019 05:29:54 +0800 8224650: Add tests to support X25519 and X448 in TLS
jjiang [Fri, 28 Jun 2019 05:29:54 +0800] rev 55527
8224650: Add tests to support X25519 and X448 in TLS Reviewed-by: xuelei
Fri, 28 Jun 2019 18:51:01 -0700 8226809: Circular reference in printed stack trace is not correctly indented & ambiguous
darcy [Fri, 28 Jun 2019 18:51:01 -0700] rev 55526
8226809: Circular reference in printed stack trace is not correctly indented & ambiguous Reviewed-by: bpb
Fri, 28 Jun 2019 13:02:18 -0700 8226706: (se) Reduce the number of outer loop iterations on Windows in java/nio/channels/Selector/RacyDeregister.java
bpb [Fri, 28 Jun 2019 13:02:18 -0700] rev 55525
8226706: (se) Reduce the number of outer loop iterations on Windows in java/nio/channels/Selector/RacyDeregister.java Reviewed-by: alanb
Fri, 28 Jun 2019 09:49:10 -0700 8211723: AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work
ccheung [Fri, 28 Jun 2019 09:49:10 -0700] rev 55524
8211723: AppCDS: referring to a jar file in any way other than exactly how it was done during dumping doesn't work Summary: Replaced os::file_name_strncmp() with os::same_files(). Reviewed-by: iklam, jiangli
Fri, 28 Jun 2019 18:01:36 +0200 8226878: zero crashes after JDK-8191278
aoqi [Fri, 28 Jun 2019 18:01:36 +0200] rev 55523
8226878: zero crashes after JDK-8191278 Reviewed-by: shade, jcm
Fri, 28 Jun 2019 15:58:10 +0100 8226514: Replace wildcard address with loopback or local host in tests - part 14
dfuchs [Fri, 28 Jun 2019 15:58:10 +0100] rev 55522
8226514: Replace wildcard address with loopback or local host in tests - part 14 Summary: Improve test stabilty by getting rid of the wildcard address whenever possible. Reviewed-by: chegar, vtewari
Fri, 28 Jun 2019 17:10:22 +0300 8223173: Implement fast class initialization checks on AARCH64
dpochepk [Fri, 28 Jun 2019 17:10:22 +0300] rev 55521
8223173: Implement fast class initialization checks on AARCH64 Reviewed-by: aph
Fri, 28 Jun 2019 11:26:07 +0100 8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests
michaelm [Fri, 28 Jun 2019 11:26:07 +0100] rev 55520
8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests Reviewed-by: chegar, dfuchs
Fri, 28 Jun 2019 09:12:49 +0200 8226879: Memory leak in Type::hashcons
thartmann [Fri, 28 Jun 2019 09:12:49 +0200] rev 55519
8226879: Memory leak in Type::hashcons Summary: Call delete on xdual type. Reviewed-by: kvn
Thu, 27 Jun 2019 22:03:19 +0200 Merge
jwilhelm [Thu, 27 Jun 2019 22:03:19 +0200] rev 55518
Merge
Thu, 27 Jun 2019 12:55:55 -0700 8226783: GTK is not being returned as the System L&F on Gnome
prr [Thu, 27 Jun 2019 12:55:55 -0700] rev 55517
8226783: GTK is not being returned as the System L&F on Gnome Reviewed-by: serb, psadhukhan
Thu, 27 Jun 2019 00:51:04 -0700 8226608: Hide the onjcmd option from the help output
rschmelter [Thu, 27 Jun 2019 00:51:04 -0700] rev 55516
8226608: Hide the onjcmd option from the help output Reviewed-by: sspitsyn, clanger
Thu, 27 Jun 2019 03:13:54 +0200 Added tag jdk-13+27 for changeset b7f68ddec66f
jwilhelm [Thu, 27 Jun 2019 03:13:54 +0200] rev 55515
Added tag jdk-13+27 for changeset b7f68ddec66f
Wed, 26 Jun 2019 18:22:28 +0200 8225702: Safepoint counter can't be used for safepoint detection
rehn [Wed, 26 Jun 2019 18:22:28 +0200] rev 55514
8225702: Safepoint counter can't be used for safepoint detection Reviewed-by: dcubed, dholmes
Thu, 27 Jun 2019 11:40:18 -0400 8225437: JvmtiExport::gc_epilogue is unnecessary
coleenp [Thu, 27 Jun 2019 11:40:18 -0400] rev 55513
8225437: JvmtiExport::gc_epilogue is unnecessary Summary: Remove jvmtiExport::gc_epilogue after full GCs Reviewed-by: dholmes, sspitsyn, dlong
Thu, 27 Jun 2019 16:12:39 +0100 8226825: Replace wildcard address with loopback or local host in tests - part 19
dfuchs [Thu, 27 Jun 2019 16:12:39 +0100] rev 55512
8226825: Replace wildcard address with loopback or local host in tests - part 19 Summary: Replace use of wildcard by the loopback address, or possibly the local host address, wherever possible, to improve test stability. Reviewed-by: chegar, bpb Contributed-by: julia.boes@oracle.com
Thu, 27 Jun 2019 18:00:54 +0800 8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278
aoqi [Thu, 27 Jun 2019 18:00:54 +0800] rev 55511
8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278 Reviewed-by: shade
Thu, 27 Jun 2019 11:48:32 +0200 8213108: Improve work distribution during remembered set scan
tschatzl [Thu, 27 Jun 2019 11:48:32 +0200] rev 55510
8213108: Improve work distribution during remembered set scan Summary: Before scanning the heap for roots into the collection set, merge them into a single remembered set (card table) and do work distribution based on location like other collectors do. Reviewed-by: kbarrett, lkorinth
Thu, 27 Jun 2019 03:33:44 +0200 8225497: Update Graal
jwilhelm [Thu, 27 Jun 2019 03:33:44 +0200] rev 55509
8225497: Update Graal Reviewed-by: kvn
Thu, 27 Jun 2019 03:10:52 +0200 Added tag jdk-14+3 for changeset e64383344f14
jwilhelm [Thu, 27 Jun 2019 03:10:52 +0200] rev 55508
Added tag jdk-14+3 for changeset e64383344f14
Wed, 26 Jun 2019 17:06:43 -0700 8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count
igerasim [Wed, 26 Jun 2019 17:06:43 -0700] rev 55507
8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count Reviewed-by: bpb
Wed, 26 Jun 2019 22:16:00 +0200 Merge
jwilhelm [Wed, 26 Jun 2019 22:16:00 +0200] rev 55506
Merge
Wed, 26 Jun 2019 11:25:51 -0400 8224764: Create jtreg test for JDK-8222252
bobv [Wed, 26 Jun 2019 11:25:51 -0400] rev 55505
8224764: Create jtreg test for JDK-8222252 Reviewed-by: tschatzl
Tue, 25 Jun 2019 10:50:59 +0100 8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at jdk-13+27
smonteith [Tue, 25 Jun 2019 10:50:59 +0100] rev 55504
8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at Reviewed-by: aph
Wed, 26 Jun 2019 01:15:51 +0000 8226607: Inconsistent info between pcsclite.md and MUSCLE headers
valeriep [Wed, 26 Jun 2019 01:15:51 +0000] rev 55503
8226607: Inconsistent info between pcsclite.md and MUSCLE headers Summary: Updated the info based on MUSCLE v1.8.24 Reviewed-by: ascarpino
Tue, 25 Jun 2019 18:21:21 -0400 8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
vromero [Tue, 25 Jun 2019 18:21:21 -0400] rev 55502
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification Reviewed-by: mchung, mcimadamore
Tue, 25 Jun 2019 09:41:03 -0700 8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
ccheung [Tue, 25 Jun 2019 09:41:03 -0700] rev 55501
8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive Summary: Add a CDS log statement in arguments.cpp. The test catches RuntimeException duing dumping and checks if the log statement is in the stdout. Reviewed-by: iklam, dholmes
Tue, 25 Jun 2019 16:34:08 +0100 8226730: Missing `@` in code tags
aefimov [Tue, 25 Jun 2019 16:34:08 +0100] rev 55500
8226730: Missing `@` in code tags Reviewed-by: bpb Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Mon, 24 Jun 2019 22:38:17 -0400 8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
dcubed [Mon, 24 Jun 2019 22:38:17 -0400] rev 55499
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes Reviewed-by: dholmes, rehn, dlong
Wed, 26 Jun 2019 13:18:38 -0400 8225255: Make SATB qset lock-free jdk-14+3
kbarrett [Wed, 26 Jun 2019 13:18:38 -0400] rev 55498
8225255: Make SATB qset lock-free Summary: Refactor PtrQueueSet, use lock-free stack for SATB completed buffers Reviewed-by: tschatzl, shade
Wed, 26 Jun 2019 09:06:32 -0400 8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
hseigel [Wed, 26 Jun 2019 09:06:32 -0400] rev 55497
8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo Summary: Add JTReg compatible main programs to run tests for various invoke* instructions Reviewed-by: lfoltan, coleenp
Wed, 26 Jun 2019 05:49:59 +0000 8224157: BCEL: update to version 6.3.1
joehw [Wed, 26 Jun 2019 05:49:59 +0000] rev 55496
8224157: BCEL: update to version 6.3.1 Reviewed-by: dfuchs, lancea
Tue, 25 Jun 2019 18:46:51 -0700 8226785: MandatoryWarningHandler.java contains implementation of Objects.equals functionality
darcy [Tue, 25 Jun 2019 18:46:51 -0700] rev 55495
8226785: MandatoryWarningHandler.java contains implementation of Objects.equals functionality Reviewed-by: jjg
Tue, 25 Jun 2019 18:20:21 -0700 8224849: Flag (?U:...) is allowed for non-capturing groups
igerasim [Tue, 25 Jun 2019 18:20:21 -0700] rev 55494
8224849: Flag (?U:...) is allowed for non-capturing groups Reviewed-by: bchristi
Tue, 25 Jun 2019 17:27:31 -0700 8226543: Reduce GC pressure during message digest calculations in password-based encryption
igerasim [Tue, 25 Jun 2019 17:27:31 -0700] rev 55493
8226543: Reduce GC pressure during message digest calculations in password-based encryption Reviewed-by: mullan
Tue, 25 Jun 2019 21:33:24 +0000 8226607: Inconsistent info between pcsclite.md and MUSCLE headers
valeriep [Tue, 25 Jun 2019 21:33:24 +0000] rev 55492
8226607: Inconsistent info between pcsclite.md and MUSCLE headers Summary: Updated the info based on MUSCLE v1.8.24 Reviewed-by: ascarpino
Tue, 25 Jun 2019 21:24:37 +0200 8225644: C1 dumps incorrect class name in ClassCastException message
bsrbnd [Tue, 25 Jun 2019 21:24:37 +0200] rev 55491
8225644: C1 dumps incorrect class name in ClassCastException message Reviewed-by: vlivanov, bsrbnd Contributed-by: fujie@loongson.cn, bsrbnd@gmail.com
Mon, 24 Jun 2019 11:37:56 -0700 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm [Mon, 24 Jun 2019 11:37:56 -0700] rev 55490
8191278: MappedByteBuffer bulk access memory failures are not handled gracefully Summary: Unsafe.copy*Memory access failures are handled gracefully. Reviewed-by: kvn, dcubed, thartmann, coleenp, aph Contributed-by: harold.seigel@oracle.com, jamsheed.c.m@oracle.com
Thu, 20 Jun 2019 14:09:22 +0100 8226468: [aix] loadquery failed error message displayed
sgroeger [Thu, 20 Jun 2019 14:09:22 +0100] rev 55489
8226468: [aix] loadquery failed error message displayed Reviewed-by: stuefe, mbaesken
Tue, 25 Jun 2019 14:36:31 +0200 Merge
jwilhelm [Tue, 25 Jun 2019 14:36:31 +0200] rev 55488
Merge
Mon, 24 Jun 2019 18:51:54 -0400 8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails
dlong [Mon, 24 Jun 2019 18:51:54 -0400] rev 55487
8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails Reviewed-by: kvn, never
Mon, 24 Jun 2019 13:40:23 -0700 8226628: The copyright footer should be enclosed in <footer>
jjg [Mon, 24 Jun 2019 13:40:23 -0700] rev 55486
8226628: The copyright footer should be enclosed in <footer> Reviewed-by: iris, lancea
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip