Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174418 | 10 | David Leopoldseder | P3 | Resolved | Fixed | b01 |
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)
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)
- backported by
-
JDK-8174418 [JVMCI] Missing JVMCI flag default values
-
- Resolved
-