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

JDK-8255269 incorrectly replaced average copy time

    XMLWordPrintable

Details

    • gc
    • b01

    Description

      The patch for JDK-8255269 incorrectly replaced the average copy time computation with the one from JDK 11. This line from the patch

      double average_copy_time = average_time_ms(G1GCPhaseTimes::ObjCopy);

      should be

      double average_copy_time = average_time_ms(G1GCPhaseTimes::ObjCopy) + average_time_ms(G1GCPhaseTimes::OptObjCopy);

      Attachments

        Issue Links

          Activity

            People

              phh Paul Hohensee
              phh Paul Hohensee
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: