Small clean up for PerfClassTraceTime

XMLWordPrintable

    • b04

      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(); }

            Assignee:
            Harold Seigel (Inactive)
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: