Tue, 02 Jul 2019 12:24:26 +0200 8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
stefank [Tue, 02 Jul 2019 12:24:26 +0200] rev 55602
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap Reviewed-by: neliasso, eosterlund
Tue, 02 Jul 2019 12:10:18 +0200 8225770: ZGC: C2: Generates on_weak instead of on_strong barriers
stefank [Tue, 02 Jul 2019 12:10:18 +0200] rev 55601
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers Reviewed-by: neliasso, eosterlund
Wed, 03 Jul 2019 23:34:20 +0000 8227055: Minor edits to launcher help text
dholmes [Wed, 03 Jul 2019 23:34:20 +0000] rev 55600
8227055: Minor edits to launcher help text Reviewed-by: mchung
Thu, 04 Jul 2019 07:25:47 +0800 8226963: More clarification on possible sequencing error in GSSContext::unwrap
weijun [Thu, 04 Jul 2019 07:25:47 +0800] rev 55599
8226963: More clarification on possible sequencing error in GSSContext::unwrap Reviewed-by: mullan
Thu, 04 Jul 2019 07:25:11 +0800 8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC
weijun [Thu, 04 Jul 2019 07:25:11 +0800] rev 55598
8227061: KDC.java test behaves incorrectly when AS-REQ contains a PAData not PA-ENC-TS-ENC Reviewed-by: mullan
Fri, 05 Jul 2019 10:35:37 -0700 8227124: "could not open pipe" error does not report error details
amenkov [Fri, 05 Jul 2019 10:35:37 -0700] rev 55597
8227124: "could not open pipe" error does not report error details Reviewed-by: sspitsyn, cjplummer
Fri, 05 Jul 2019 13:40:29 +0200 8225239: Refactor NetworkInterface lookups
redestad [Fri, 05 Jul 2019 13:40:29 +0200] rev 55596
8225239: Refactor NetworkInterface lookups Reviewed-by: michaelm, dfuchs, chegar
Fri, 05 Jul 2019 12:55:54 +0300 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
vlivanov [Fri, 05 Jul 2019 12:55:54 +0300] rev 55595
8226409: Enable argument profiling for sun.misc.Unsafe.put*/get* Reviewed-by: kvn
Fri, 05 Jul 2019 11:07:09 +0200 8227039: Shenandoah: Aggressive heuristics for Traversal mode
rkennke [Fri, 05 Jul 2019 11:07:09 +0200] rev 55594
8227039: Shenandoah: Aggressive heuristics for Traversal mode Reviewed-by: shade
Thu, 04 Jul 2019 20:29:56 +0200 8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp
rkennke [Thu, 04 Jul 2019 20:29:56 +0200] rev 55593
8222079: Don't use memset to initialize fields decode_env constructor in disassembler.cpp Reviewed-by: dlong, stuefe, mdoerr
Thu, 04 Jul 2019 13:26:41 -0400 8226793: Replace OopStorage dup_name with os::strdup
kbarrett [Thu, 04 Jul 2019 13:26:41 -0400] rev 55592
8226793: Replace OopStorage dup_name with os::strdup Summary: Use os::strdup and os::free. Reviewed-by: tschatzl
Thu, 04 Jul 2019 17:02:19 +0200 8226823: Adjust BarrierSetC2 for C2 runtime calls
rkennke [Thu, 04 Jul 2019 17:02:19 +0200] rev 55591
8226823: Adjust BarrierSetC2 for C2 runtime calls Reviewed-by: neliasso, roland
Thu, 04 Jul 2019 17:02:17 +0200 8226822: GC interface for C1 runtime calls
rkennke [Thu, 04 Jul 2019 17:02:17 +0200] rev 55590
8226822: GC interface for C1 runtime calls Reviewed-by: neliasso, roland
Thu, 04 Jul 2019 16:51:24 +0200 8227010: Error recovery after local variable redeclaration can be improved
jlahoda [Thu, 04 Jul 2019 16:51:24 +0200] rev 55589
8227010: Error recovery after local variable redeclaration can be improved Summary: Entering duplicate local variables into the current scope so that the new variable is used instead of the previous variable. Reviewed-by: mcimadamore
Thu, 04 Jul 2019 15:00:03 +0200 8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run
redestad [Thu, 04 Jul 2019 15:00:03 +0200] rev 55588
8224657: [TESTBUG] java/util/Locale/SoftKeys.java should be ignored but run Reviewed-by: alanb
Thu, 04 Jul 2019 14:28:31 +0200 8226757: Shenandoah: Make traversal and passive modes explicit
rkennke [Thu, 04 Jul 2019 14:28:31 +0200] rev 55587
8226757: Shenandoah: Make traversal and passive modes explicit Reviewed-by: shade
Mon, 01 Jul 2019 16:28:17 +0200 8227032: MetaspaceUtils::print_report crashes when called before initialization
stuefe [Mon, 01 Jul 2019 16:28:17 +0200] rev 55586
8227032: MetaspaceUtils::print_report crashes when called before initialization Reviewed-by: tschatzl, goetz
Thu, 04 Jul 2019 11:55:00 +0200 8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
stuefe [Thu, 04 Jul 2019 11:55:00 +0200] rev 55585
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest Reviewed-by: goetz
Wed, 03 Jul 2019 13:34:10 +0200 8227171: provide function names in native stack trace on aix with xlc16
mbaesken [Wed, 03 Jul 2019 13:34:10 +0200] rev 55584
8227171: provide function names in native stack trace on aix with xlc16 Reviewed-by: stuefe
Thu, 04 Jul 2019 09:12:21 +0200 8227173: Minor cleanup of unused code in compile.hpp
thartmann [Thu, 04 Jul 2019 09:12:21 +0200] rev 55583
8227173: Minor cleanup of unused code in compile.hpp Summary: Removed unused code. Reviewed-by: kvn
Wed, 03 Jul 2019 16:29:20 -0700 8227202: clarify Class.isEnum() doc
darcy [Wed, 03 Jul 2019 16:29:20 -0700] rev 55582
8227202: clarify Class.isEnum() doc Reviewed-by: bpb
Wed, 03 Jul 2019 15:47:39 -0700 Merge
mikael [Wed, 03 Jul 2019 15:47:39 -0700] rev 55581
Merge
Wed, 03 Jul 2019 14:11:21 -0700 Added tag jdk-13+28 for changeset 1e95931e7d8f
mikael [Wed, 03 Jul 2019 14:11:21 -0700] rev 55580
Added tag jdk-13+28 for changeset 1e95931e7d8f
Wed, 03 Jul 2019 11:07:48 -0700 8226566: [JVMCI] java.* classes are no longer necessarily resolved by the boot class loader
dnsimon [Wed, 03 Jul 2019 11:07:48 -0700] rev 55579
8226566: [JVMCI] java.* classes are no longer necessarily resolved by the boot class loader Reviewed-by: kvn, dlong
Wed, 03 Jul 2019 14:37:19 -0700 8227080: (fs) Files.newInputStream(...).skip(n) is slow
bpb [Wed, 03 Jul 2019 14:37:19 -0700] rev 55578
8227080: (fs) Files.newInputStream(...).skip(n) is slow Reviewed-by: sbordet, rriggs, fweimer
Wed, 03 Jul 2019 14:18:15 -0700 Added tag jdk-14+4 for changeset 19d0b382f086
mikael [Wed, 03 Jul 2019 14:18:15 -0700] rev 55577
Added tag jdk-14+4 for changeset 19d0b382f086
Wed, 03 Jul 2019 15:46:48 -0400 8223575: add subspace transitions to gc+metaspace=info log lines
tonyp [Wed, 03 Jul 2019 15:46:48 -0400] rev 55576
8223575: add subspace transitions to gc+metaspace=info log lines Reviewed-by: stuefe, tschatzl
Wed, 03 Jul 2019 16:30:19 +0000 8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML
joehw [Wed, 03 Jul 2019 16:30:19 +0000] rev 55575
8223291: Whitespace is added to CDATA tags when using OutputKeys.INDENT to format XML Reviewed-by: dfuchs, lancea
Wed, 03 Jul 2019 17:52:56 +0200 8227199: Shenandoah: Remove superfluous calls to can_do_traversal_gc()
rkennke [Wed, 03 Jul 2019 17:52:56 +0200] rev 55574
8227199: Shenandoah: Remove superfluous calls to can_do_traversal_gc() Reviewed-by: shade
Wed, 03 Jul 2019 07:56:41 -0700 Merge
mikael [Wed, 03 Jul 2019 07:56:41 -0700] rev 55573
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip