Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8009098 | 8 | Joseph Provino | P4 | Resolved | Fixed | b79 |
When INCLUDE_ALTERNATE_GCS is not defined all GCs except serialGC are disable and requests for specific GCS eg -XX:+UseParallelGC should issues a warning:
warning("Parallel GC is not supported in this VM. Using Serial GC.");
However UseG1GC is missing from the set of GC flags that get tested.
warning("Parallel GC is not supported in this VM. Using Serial GC.");
However UseG1GC is missing from the set of GC flags that get tested.
- backported by
-
JDK-8009098 UseG1GC is not properly accounted for by INCLUDE_ALTERNATE_GCS
- Resolved