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

WorkGangBarrierSync constructor unused

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 18
    • hotspot
    • None
    • gc
    • b15

      -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.

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

              Created:
              Updated:
              Resolved: