hotspot/src/share/vm/runtime/aprofiler.hpp
changeset 1374 4c24294029a9
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
615:570062d730b2 1374:4c24294029a9
    31 // iterate_since_last_scavenge at thread switches.
    31 // iterate_since_last_scavenge at thread switches.
    32 
    32 
    33 
    33 
    34 class AllocationProfiler: AllStatic {
    34 class AllocationProfiler: AllStatic {
    35   friend class GenCollectedHeap;
    35   friend class GenCollectedHeap;
       
    36   friend class G1CollectedHeap;
    36   friend class MarkSweep;
    37   friend class MarkSweep;
    37  private:
    38  private:
    38   static bool _active;                          // tells whether profiler is active
    39   static bool _active;                          // tells whether profiler is active
    39   static GrowableArray<klassOop>* _print_array; // temporary array for printing
    40   static GrowableArray<klassOop>* _print_array; // temporary array for printing
    40 
    41