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

changeset 9858
b985cbb00e68
parent 7645
f2e3f0e1f97d
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/gc_implementation/shared/ageTable.hpp	Thu Aug 01 03:44:03 2019 +0100
     1.2 +++ b/src/share/vm/gc_implementation/shared/ageTable.hpp	Mon Aug 12 18:30:40 2019 +0300
     1.3 @@ -27,6 +27,7 @@
     1.4  
     1.5  #include "oops/markOop.hpp"
     1.6  #include "oops/oop.hpp"
     1.7 +#include "gc_implementation/shared/gcTrace.hpp"
     1.8  #include "runtime/perfData.hpp"
     1.9  
    1.10  /* Copyright (c) 1992-2009 Oracle and/or its affiliates, and Stanford University.
    1.11 @@ -69,7 +70,7 @@
    1.12    void merge_par(ageTable* subTable);
    1.13  
    1.14    // calculate new tenuring threshold based on age information
    1.15 -  uint compute_tenuring_threshold(size_t survivor_capacity);
    1.16 +  uint compute_tenuring_threshold(size_t survivor_capacity, GCTracer &tracer);
    1.17  
    1.18   private:
    1.19    PerfVariable* _perf_sizes[table_size];

mercurial