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

WorkGangBarrierSync constructor unused

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 18
    • 18
    • hotspot
    • None
    • gc
    • b15

    Description

      -WorkGangBarrierSync::WorkGangBarrierSync(uint n_workers, const char* name)
      - : _monitor(Mutex::safepoint, name, Monitor::_safepoint_check_never),
      - _n_workers(n_workers), _n_completed(0), _should_reset(false), _aborted(false) {
      -}

      Nothing uses this constructor and it uses the do-not-know-what-it-means safepoint ranked lock.

      Attachments

        Issue Links

          Activity

            People

              coleenp Coleen Phillimore
              coleenp Coleen Phillimore
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: