dcubed [Mon, 08 Jul 2019 12:14:15 -0400] rev 55609
Merge
dcubed [Mon, 08 Jul 2019 11:38:49 -0400] rev 55608
8227117: normal interpreter table is not restored after single stepping with TLH
Reviewed-by: sspitsyn, eosterlund, dholmes, coleenp
tschatzl [Mon, 08 Jul 2019 09:24:40 +0200] rev 55607
8224741: Optimize the scan area during the Scan Heap Roots phase
Summary: When scanning card blocks, remember the last address already scanned. Continue scanning from this address.
Reviewed-by: kbarrett, lkorinth
shade [Fri, 05 Jul 2019 23:31:32 +0200] rev 55606
8227327: Shenandoah: Faster and more parallel tests
Reviewed-by: rkennke
mikael [Fri, 05 Jul 2019 11:01:31 -0700] rev 55605
Merge
jcm [Fri, 05 Jul 2019 00:24:54 -0700] rev 55604
8226627: assert(t->singleton()) failed: must be a constant
Summary: Implemented constant folding for MaxFD, MinFD.
Reviewed-by: thartmann, bsrbnd, pli
stefank [Mon, 10 Jun 2019 13:04:12 +0200] rev 55603
8227175: ZGC: ZHeapIterator visits potentially dead objects
Reviewed-by: zgu, eosterlund
stefank [Tue, 02 Jul 2019 12:24:26 +0200] rev 55602
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
Reviewed-by: neliasso, eosterlund
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
dholmes [Wed, 03 Jul 2019 23:34:20 +0000] rev 55600
8227055: Minor edits to launcher help text
Reviewed-by: mchung
weijun [Thu, 04 Jul 2019 07:25:47 +0800] rev 55599
8226963: More clarification on possible sequencing error in GSSContext::unwrap
Reviewed-by: mullan
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
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
redestad [Fri, 05 Jul 2019 13:40:29 +0200] rev 55596
8225239: Refactor NetworkInterface lookups
Reviewed-by: michaelm, dfuchs, chegar
vlivanov [Fri, 05 Jul 2019 12:55:54 +0300] rev 55595
8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
Reviewed-by: kvn
rkennke [Fri, 05 Jul 2019 11:07:09 +0200] rev 55594
8227039: Shenandoah: Aggressive heuristics for Traversal mode
Reviewed-by: shade
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
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
rkennke [Thu, 04 Jul 2019 17:02:19 +0200] rev 55591
8226823: Adjust BarrierSetC2 for C2 runtime calls
Reviewed-by: neliasso, roland
rkennke [Thu, 04 Jul 2019 17:02:17 +0200] rev 55590
8226822: GC interface for C1 runtime calls
Reviewed-by: neliasso, roland
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
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
rkennke [Thu, 04 Jul 2019 14:28:31 +0200] rev 55587
8226757: Shenandoah: Make traversal and passive modes explicit
Reviewed-by: shade
stuefe [Mon, 01 Jul 2019 16:28:17 +0200] rev 55586
8227032: MetaspaceUtils::print_report crashes when called before initialization
Reviewed-by: tschatzl, goetz
stuefe [Thu, 04 Jul 2019 11:55:00 +0200] rev 55585
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
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
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
darcy [Wed, 03 Jul 2019 16:29:20 -0700] rev 55582
8227202: clarify Class.isEnum() doc
Reviewed-by: bpb
mikael [Wed, 03 Jul 2019 15:47:39 -0700] rev 55581
Merge
mikael [Wed, 03 Jul 2019 14:11:21 -0700] rev 55580
Added tag jdk-13+28 for changeset 1e95931e7d8f
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
bpb [Wed, 03 Jul 2019 14:37:19 -0700] rev 55578
8227080: (fs) Files.newInputStream(...).skip(n) is slow
Reviewed-by: sbordet, rriggs, fweimer
mikael [Wed, 03 Jul 2019 14:18:15 -0700] rev 55577
Added tag jdk-14+4 for changeset 19d0b382f086
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
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
rkennke [Wed, 03 Jul 2019 17:52:56 +0200] rev 55574
8227199: Shenandoah: Remove superfluous calls to can_do_traversal_gc()
Reviewed-by: shade
mikael [Wed, 03 Jul 2019 07:56:41 -0700] rev 55573
Merge
shade [Thu, 13 Jun 2019 19:37:49 +0200] rev 55572
8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
Reviewed-by: rkennke, zgu
mgronlun [Wed, 03 Jul 2019 11:34:46 +0200] rev 55571
8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
Reviewed-by: egahlin, rwestberg
weijun [Wed, 03 Jul 2019 11:43:01 +0800] rev 55570
8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message"
Reviewed-by: xuelei
kbarrett [Tue, 02 Jul 2019 18:24:47 -0400] rev 55569
8226366: Excessive ServiceThread wakeups for OopStorage cleanup
Summary: Drive wakes via safepoint cleanups with interval minimums.
Reviewed-by: coleenp, tschatzl
sspitsyn [Tue, 02 Jul 2019 14:02:32 -0700] rev 55568
8226596: Accessibility errors in jdwp-protocol.html
Summary: Fix accessability issues in the JDWP spec
Reviewed-by: amenkov, dholmes
iignatyev [Tue, 02 Jul 2019 13:55:21 -0700] rev 55567
8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs
Reviewed-by: kvn
amenkov [Tue, 02 Jul 2019 12:36:31 -0700] rev 55566
8225679: reference to http://java.sun.com/products/JavaManagement/download.html
Reviewed-by: sspitsyn
mgronlun [Tue, 02 Jul 2019 17:46:38 +0200] rev 55565
8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
Reviewed-by: egahlin, rwestberg
mgronlun [Tue, 02 Jul 2019 14:31:43 +0200] rev 55564
8225706: JFR RootResolver resets CLD claims with no restore
Reviewed-by: zgu, egahlin
eosterlund [Tue, 02 Jul 2019 11:33:05 +0200] rev 55563
8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers
Reviewed-by: neliasso, pliden
Contributed-by: erik.osterlund@oracle.com, stuart.monteith@linaro.org
eosterlund [Tue, 02 Jul 2019 11:33:01 +0200] rev 55562
8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading
Reviewed-by: tschatzl, kvn
jlahoda [Tue, 02 Jul 2019 09:14:51 +0200] rev 55561
8226522: No compilation error reported when yield is used in incorrect context
Reviewed-by: mcimadamore
rschmelter [Fri, 24 May 2019 04:18:18 -0700] rev 55560
8224673: Adjust permission for delayed starting of debugging
Summary: Changed permission from monitor to control
Reviewed-by: sspitsyn, clanger
phedlin [Tue, 25 Jun 2019 11:43:36 +0200] rev 55559
8225475: Node budget asserts on x86_32/64
Summary: Make the (ad-hoc) loop cloning size estimate more pessimistic.
Reviewed-by: shade
mbaesken [Fri, 28 Jun 2019 13:16:11 +0200] rev 55558
8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
Reviewed-by: sspitsyn
poonam [Wed, 03 Jul 2019 14:33:40 +0000] rev 55557
8227178: Backout of 8215523
Reviewed-by: tschatzl
mbaesken [Tue, 02 Jul 2019 13:45:08 +0200] rev 55556
8226238: Improve error output and fix elf issues in os::dll_load
Reviewed-by: clanger, mdoerr
stefank [Tue, 02 Jul 2019 12:24:28 +0200] rev 55555
8227085: ZGC: Add on_weak load barrier verification
Reviewed-by: eosterlund
stefank [Tue, 02 Jul 2019 12:24:26 +0200] rev 55554
8227083: ZGC: C2: Generates on_weak barrier for WeakCompareAndSwap
Reviewed-by: neliasso, eosterlund