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

Generation::refs_discovery_is_xxx functions are unused

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 18
    • hotspot
    • gc
    • b13

      The Generation class declares these virtual functions with default implementations:

        virtual bool refs_discovery_is_atomic() const { return true; }
        virtual bool refs_discovery_is_mt() const { return false; }

      These functions are not called or overridden. These declarations can be deleted.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: