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

JVMCI supports EpsilonGC

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • P4
    • tbd
    • 20
    • hotspot
    • generic
    • generic

    Description

      When we combine UseEpsilonGC with EnableJVMCI or UseJVMCICompiler,
      HotSpot will give up JVMCI over EpsilonGC. This block users from using Graal.

      $java -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC -XX:+EnableJVMCI -version

      [0.001s][warning][gc,jvmci] Setting EnableJVMCI to false as selected GC does not support JVMCI: epsilon gc

      I don't think EpsilonGC require anything from JIT compilers.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xliu Xin Liu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: