Searched refs:wait_for_compile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.cpp41 set_state(wait_for_compile);
89 case wait_for_compile : return "wait_for_compile";
98 case wait_for_compile : return "compileable";
137 def(wait_for_compile, 0, do_decay);
139 def(wait_for_compile, 0, dummy_invocation_counter_overflow);
H A DinvocationCounter.hpp75 wait_for_compile, // introduce nmethod when count() > limit() enumerator in enum:VALUE_OBJ_CLASS_SPEC::State

Completed in 341 milliseconds