src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
changeset 51742 3dd95a83791b
parent 51332 c25572739e7c
child 51743 47466ac8dcf0
equal deleted inserted replaced
51741:ed9b1200dd81 51742:3dd95a83791b
    99 
    99 
   100   void initialize(HeapWord* start, HeapWord* top, HeapWord* end);
   100   void initialize(HeapWord* start, HeapWord* top, HeapWord* end);
   101 
   101 
   102   void print_stats(const char* tag);
   102   void print_stats(const char* tag);
   103 
   103 
   104   Thread* myThread();
   104   Thread* thread();
   105 
   105 
   106   // statistics
   106   // statistics
   107 
   107 
   108   int number_of_refills() const { return _number_of_refills; }
   108   int number_of_refills() const { return _number_of_refills; }
   109   int fast_refill_waste() const { return _fast_refill_waste; }
   109   int fast_refill_waste() const { return _fast_refill_waste; }