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

[JVMCI] Missing JVMCI flag default values

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b156

        During the initial JEP commit for JVMCI we forgot to set several flags for which JVMCI needs different values than c2.

        The list of the flags is
         --------------Option------------------------JVMCI-------------------------------C2------------------------------------------
        OnStackReplacePercentage ...............933........................................140
        ReservedCodeCacheSize....................64*M......................................48*M
        InitialCodeCacheSize...........................16*M......................................2496*K
        MetaspaceSize....................................12*M.......................................ScaleForWordSize(16*M)
        NewSizeThreadIncrease......................4*K.........................................ScaleForWordSize(4*k)

              davleopo David Leopoldseder
              davleopo David Leopoldseder
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: