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

Generation::refs_discovery_is_xxx functions are unused

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: