Wed, 09 Oct 2019 12:30:06 +0000 8230565: ZGC: Redesign C2 load barrier to expand on the MachNode level
eosterlund [Wed, 09 Oct 2019 12:30:06 +0000] rev 58516
8230565: ZGC: Redesign C2 load barrier to expand on the MachNode level Reviewed-by: pliden, stefank, neliasso Contributed-by: erik.osterlund@oracle.com, per.liden@oracle.com, stefan.karlsson@oracle.com, nils.eliasson@oracle.com
Tue, 08 Oct 2019 15:30:46 +0200 8232003: (fs) Files.write can leak file descriptor in the exception case
sgehwolf [Tue, 08 Oct 2019 15:30:46 +0200] rev 58515
8232003: (fs) Files.write can leak file descriptor in the exception case Summary: Be sure to close the leaked OutputStream in all cases Reviewed-by: alanb, bpb, clanger
Wed, 09 Oct 2019 10:15:58 +0000 8214560: Use {@systemProperty} for definitions of system properties (httpserver)
coffeys [Wed, 09 Oct 2019 10:15:58 +0000] rev 58514
8214560: Use {@systemProperty} for definitions of system properties (httpserver) Reviewed-by: dfuchs, coffeys, chegar Contributed-by: kiran.sidhartha.ravikumar@oracle.com
Wed, 09 Oct 2019 10:14:03 +0000 8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
coffeys [Wed, 09 Oct 2019 10:14:03 +0000] rev 58513
8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni Reviewed-by: alanb, coffeys, chegar Contributed-by: kiran.sidhartha.ravikumar@oracle.com
Tue, 08 Oct 2019 15:30:39 +0200 8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken
rrich [Tue, 08 Oct 2019 15:30:39 +0200] rev 58512
8230677: Should disable Escape Analysis if JVMTI capability can_get_owned_monitor_info was taken Reviewed-by: sspitsyn, dholmes, kvn
Wed, 09 Oct 2019 08:09:12 +0200 8231489: GC watermark_0_1 failed due to "metaspace.gc.Fault: GC has happened too rare"
pliden [Wed, 09 Oct 2019 08:09:12 +0200] rev 58511
8231489: GC watermark_0_1 failed due to "metaspace.gc.Fault: GC has happened too rare" Reviewed-by: tschatzl, sjohanss
Tue, 08 Oct 2019 15:27:13 -0700 8231368: Suppress warnings on non-serializable non-transient instance fields in java.security.jgss
darcy [Tue, 08 Oct 2019 15:27:13 -0700] rev 58510
8231368: Suppress warnings on non-serializable non-transient instance fields in java.security.jgss Reviewed-by: mullan, coffeys
Tue, 08 Oct 2019 17:30:48 -0400 8231737: Cleanup JvmtiRawMonitor code
dholmes [Tue, 08 Oct 2019 17:30:48 -0400] rev 58509
8231737: Cleanup JvmtiRawMonitor code Reviewed-by: sspitsyn, pliden, coleenp, dcubed
Tue, 08 Oct 2019 15:15:50 -0400 8231153: Improve concurrent refinement statistics
kbarrett [Tue, 08 Oct 2019 15:15:50 -0400] rev 58508
8231153: Improve concurrent refinement statistics 8043505: G1RemSet::_conc_refine_cards is incremented unsynchronized Summary: Added refinement rates and counts, removed _conc_refine_cards Reviewed-by: tschatzl, sjohanss
Tue, 08 Oct 2019 20:47:46 +0200 8232006: Remove dead code from klassVtable
redestad [Tue, 08 Oct 2019 20:47:46 +0200] rev 58507
8232006: Remove dead code from klassVtable Reviewed-by: coleenp, jiangli, lfoltan
Tue, 08 Oct 2019 11:18:00 -0700 8199136: Dead code in src/jdk.jcmd/share/classes/sun/tools/common/ProcessArgumentMatcher.java
dtitov [Tue, 08 Oct 2019 11:18:00 -0700] rev 58506
8199136: Dead code in src/jdk.jcmd/share/classes/sun/tools/common/ProcessArgumentMatcher.java Reviewed-by: dholmes, dtitov Contributed-by: mandrikov@gmail.com
Tue, 08 Oct 2019 13:18:40 -0400 8225681: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine fails due a) MT-unsafe modification of inline cache
coleenp [Tue, 08 Oct 2019 13:18:40 -0400] rev 58505
8225681: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine fails due a) MT-unsafe modification of inline cache Summary: allow old methods in CompiledStaticDirectCall::set_to_interpreted Reviewed-by: sspitsyn, eosterlund
Tue, 08 Oct 2019 09:39:10 -0700 8231666: ThreadIdTable::grow() invokes invalid thread transition
dtitov [Tue, 08 Oct 2019 09:39:10 -0700] rev 58504
8231666: ThreadIdTable::grow() invokes invalid thread transition Reviewed-by: dholmes, rehn
Tue, 08 Oct 2019 09:13:08 -0700 8170299: Debugger does not stop inside the low memory notifications code
dtitov [Tue, 08 Oct 2019 09:13:08 -0700] rev 58503
8170299: Debugger does not stop inside the low memory notifications code Reviewed-by: sspitsyn, dholmes
Tue, 08 Oct 2019 15:03:20 +0100 8222829: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative
pconcannon [Tue, 08 Oct 2019 15:03:20 +0100] rev 58502
8222829: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative Summary: Clarifies behaviour of setSoTimeout() method when given negative timeout value. Reviewed-by: alanb, chegar, dfuchs
Tue, 08 Oct 2019 14:56:46 +0100 8230946: Clarify security manager behaviour of a connected DatagramSocket and DatagramChannel
pconcannon [Tue, 08 Oct 2019 14:56:46 +0100] rev 58501
8230946: Clarify security manager behaviour of a connected DatagramSocket and DatagramChannel Summary: Update to API, to clarify that packets are dropped in the receive method of non-connected sockets if they fail the security manager checks Reviewed-by: alanb, chegar, dfuchs
Tue, 08 Oct 2019 15:43:38 +0200 8230162: ScopeImpl.remove() has O(N) performance
jlahoda [Tue, 08 Oct 2019 15:43:38 +0200] rev 58500
8230162: ScopeImpl.remove() has O(N) performance Reviewed-by: jlahoda Contributed-by: bcorso@google.com
Tue, 08 Oct 2019 15:48:36 +0200 8231993: Remove redundant pkg_str param from is_shared_class_visible_for_classloader
redestad [Tue, 08 Oct 2019 15:48:36 +0200] rev 58499
8231993: Remove redundant pkg_str param from is_shared_class_visible_for_classloader Reviewed-by: hseigel, coleenp
Tue, 08 Oct 2019 15:16:36 +0200 Improve logging for TestLargeRootSet.java JEP-349-branch
egahlin [Tue, 08 Oct 2019 15:16:36 +0200] rev 58498
Improve logging for TestLargeRootSet.java
Tue, 08 Oct 2019 15:08:59 +0200 8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah
shade [Tue, 08 Oct 2019 15:08:59 +0200] rev 58497
8231931: [TESTBUG] serviceability/sa/TestUniverse.java looks for wrong string with Shenandoah Reviewed-by: rkennke
Tue, 08 Oct 2019 10:58:36 +0100 8231921: (se) SelectorImpl.register does not need to set the attachment when it is null
alanb [Tue, 08 Oct 2019 10:58:36 +0100] rev 58496
8231921: (se) SelectorImpl.register does not need to set the attachment when it is null Reviewed-by: bpb
Tue, 08 Oct 2019 11:57:11 +0200 Merge JEP-349-branch
mgronlun [Tue, 08 Oct 2019 11:57:11 +0200] rev 58495
Merge
Mon, 07 Oct 2019 16:48:42 +0200 Merge default stuefe-new-metaspace-branch
stuefe [Mon, 07 Oct 2019 16:48:42 +0200] rev 58494
Merge default
Tue, 08 Oct 2019 10:24:22 +0200 8231355: Remove unused utility methods in libjava
redestad [Tue, 08 Oct 2019 10:24:22 +0200] rev 58493
8231355: Remove unused utility methods in libjava Reviewed-by: dholmes, jrose, alanb
Tue, 08 Oct 2019 09:33:57 +0200 8231753: use more Posix functionality in aix os::print_os_info
mbaesken [Tue, 08 Oct 2019 09:33:57 +0200] rev 58492
8231753: use more Posix functionality in aix os::print_os_info Reviewed-by: clanger, dholmes
Wed, 02 Oct 2019 10:01:18 +0200 8231751: on aix handle Power 9 in os::get_summary_cpu_info
mbaesken [Wed, 02 Oct 2019 10:01:18 +0200] rev 58491
8231751: on aix handle Power 9 in os::get_summary_cpu_info Reviewed-by: clanger, mdoerr
Mon, 07 Oct 2019 17:13:59 -0700 8231977: Discuss serializability of collections
smarks [Mon, 07 Oct 2019 17:13:59 -0700] rev 58490
8231977: Discuss serializability of collections Reviewed-by: darcy, plevart, chegar
Tue, 08 Oct 2019 00:01:20 +0000 8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4
valeriep [Tue, 08 Oct 2019 00:01:20 +0000] rev 58489
8229243: SunPKCS11-Solaris provider tests failing on Solaris 11.4 Summary: For CK_GCM_PARAMS, try the spec definition first before falling back to the header file definition Reviewed-by: xuelei
Mon, 07 Oct 2019 18:44:53 -0400 8231289: Disentangle JvmtiRawMonitor from ObjectMonitor and clean it up
dholmes [Mon, 07 Oct 2019 18:44:53 -0400] rev 58488
8231289: Disentangle JvmtiRawMonitor from ObjectMonitor and clean it up Reviewed-by: sspitsyn, dcubed, coleenp
Mon, 07 Oct 2019 13:56:11 -0700 8231902: Build of jdk.internal.vm.compiler.management/module-info.java.extra failed
dlong [Mon, 07 Oct 2019 13:56:11 -0700] rev 58487
8231902: Build of jdk.internal.vm.compiler.management/module-info.java.extra failed Reviewed-by: kvn, ihse, erikj
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip