Home
last modified time | relevance | path

Searched refs:compiler_thread (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp171 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
173 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1021 CompilerThread* compiler_thread = NULL; in make_compiler_thread() local
1043 compiler_thread = new CompilerThread(queue, counters); in make_compiler_thread()
1056 if (compiler_thread == NULL || compiler_thread->osthread() == NULL){ in make_compiler_thread()
1061 java_lang_Thread::set_thread(thread_oop(), compiler_thread); in make_compiler_thread()
1082 os::set_native_priority(compiler_thread, native_prio); in make_compiler_thread()
1086 compiler_thread->set_threadObj(thread_oop()); in make_compiler_thread()
1087 compiler_thread->set_compiler(comp); in make_compiler_thread()
1088 Threads::add(compiler_thread); in make_compiler_thread()
1089 Thread::start(compiler_thread); in make_compiler_thread()
1095 return compiler_thread; in make_compiler_thread()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1021 CompilerThread* compiler_thread = NULL; in make_compiler_thread() local
1043 compiler_thread = new CompilerThread(queue, counters); in make_compiler_thread()
1056 if (compiler_thread == NULL || compiler_thread->osthread() == NULL){ in make_compiler_thread()
1061 java_lang_Thread::set_thread(thread_oop(), compiler_thread); in make_compiler_thread()
1082 os::set_native_priority(compiler_thread, native_prio); in make_compiler_thread()
1086 compiler_thread->set_threadObj(thread_oop()); in make_compiler_thread()
1087 compiler_thread->set_compiler(comp); in make_compiler_thread()
1088 Threads::add(compiler_thread); in make_compiler_thread()
1089 Thread::start(compiler_thread); in make_compiler_thread()
1095 return compiler_thread; in make_compiler_thread()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp203 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
205 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp85 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
86 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
88 compiler_thread->set_ideal_graph_printer(printer); in printer()
91 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp85 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
86 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
88 compiler_thread->set_ideal_graph_printer(printer); in printer()
91 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp85 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
86 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
88 compiler_thread->set_ideal_graph_printer(printer); in printer()
91 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp85 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
86 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
88 compiler_thread->set_ideal_graph_printer(printer); in printer()
91 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp81 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
82 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
84 compiler_thread->set_ideal_graph_printer(printer); in printer()
87 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp85 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
86 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
88 compiler_thread->set_ideal_graph_printer(printer); in printer()
91 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp85 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
86 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
88 compiler_thread->set_ideal_graph_printer(printer); in printer()
91 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp81 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
82 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
84 compiler_thread->set_ideal_graph_printer(printer); in printer()
87 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp81 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
82 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
84 compiler_thread->set_ideal_graph_printer(printer); in printer()
87 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_zero/
H A Dos_linux_zero.cpp226 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
228 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/linux_zero/
H A Dos_linux_zero.cpp194 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
196 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp286 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
288 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp276 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
278 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp286 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
288 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp275 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
277 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp270 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
272 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/bsd_zero/
H A Dos_bsd_zero.cpp276 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
278 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp283 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
285 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp283 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
285 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DidealGraphPrinter.cpp82 CompilerThread *compiler_thread = (CompilerThread *)thread; in printer() local
83 if (compiler_thread->ideal_graph_printer() == NULL) { in printer()
85 compiler_thread->set_ideal_graph_printer(printer); in printer()
88 return compiler_thread->ideal_graph_printer(); in printer()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/linux_zero/
H A Dos_linux_zero.cpp312 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M); in default_stack_size()
314 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K); in default_stack_size()

12345678