Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8313752

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();
        }

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

                Created:
                Updated:
                Resolved: