Home
last modified time | relevance | path

Searched refs:size_policy (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
H A DpsScavenge.cpp194 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
267 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
305 size_policy->minor_collection_begin(); in invoke_no_policy()
455 size_policy->minor_collection_end(gc_cause); in invoke_no_policy()
469 size_policy->reset_gc_overhead_limit_count(); in invoke_no_policy()
480 size_policy->calculated_eden_size_in_bytes()); in invoke_no_policy()
482 size_policy->calculated_promo_size_in_bytes()); in invoke_no_policy()
502 size_policy->max_survivor_size(max_young_size); in invoke_no_policy()
541 size_policy->compute_eden_space_size(young_live, in invoke_no_policy()
547 size_policy->check_gc_overhead_limit(young_live, in invoke_no_policy()
[all …]
H A DpsMarkSweep.cpp99 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
131 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
188 size_policy->major_collection_begin(); in invoke_no_policy()
271 size_policy->major_collection_end(old_gen->used_in_bytes(), gc_cause); in invoke_no_policy()
309 size_policy->clear_generation_free_space_flags(); in invoke_no_policy()
311 size_policy->compute_generations_free_space(young_live, in invoke_no_policy()
319 size_policy->check_gc_overhead_limit(young_live, in invoke_no_policy()
327 size_policy->decay_supplemental_growth(true /* full gc*/); in invoke_no_policy()
331 heap->resize_young_gen(size_policy->calculated_eden_size_in_bytes(), in invoke_no_policy()
389 AdaptiveSizePolicyOutput::print(size_policy, heap->total_collections()); in invoke_no_policy()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
H A DpsScavenge.cpp194 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
267 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
305 size_policy->minor_collection_begin(); in invoke_no_policy()
455 size_policy->minor_collection_end(gc_cause); in invoke_no_policy()
469 size_policy->reset_gc_overhead_limit_count(); in invoke_no_policy()
480 size_policy->calculated_eden_size_in_bytes()); in invoke_no_policy()
482 size_policy->calculated_promo_size_in_bytes()); in invoke_no_policy()
502 size_policy->max_survivor_size(max_young_size); in invoke_no_policy()
541 size_policy->compute_eden_space_size(young_live, in invoke_no_policy()
547 size_policy->check_gc_overhead_limit(young_live, in invoke_no_policy()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
H A DpsScavenge.cpp195 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
268 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
305 size_policy->minor_collection_begin(); in invoke_no_policy()
449 size_policy->minor_collection_end(gc_cause); in invoke_no_policy()
463 size_policy->reset_gc_overhead_limit_count(); in invoke_no_policy()
474 size_policy->calculated_eden_size_in_bytes()); in invoke_no_policy()
476 size_policy->calculated_promo_size_in_bytes()); in invoke_no_policy()
496 size_policy->max_survivor_size(max_young_size); in invoke_no_policy()
535 size_policy->compute_eden_space_size(young_live, in invoke_no_policy()
541 size_policy->check_gc_overhead_limit(eden_live, in invoke_no_policy()
[all …]
H A DpsMarkSweep.cpp104 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
136 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
192 size_policy->major_collection_begin(); in invoke_no_policy()
274 size_policy->major_collection_end(old_gen->used_in_bytes(), gc_cause); in invoke_no_policy()
312 size_policy->clear_generation_free_space_flags(); in invoke_no_policy()
314 size_policy->compute_generations_free_space(young_live, in invoke_no_policy()
322 size_policy->check_gc_overhead_limit(eden_live, in invoke_no_policy()
329 size_policy->decay_supplemental_growth(true /* full gc*/); in invoke_no_policy()
333 heap->resize_young_gen(size_policy->calculated_eden_size_in_bytes(), in invoke_no_policy()
391 AdaptiveSizePolicyOutput::print(size_policy, heap->total_collections()); in invoke_no_policy()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
H A DpsScavenge.cpp195 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
268 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
305 size_policy->minor_collection_begin(); in invoke_no_policy()
454 size_policy->minor_collection_end(gc_cause); in invoke_no_policy()
468 size_policy->reset_gc_overhead_limit_count(); in invoke_no_policy()
479 size_policy->calculated_eden_size_in_bytes()); in invoke_no_policy()
481 size_policy->calculated_promo_size_in_bytes()); in invoke_no_policy()
501 size_policy->max_survivor_size(max_young_size); in invoke_no_policy()
540 size_policy->compute_eden_space_size(young_live, in invoke_no_policy()
546 size_policy->check_gc_overhead_limit(young_live, in invoke_no_policy()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DgcAdaptivePolicyCounters.hpp91 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
111 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
116 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
122 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
127 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
138 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
142 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
146 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
151 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
207 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
H A DpsMarkSweep.cpp104 PSAdaptiveSizePolicy* policy = heap->size_policy(); in invoke()
136 PSAdaptiveSizePolicy* size_policy = heap->size_policy(); in invoke_no_policy() local
192 size_policy->major_collection_begin(); in invoke_no_policy()
269 size_policy->major_collection_end(old_gen->used_in_bytes(), gc_cause); in invoke_no_policy()
307 size_policy->clear_generation_free_space_flags(); in invoke_no_policy()
309 size_policy->compute_generations_free_space(young_live, in invoke_no_policy()
317 size_policy->check_gc_overhead_limit(eden_live, in invoke_no_policy()
324 size_policy->decay_supplemental_growth(true /* full gc*/); in invoke_no_policy()
328 heap->resize_young_gen(size_policy->calculated_eden_size_in_bytes(), in invoke_no_policy()
384 AdaptiveSizePolicyOutput::print(size_policy, heap->total_collections()); in invoke_no_policy()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp93 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
113 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
118 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
124 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
129 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
140 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
144 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
148 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
153 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
209 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp93 size_policy()->calculated_promo_size_in_bytes()); in update_promo_size()
113 (size_policy()->minor_gc_cost() * 100.0)); in update_minor_gc_cost_counter()
118 (jlong)(size_policy()->avg_young_live()->average()) in update_avg_young_live_counter()
124 (jlong)(size_policy()->_avg_survived->average()) in update_avg_survived_avg_counters()
129 (jlong)(size_policy()->_avg_survived->deviation()) in update_avg_survived_dev_counters()
140 size_policy()->change_old_gen_for_throughput()); in update_change_old_gen_for_throughput()
144 size_policy()->change_young_gen_for_throughput()); in update_change_young_gen_for_throughput()
148 size_policy()->decrease_for_footprint()); in update_decrease_for_footprint()
153 size_policy()->decide_at_full_gc()); in update_decide_at_full_gc_counter()
209 size_policy()->change_young_gen_for_min_pauses()); in update_change_young_gen_for_min_pauses()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DsoftRefGenPolicy.cpp34 AdaptiveSizePolicy* size_policy = GenCollectedHeap::heap()->size_policy(); in cleared_all_soft_refs() local
35 if (size_policy != NULL) { in cleared_all_soft_refs()
36 set_should_clear_all_soft_refs(size_policy->gc_overhead_limit_near()); in cleared_all_soft_refs()

12345678910>>...13