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

Remove extra code due to duplicated push

XMLWordPrintable

    • gc
    • b51

        The fix for bug JDK-8011891 got (by mistake) pushed twice, see http://hg.openjdk.java.net/hsx/hsx24/hotspot/log?rev=8011891.

        This resulted in duplicated code in concurrentMarkSweepGeneration.cpp:

        void CMSCollector::acquire_control_and_collect(bool full,
                bool clear_all_soft_refs) {
            
            ....

            if (first_state > Idling) {
              save_heap_summary();
            }

            if (first_state > Idling) {
              save_heap_summary();
            }

            ....

        }

              ehelin Erik Helin
              ehelin Erik Helin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: