Searched defs:name_buffer (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp851 // ciEnv::name_buffer
852 char *ciEnv::name_buffer(int req_len) { function in class:ciEnv
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp970 char name_buffer[256]; local
973 sprintf(name_buffer, "C2 CompilerThread%d", i);
975 CompilerThread* new_thread = make_compiler_thread(name_buffer, _c2_method_queue, counters, CHECK);
981 sprintf(name_buffer, "C1 CompilerThread%d", i);
983 CompilerThread* new_thread = make_compiler_thread(name_buffer, _c1_method_queue, counters, CHECK);

Completed in 257 milliseconds