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

Small clean up for PerfClassTraceTime

    XMLWordPrintable

Details

    • b04

    Description

      http://hg.openjdk.java.net/jdk/jdk/file/6181d3acb144/src/hotspot/share/classfile/classLoader.hpp#l440

      PARSE_CLASS is unused. This means we can reduce ThreadStatistics::_perf_recursion_counts[] by 1 element.

      These two functions are also unused

        inline void suspend() { _t.stop(); _timers[_event_type].stop(); }
        inline void resume() { _t.start(); _timers[_event_type].start(); }

      Attachments

        Activity

          People

            hseigel Harold Seigel (Inactive)
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: