Tue, 09 Jul 2019 15:42:44 -0700 8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
jbhateja [Tue, 09 Jul 2019 15:42:44 -0700] rev 55632
8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15 Reviewed-by: thartmann, vlivanov, ctornqvi, bsrbnd
Tue, 09 Jul 2019 14:59:12 -0700 8227034: Graal crash with gcbasher
never [Tue, 09 Jul 2019 14:59:12 -0700] rev 55631
8227034: Graal crash with gcbasher Summary: Adjust Graal's registers declaration for String intrinisics. Reviewed-by: dlong, dnsimon, kvn
Tue, 09 Jul 2019 13:46:39 -0400 8227237: [Graal] org.graalvm.compiler.api.directives.test.ProbabilityDirectiveTest fails with -Xcomp
dlong [Tue, 09 Jul 2019 13:46:39 -0400] rev 55630
8227237: [Graal] org.graalvm.compiler.api.directives.test.ProbabilityDirectiveTest fails with -Xcomp Reviewed-by: kvn
Tue, 09 Jul 2019 16:39:41 +0200 8224531: SEGV while collecting Klass statistics
eosterlund [Tue, 09 Jul 2019 16:39:41 +0200] rev 55629
8224531: SEGV while collecting Klass statistics Reviewed-by: coleenp, kbarrett, tschatzl
Tue, 09 Jul 2019 16:39:37 +0200 8227277: HeapInspection::find_instances_at_safepoint walks dead objects
eosterlund [Tue, 09 Jul 2019 16:39:37 +0200] rev 55628
8227277: HeapInspection::find_instances_at_safepoint walks dead objects Reviewed-by: dholmes, kbarrett, tschatzl, coleenp
Tue, 09 Jul 2019 08:05:38 -0700 8227127: Era designator not displayed correctly using the COMPAT provider
naoto [Tue, 09 Jul 2019 08:05:38 -0700] rev 55627
8227127: Era designator not displayed correctly using the COMPAT provider Reviewed-by: rriggs
Tue, 09 Jul 2019 15:02:28 -0700 8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
jbhateja [Tue, 09 Jul 2019 15:02:28 -0700] rev 55626
8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15 Reviewed-by: thartmann, vlivanov, ctornqvi, bsrbnd
Tue, 09 Jul 2019 14:38:48 -0400 8191890: Biased locking still uses the inferior stop the world safepoint for revocation
pchilanomate [Tue, 09 Jul 2019 14:38:48 -0400] rev 55625
8191890: Biased locking still uses the inferior stop the world safepoint for revocation Summary: Revocations are now executed with thread local handshakes instead of safepoints Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
Tue, 09 Jul 2019 10:27:38 -0700 8225035: Thread stack size issue caused by large TLS size
jiangli [Tue, 09 Jul 2019 10:27:38 -0700] rev 55624
8225035: Thread stack size issue caused by large TLS size Summary: Adjust thread stack size for static TLS on Linux when AdjustStackSizeForTLS is enabled. Reviewed-by: dholmes, fweimer, stuefe, rriggs, martin Contributed-by: jeremymanson@google.com, fweimer@redhat.com, jianglizhou@google.com
Mon, 08 Jul 2019 13:29:02 +0200 8227389: Remove unsupported xlc16 compile options on aix
mbaesken [Mon, 08 Jul 2019 13:29:02 +0200] rev 55623
8227389: Remove unsupported xlc16 compile options on aix Reviewed-by: clanger, mdoerr
Tue, 09 Jul 2019 09:20:04 +0200 8223443: Calling Trees.getScope early changes names of local/anonymous classes
jlahoda [Tue, 09 Jul 2019 09:20:04 +0200] rev 55622
8223443: Calling Trees.getScope early changes names of local/anonymous classes Summary: Ensure Trees.getScope does not affect the rest of the compilation. Reviewed-by: mcimadamore
Mon, 08 Jul 2019 16:20:40 -0700 Merge
mikael [Mon, 08 Jul 2019 16:20:40 -0700] rev 55621
Merge
Mon, 08 Jul 2019 12:16:13 -0400 Merge
dcubed [Mon, 08 Jul 2019 12:16:13 -0400] rev 55620
Merge
Mon, 08 Jul 2019 04:01:54 -0700 8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics
jcm [Mon, 08 Jul 2019 04:01:54 -0700] rev 55619
8221577: [Graal] Implement basic type consistency checks for Low level MH intrinsics Reviewed-by: kvn
Mon, 08 Jul 2019 10:56:05 +0200 8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837
mdoerr [Mon, 08 Jul 2019 10:56:05 +0200] rev 55618
8226302: Test failures on IBM platforms (power and s/390) after JDK-8223837 Summary: Adjust heap size values for 32M heap aligment (page size 64k) Reviewed-by: goetz, rschmelter, tschatzl
Sun, 07 Jul 2019 18:27:38 -0700 8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode
never [Sun, 07 Jul 2019 18:27:38 -0700] rev 55617
8221514: [Graal] java/lang/String/CompactString/ tests fail with "GraalError: failed guarantee: no FrameState at DeoptimizingNode" in Graal -Xcomp mode Summary: Put FrameState directly on final StateSplit in intrinsics. Reviewed-by: thartmann, kvn, dnsimon, gdub
Sun, 07 Jul 2019 18:17:46 -0700 8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently
yzheng [Sun, 07 Jul 2019 18:17:46 -0700] rev 55616
8224254: compiler/graalunit/HotspotJdk9Test.java is timing out intermittently Reviewed-by: kvn, thartmann
Sun, 07 Jul 2019 18:10:18 -0700 8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48
kvn [Sun, 07 Jul 2019 18:10:18 -0700] rev 55615
8225064: [Graal] Application SEGV in G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, oopDesc*, markOopDesc*)+0x48 Summary: switch off ReduceInitialCardMarks optimization in Graal in JDK 13 (full fix is in JDK 14) Reviewed-by: thartmann, never
Sun, 07 Jul 2019 10:52:30 -0700 8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie
avu [Sun, 07 Jul 2019 10:52:30 -0700] rev 55614
8226654: Some swing gtk regression tests fail with "java.lang.InternalError: Unable to load native GTK librarie Reviewed-by: prr, psadhukhan
Sat, 06 Jul 2019 08:11:19 +0800 8227305: Krb5Util::getTicketFromSubjectAndTgs is useless
weijun [Sat, 06 Jul 2019 08:11:19 +0800] rev 55613
8227305: Krb5Util::getTicketFromSubjectAndTgs is useless Reviewed-by: xuelei
Mon, 08 Jul 2019 18:30:09 -0400 Merge
ecaspole [Mon, 08 Jul 2019 18:30:09 -0400] rev 55612
Merge
Mon, 08 Jul 2019 17:57:33 -0400 8225626: JMH Test Support for JDK-8222074
ecaspole [Mon, 08 Jul 2019 17:57:33 -0400] rev 55611
8225626: JMH Test Support for JDK-8222074 Summary: Micros for new SuperWord optimizations Reviewed-by: vlivanov, ecaspole Contributed-by: shravya.rukmannagari@intel.com
Mon, 08 Jul 2019 17:24:21 -0400 8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out
kbarrett [Mon, 08 Jul 2019 17:24:21 -0400] rev 55610
8217170: gc/arguments/TestUseCompressedOopsErgo.java timed out Summary: Disable ZapUnusedHeapArea and VerifyBeforeExit for gc/arguments tests. Reviewed-by: tschatzl, tonyp
Mon, 08 Jul 2019 12:14:15 -0400 Merge
dcubed [Mon, 08 Jul 2019 12:14:15 -0400] rev 55609
Merge
Mon, 08 Jul 2019 11:38:49 -0400 8227117: normal interpreter table is not restored after single stepping with TLH
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
Mon, 08 Jul 2019 09:24:40 +0200 8224741: Optimize the scan area during the Scan Heap Roots phase
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
Fri, 05 Jul 2019 23:31:32 +0200 8227327: Shenandoah: Faster and more parallel tests
shade [Fri, 05 Jul 2019 23:31:32 +0200] rev 55606
8227327: Shenandoah: Faster and more parallel tests Reviewed-by: rkennke
Fri, 05 Jul 2019 11:01:31 -0700 Merge
mikael [Fri, 05 Jul 2019 11:01:31 -0700] rev 55605
Merge
Fri, 05 Jul 2019 00:24:54 -0700 8226627: assert(t->singleton()) failed: must be a constant
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
Mon, 10 Jun 2019 13:04:12 +0200 8227175: ZGC: ZHeapIterator visits potentially dead objects
stefank [Mon, 10 Jun 2019 13:04:12 +0200] rev 55603
8227175: ZGC: ZHeapIterator visits potentially dead objects Reviewed-by: zgu, eosterlund
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
Thu, 13 Jun 2019 19:37:49 +0200 8224881: Shenandoah: trashing "Collection Set, Pinned" region during Degenerated GC
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
Wed, 03 Jul 2019 11:34:46 +0200 8214542: JFR: Old Object Sample event slow on a deep heap in debug builds
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
Wed, 03 Jul 2019 11:43:01 +0800 8226719: Kerberos login to Windows 2000 failed with "Inappropriate type of checksum in message" jdk-13+28
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
Tue, 02 Jul 2019 18:24:47 -0400 8226366: Excessive ServiceThread wakeups for OopStorage cleanup
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
Tue, 02 Jul 2019 14:02:32 -0700 8226596: Accessibility errors in jdwp-protocol.html
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
Tue, 02 Jul 2019 13:55:21 -0700 8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs
iignatyev [Tue, 02 Jul 2019 13:55:21 -0700] rev 55567
8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs Reviewed-by: kvn
Tue, 02 Jul 2019 12:36:31 -0700 8225679: reference to http://java.sun.com/products/JavaManagement/download.html
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
Tue, 02 Jul 2019 17:46:38 +0200 8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
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
Tue, 02 Jul 2019 14:31:43 +0200 8225706: JFR RootResolver resets CLD claims with no restore
mgronlun [Tue, 02 Jul 2019 14:31:43 +0200] rev 55564
8225706: JFR RootResolver resets CLD claims with no restore Reviewed-by: zgu, egahlin
Tue, 02 Jul 2019 11:33:05 +0200 8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers
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
Tue, 02 Jul 2019 11:33:01 +0200 8219687: G1 asserts nmethod should not be unloaded during parallel code cache unloading
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
Tue, 02 Jul 2019 09:14:51 +0200 8226522: No compilation error reported when yield is used in incorrect context
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
Fri, 24 May 2019 04:18:18 -0700 8224673: Adjust permission for delayed starting of debugging
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
Tue, 25 Jun 2019 11:43:36 +0200 8225475: Node budget asserts on x86_32/64
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
Fri, 28 Jun 2019 13:16:11 +0200 8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
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
Wed, 03 Jul 2019 14:33:40 +0000 8227178: Backout of 8215523
poonam [Wed, 03 Jul 2019 14:33:40 +0000] rev 55557
8227178: Backout of 8215523 Reviewed-by: tschatzl
Tue, 02 Jul 2019 13:45:08 +0200 8226238: Improve error output and fix elf issues in os::dll_load jdk-14+4
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
Tue, 02 Jul 2019 12:24:28 +0200 8227085: ZGC: Add on_weak load barrier verification
stefank [Tue, 02 Jul 2019 12:24:28 +0200] rev 55555
8227085: ZGC: Add on_weak load barrier verification Reviewed-by: eosterlund
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 55554
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 55553
8225770: ZGC: C2: Generates on_weak instead of on_strong barriers Reviewed-by: neliasso, eosterlund
Tue, 02 Jul 2019 13:20:27 -0400 8226956: Add invocation tests for Graal and C1
hseigel [Tue, 02 Jul 2019 13:20:27 -0400] rev 55552
8226956: Add invocation tests for Graal and C1 Summary: Add new tests for these JIT's Reviewed-by: lfoltan, coleenp
Tue, 02 Jul 2019 16:55:22 +0100 Merge
aph [Tue, 02 Jul 2019 16:55:22 +0100] rev 55551
Merge
Tue, 02 Jul 2019 16:54:52 +0100 8226525: HotSpot compile-time error for x86-32
aph [Tue, 02 Jul 2019 16:54:52 +0100] rev 55550
8226525: HotSpot compile-time error for x86-32 Reviewed-by: shade
Tue, 02 Jul 2019 11:07:40 +0530 8226976: SessionTimeOutTests uses == operator for String value check
jpai [Tue, 02 Jul 2019 11:07:40 +0530] rev 55549
8226976: SessionTimeOutTests uses == operator for String value check Summary: Use String.equals() instead of == operator Reviewed-by: xuelei
Tue, 02 Jul 2019 08:32:33 -0700 8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently
bpb [Tue, 02 Jul 2019 08:32:33 -0700] rev 55548
8224480: (fc) java/nio/channels/FileChannel/MapTest.java fails intermittently Reviewed-by: lancea, alanb
Tue, 02 Jul 2019 10:21:23 -0400 8227101: Shenandoah: Use ShenandoahSharedFlag for claimed flag in ShenandoahSerialRoot
zgu [Tue, 02 Jul 2019 10:21:23 -0400] rev 55547
8227101: Shenandoah: Use ShenandoahSharedFlag for claimed flag in ShenandoahSerialRoot Reviewed-by: shade
Tue, 02 Jul 2019 13:25:51 +0100 8226602: Test convenience reactive primitives from java.net.http with RS TCK
prappo [Tue, 02 Jul 2019 13:25:51 +0100] rev 55546
8226602: Test convenience reactive primitives from java.net.http with RS TCK Reviewed-by: chegar, dfuchs
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
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip