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

Dependencies: Migrate to PerfData counters

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 17
    • 17
    • hotspot
    • b18

    Description

      dependencies.cpp contains a number of performance counters:

      #ifndef PRODUCT
      static int deps_find_witness_calls = 0;
      static int deps_find_witness_steps = 0;
      static int deps_find_witness_recursions = 0;
      static int deps_find_witness_singles = 0;
      static int deps_find_witness_print = 0; // set to -1 to force a final print

      Migrate them to PerfData counters (PerfLongCounter).

      Attachments

        Issue Links

          Activity

            People

              vlivanov Vladimir Ivanov
              vlivanov Vladimir Ivanov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: