Remove NULL check in DumpTimeClassInfo::is_excluded

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: None
    • Component/s: hotspot
    • b08

      This is left over code from previous refactoring. The comment is incorrect now -- we never set _klass to NULL.

         bool is_excluded() {
      - // _klass may become NULL due to DynamicArchiveBuilder::set_to_null
      - return _excluded || _failed_verification || _klass == NULL;
      + return _excluded || _failed_verification;
         }
       

            Assignee:
            Ioi Lam
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: