src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp

changeset 4130
2e6857353b2c
parent 4067
b2ef234911c9
child 5206
87c64c0438fb
     1.1 --- a/src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp	Wed Oct 03 20:31:41 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp	Thu Oct 04 10:04:13 2012 -0700
     1.3 @@ -204,7 +204,8 @@
     1.4      return _desired_plab_sz;
     1.5    }
     1.6  
     1.7 -  void adjust_desired_plab_sz(); // filter computation, latches output to
     1.8 +  void adjust_desired_plab_sz(uint no_of_gc_workers);
     1.9 +                                 // filter computation, latches output to
    1.10                                   // _desired_plab_sz, clears sensor accumulators
    1.11  
    1.12    void add_allocated(size_t v) {

mercurial