Searched refs:tenuring_threshold (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcPolicyCounters.hpp61 inline PerfVariable* tenuring_threshold() const { function in class:GCPolicyCounters
H A DageTable.cpp122 gc_counters->tenuring_threshold()->set_value(result);
H A DgcTrace.cpp187 void YoungGCTracer::report_tenuring_threshold(const uint tenuring_threshold) { argument
188 _tenuring_threshold = tenuring_threshold;
H A DgcAdaptivePolicyCounters.hpp192 tenuring_threshold()->set_value(threshold);
H A DgcTrace.hpp150 void report_tenuring_threshold(const uint tenuring_threshold);
H A DadaptiveSizePolicy.hpp146 // for computing tenuring_threshold.
493 tenuring_threshold) const;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsScavenge.hpp95 static int tenuring_threshold() { return _tenuring_threshold; } function in class:PSScavenge
H A DpsAdaptiveSizePolicy.cpp947 int tenuring_threshold,
958 return tenuring_threshold;
1030 if (tenuring_threshold > 1) {
1031 tenuring_threshold--;
1034 if (tenuring_threshold < MaxTenuringThreshold) {
1035 tenuring_threshold++;
1069 tenuring_threshold, target_size);
1075 return tenuring_threshold;
1108 PSScavenge::tenuring_threshold());
945 compute_survivor_space_size_and_threshold( bool is_survivor_overflow, int tenuring_threshold, size_t survivor_limit) argument
H A DpsPromotionManager.inline.hpp92 if (age < PSScavenge::tenuring_threshold()) {
H A DpsAdaptiveSizePolicy.hpp358 int tenuring_threshold,
H A DpsScavenge.cpp670 _gc_tracer.report_tenuring_threshold(tenuring_threshold());
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1200 int tenuring_threshold,
1210 return tenuring_threshold;
1282 if (tenuring_threshold > 1) {
1283 tenuring_threshold--;
1286 if (tenuring_threshold < MaxTenuringThreshold) {
1287 tenuring_threshold++;
1323 tenuring_threshold, target_size, survivor_limit);
1329 return tenuring_threshold;
1349 def_new->tenuring_threshold());
1198 compute_survivor_space_size_and_threshold( bool is_survivor_overflow, int tenuring_threshold, size_t survivor_limit) argument
H A DcmsAdaptiveSizePolicy.hpp445 int tenuring_threshold,
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp336 int tenuring_threshold() { return _tenuring_threshold; }
H A DdefNewGeneration.cpp683 gc_tracer.report_tenuring_threshold(tenuring_threshold());
761 if (old->age() < tenuring_threshold()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1101 gc_tracer.report_tenuring_threshold(tenuring_threshold());
1187 if (dummyOld.age() < tenuring_threshold()) {
1304 if (dummyOld.age() < tenuring_threshold()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp878 uint tenuring_threshold() const { return _tenuring_threshold; } function in class:G1CollectorPolicy
H A Dg1CollectedHeap.cpp4195 _gc_tracer_stw->report_tenuring_threshold(_g1_policy->tenuring_threshold());
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap518 hotspot.gc.policy.tenuring_threshold // 1.5.0 b21

Completed in 100 milliseconds