InstanceKlassFlags::print_on doesn't print the flag names

XMLWordPrintable

    • 21
    • b10

        It prints " ##name " instead of the flag names because of this code

        void InstanceKlassFlags::print_on(outputStream* st) const {
        #define IK_FLAGS_PRINT(name, ignore) \
          if (name()) st->print(" ##name ");
          IK_FLAGS_DO(IK_FLAGS_PRINT)
          IK_STATUS_DO(IK_FLAGS_PRINT)
        #undef IK_FLAGS_PRINT
          st->cr();
        }

              Assignee:
              Stefan Karlsson
              Reporter:
              Stefan Karlsson
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: