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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp60 int c1_count() const { return _c1_count; } function in class:SimpleThresholdPolicy
97 if (is_c1_compile(comp_level)) return c1_count();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp739 int c1_count = CompilationPolicy::policy()->compiler_count(CompLevel_simple); local
742 if (c1_count > 0) {
754 int c1_count = 0; local
764 init_compiler_threads(c1_count, c2_count);

Completed in 33 milliseconds