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

Dependencies: Migrate to PerfData counters

XMLWordPrintable

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

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

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

              Created:
              Updated:
              Resolved: