Improve DecoratorSet type safety

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 16
    • Component/s: hotspot
    • gc

      DecoratorSet is currently just a typedef for uint64_t. We could provide better type safety by using C++14 features. It could be either a scoped enum or (with C++20) a literal type with a suite of constexpr operations.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: