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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp61 int c2_count() const { return _c2_count; } function in class:SimpleThresholdPolicy
98 if (is_c2_compile(comp_level)) return c2_count();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp740 int c2_count = CompilationPolicy::policy()->compiler_count(CompLevel_full_optimization); local
748 if (c2_count > 0) {
755 int c2_count = 1; local
764 init_compiler_threads(c1_count, c2_count);

Completed in 45 milliseconds