Home
last modified time | relevance | path

Searched refs:no_of_gc_threads (Results 1 – 25 of 26) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DworkerPolicy.cpp175 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
179 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DworkerPolicy.cpp175 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
179 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DworkerPolicy.cpp174 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
178 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DworkerPolicy.cpp197 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
201 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DworkerPolicy.cpp197 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
201 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DworkerPolicy.cpp197 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
201 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DadaptiveSizePolicy.cpp212 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
216 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DadaptiveSizePolicy.cpp212 uint no_of_gc_threads = calc_default_active_workers(total_workers, in calc_active_conc_workers() local
216 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.cpp213 int no_of_gc_threads = calc_default_active_workers( in calc_active_conc_workers() local
218 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.cpp213 int no_of_gc_threads = calc_default_active_workers( in calc_active_conc_workers() local
218 return no_of_gc_threads; in calc_active_conc_workers()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp296 uintx no_of_gc_threads() { return _no_of_gc_threads; } in no_of_gc_threads() function in G1CollectorPolicy
695 void record_concurrent_mark_cleanup_end(int no_of_gc_threads);
H A Dg1CollectorPolicy.cpp1613 G1CollectorPolicy::record_concurrent_mark_cleanup_end(int no_of_gc_threads) { in record_concurrent_mark_cleanup_end() argument
1624 if (no_of_gc_threads > 0) { in record_concurrent_mark_cleanup_end()
1625 const uint MinWorkUnit = MAX2(region_num / no_of_gc_threads, 1U); in record_concurrent_mark_cleanup_end()
1626 WorkUnit = MAX2(region_num / (no_of_gc_threads * OverpartitionFactor), in record_concurrent_mark_cleanup_end()
1629 assert(no_of_gc_threads > 0, in record_concurrent_mark_cleanup_end()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp296 uintx no_of_gc_threads() { return _no_of_gc_threads; } in no_of_gc_threads() function in G1CollectorPolicy
695 void record_concurrent_mark_cleanup_end(int no_of_gc_threads);
H A Dg1CollectorPolicy.cpp1613 G1CollectorPolicy::record_concurrent_mark_cleanup_end(int no_of_gc_threads) { in record_concurrent_mark_cleanup_end() argument
1624 if (no_of_gc_threads > 0) { in record_concurrent_mark_cleanup_end()
1625 const uint MinWorkUnit = MAX2(region_num / no_of_gc_threads, 1U); in record_concurrent_mark_cleanup_end()
1626 WorkUnit = MAX2(region_num / (no_of_gc_threads * OverpartitionFactor), in record_concurrent_mark_cleanup_end()
1629 assert(no_of_gc_threads > 0, in record_concurrent_mark_cleanup_end()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/cms/
H A DconcurrentMarkSweepGeneration.hpp744 int no_of_gc_threads);
784 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);
H A DconcurrentMarkSweepGeneration.cpp4732 int no_of_gc_threads) { in merge_survivor_plab_arrays() argument
4737 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4745 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4777 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
7802 int no_of_gc_threads) {
7813 size_t CMSOverflowSpinCount = (size_t) no_of_gc_threads; // was ParallelGCThreads;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/cms/
H A DconcurrentMarkSweepGeneration.hpp737 int no_of_gc_threads);
777 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);
H A DconcurrentMarkSweepGeneration.cpp4782 int no_of_gc_threads) { in merge_survivor_plab_arrays() argument
4787 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4795 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4827 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
7841 int no_of_gc_threads) {
7852 size_t CMSOverflowSpinCount = (size_t) no_of_gc_threads; // was ParallelGCThreads;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/cms/
H A DconcurrentMarkSweepGeneration.hpp744 int no_of_gc_threads);
784 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);
H A DconcurrentMarkSweepGeneration.cpp4732 int no_of_gc_threads) { in merge_survivor_plab_arrays() argument
4737 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4745 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4777 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
7802 int no_of_gc_threads) {
7813 size_t CMSOverflowSpinCount = (size_t) no_of_gc_threads; // was ParallelGCThreads;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/cms/
H A DconcurrentMarkSweepGeneration.hpp741 int no_of_gc_threads);
781 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);
H A DconcurrentMarkSweepGeneration.cpp4777 int no_of_gc_threads) { in merge_survivor_plab_arrays() argument
4782 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4790 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
4822 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
7839 int no_of_gc_threads) {
7850 size_t CMSOverflowSpinCount = (size_t) no_of_gc_threads; // was ParallelGCThreads;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp775 int no_of_gc_threads);
815 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);
H A DconcurrentMarkSweepGeneration.cpp5746 int no_of_gc_threads) { in merge_survivor_plab_arrays() argument
5751 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
5759 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
5793 for (int j = 0; j < no_of_gc_threads; j++) { in merge_survivor_plab_arrays()
9125 int no_of_gc_threads) {
9136 size_t CMSOverflowSpinCount = (size_t) no_of_gc_threads; // was ParallelGCThreads;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp775 int no_of_gc_threads);
815 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);

12