Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8238355

Update Graal

XMLWordPrintable

    • b12

      02d28192359 Mon Feb 17 19:18:33 2020 +0000 Stefan Anzinger [GR-20545] IndexedValueMap: Do not extend array when out of bounds is set to null.
      a6c38f42ddb Mon Feb 17 12:29:38 2020 +0000 Yudi Zheng [GR-21251] Re-compute cfg if the node number does not match.
      8b4d0ec3e65 Mon Feb 17 09:36:22 2020 +0000 Jaroslav Tulach [GR-19550] Using LambdaUtils to create stable lambda classnames in the PGO dumps.
      3882fe09622 Fri Feb 14 07:04:03 2020 +0000 Tom Rodriguez [GR-14556] Allocation lowering changes.
      748ed244baf Thu Feb 13 16:32:11 2020 +0000 Stefan Anzinger [GR-20545] Reduce memory usage in MarkBasePointersPhase on JDK11.
      801da1d9133 Wed Feb 12 16:30:13 2020 +0000 Yudi Zheng [GR-19383] Disable exception intercepting in CompileTheWorldTest.
      2f327604150 Fri Feb 7 19:45:01 2020 +0000 David Leopoldseder [GR-18588] Read Elimination API Cleanups.
      2c3c5bb1832 Fri Feb 7 10:31:38 2020 +0000 David Leopoldseder [GR-20682] Code refactorings in the memory subsystem code.
      3c4b053d937 Thu Feb 6 05:24:44 2020 +0000 Tom Rodriguez [GR-21061] Correct register usage in AMD64HotSpotDeoptimizeWithExceptionCallerOp.
      c6537b12d96 Tue Feb 4 12:49:02 2020 +0000 Doug Simon [GR-20969] Fixing debug usage performance defect in GraalDebugHandlersFactory.
      db75180cff0 Mon Feb 3 18:49:36 2020 +0000 Gilles Duboscq [GR-21001] RIP-based address will not set REX.B bit.
      b39fca1fb58 Mon Feb 3 07:00:29 2020 +0000 Tom Rodriguez [GR-20863] Use explicit temporary in AMD64HotSpotDeoptimizeWithExceptionCallerOp.
      e3470428ca7 Sat Feb 1 00:07:38 2020 +0000 Doug Simon [GR-20880] Support compressed oops when narrow oop shift is greater than 3.
      7e2bc500bef Fri Jan 31 21:17:51 2020 +0000 Doug Simon [GR-20884] Explain why implicitExceptionBytes may be null.
      20248019f4e Tue Jan 28 22:46:51 2020 +0000 Thomas Garcia [GR-20876] Fix merging issues for escaped large byte array accesses.
      a542ddab3af Mon Jan 27 18:50:46 2020 +0000 Francois Farquet [GR-19604] Minor option value fixes.
      ba43cc1fee8 Mon Jan 27 07:15:54 2020 +0000 David Leopoldseder [GR-19677] ReadElimination refactoring.
      e1fcc53d868 Fri Jan 24 20:27:03 2020 +0000 Tom Rodriguez [GR-19323] Fix FrameState for deopt in exception path.
      b3d1d4840ea Thu Jan 23 22:27:06 2020 +0000 Gergö Barany [GR-20523] Enhance options for limiting Graal compilation and phases.
      334fd801c9f Thu Jan 23 12:45:58 2020 +0000 Thomas Garcia [GR-16685] Escape large byte array accesses.
      a765907c72e Tue Jan 21 01:29:54 2020 +0000 Tom Rodriguez [GR-20642] Disable profiles in CountedLoopTest.
      98fedc0aa82 Sat Jan 18 07:28:32 2020 +0000 Tom Rodriguez [GR-20705] AArch64: Merge bitwise not into logical operations.
      17881ec9509 Sat Jan 18 06:31:16 2020 +0000 Francois Farquet [GR-20688] Make FloatingReadPhase code size increase check more tolerant.
      6bc2badbb47 Sat Jan 18 03:54:40 2020 +0000 Stefan Anzinger [GR-18864] Native-image: Support runtime code installation for AArch64.
      d5e5e77ba57 Fri Jan 17 23:30:10 2020 +0000 Thomas Garcia [GR-20328] Snippet lowering checks before applying Floating Reads.
      de73dbb3bc0 Fri Jan 17 15:37:51 2020 +0000 Yudi Zheng [GR-19573] Mitigate Intel micro code update.
      2498107637f Fri Jan 17 12:29:13 2020 +0000 Stefan Anzinger AArch64: Match rules for rotations.
      7b62aaa14f0 Fri Jan 17 06:45:18 2020 +0000 Christian Wimmer [GR-16494] Use callee-saved registers for stub calls.
      c43afd4c318 Fri Jan 17 00:28:25 2020 +0000 Tom Rodriguez [GR-20522] Clear rethrowException when creating FrameState for LoopExitNodes.
      8bef637966e Thu Jan 16 22:49:43 2020 +0000 Christian Haeubl [GR-20543] Remove unnecessary PointerCastNodes.
      0c0cc07640a Thu Jan 16 21:49:55 2020 +0000 Doug Simon [GR-20596] Update to jvmci-20.0-b01.
      eff3b87553e Thu Jan 16 04:17:17 2020 +0000 Tomáš Hůrka [GR-13501] JFR for SVM must read system properties in the same way as SVM code.
      7506ad3fab1 Tue Jan 14 23:49:52 2020 +0000 Igor Veresov [GR-20577] Port recent JDK14/15 changes.
      a0b6671828e Tue Jan 14 05:47:45 2020 +0000 Stefan Anzinger [GR-20467] Native-Image/AArch64 Implement code synchronization.
      2c5ad6e4df6 Mon Jan 13 08:01:03 2020 +0000 Stefan Anzinger [GR-20502] AArch64: Elide NarrowNode for Extend.
      d997fa57a35 Thu Jan 9 11:43:10 2020 +0000 Christian Haeubl [GR-19966] [GR-17185] [GR-15759] [GR-19126] Reuse the object allocation snippets from HotSpot for native-image.
      2520f1596b8 Thu Jan 9 02:09:23 2020 +0000 Stefan Anzinger [GR-20245] Fix AArch64/SVM relocations.
      8d86569d692 Wed Jan 8 22:37:54 2020 +0000 Yudi Zheng [GR-19180] Backport JDK-8221092 changes.
      291bfd6051b Wed Jan 8 21:43:46 2020 +0000 Stefan Anzinger [GR-15000] Use add(extended) to generate array index offset for AArch64.
      07ae939513d Wed Jan 8 17:41:23 2020 +0000 Yudi Zheng [GR-20304] Merge fused pair into a single LIR.
      af23840f6bd Wed Jan 8 12:59:37 2020 +0000 Gergö Barany [GR-20457] Canonicalize unused rem node followed by compatible div (#2010).
      c0592ba2a1d Tue Jan 7 08:41:04 2020 +0000 Stefan Anzinger [GR-20158] MarkBasePointersPhase: base pointers do not die at the definition of the derived values, but at their own definiton.
      77de1f16be7 Mon Jan 6 10:02:37 2020 +0000 Doug Simon [GR-20402] Use GraalUnsafeAccess where available.
      1f2a7032934 Thu Jan 2 08:01:58 2020 +0000 David Leopoldseder [GR-12021] Allow monitor lowering to avoid emitting a biased locking path if biased locking for an object is not possible.
      094363c11f3 Fri Dec 27 19:25:25 2019 +0000 Maja Vukasovic [GR-20366] Fix cloning node's content during a graph copy.
      699f2fbf3a0 Wed Dec 25 13:52:31 2019 +0000 Doug Simon [GR-19435] Remove unused options and add test to prevent adding new ones.
      ffe6f4cbc39 Sat Dec 21 08:10:34 2019 +0000 Christian Haeubl [GR-15280] Added a hubType field to DynamicHub.
      cfddca33bb2 Fri Dec 20 16:20:18 2019 +0000 Stefan Anzinger [GR-16084] AArch64: Better instruction sequence for constant move.
      c676915dd22 Fri Dec 20 14:57:03 2019 +0000 Stefan Anzinger [GR-20321] AArch64: Better implementation for float sqrt.
      276ff2b4426 Thu Dec 19 17:32:40 2019 +0000 Esteban Ginez [GR-20260] Amends NarrowNode.reverseOp to be ZeroExtend instead of SignExtend.
      963f79d692a Thu Dec 19 02:49:25 2019 +0000 Aleksandar Pejovic [GR-20273] Native Image: Add arch dependent optimization phases.
      d1bff0303ca Wed Dec 18 22:14:03 2019 +0000 Doug Simon [GR-20271] Do not rely on node source positions for showing language call stack at PE bailouts.

            iveresov Igor Veresov
            iveresov Igor Veresov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: