Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236350 | 15 | Stefan Karlsson | P4 | Resolved | Fixed | team |
GCConfig has a concept of a "supported GC". It means the GCs built into the binary. I'd like to add a check to see if a built GC is supported on the current platform, and then there will be a mixup between the two concepts.
I'd like to propose that we rename it to "included GC", to use the name we use elsewhere:
#if INCLUDE_ZGC
zgc code
#endif
I'd like to propose that we rename it to "included GC", to use the name we use elsewhere:
#if INCLUDE_ZGC
zgc code
#endif
- backported by
-
JDK-8236350 Rename SupportedGC to IncludedGC
-
- Resolved
-