Searched refs:overflow_recompile_count (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp277 uint overflow_recompile_count() const { function in class:ciMethodData
278 return _orig.overflow_recompile_count();
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1321 int recnt2 = trap_mdo->overflow_recompile_count();
1377 // If this happens, the method's overflow_recompile_count is incremented.
1380 // the method's overflow_recompile_count will begin to exceed the set
1557 if ((uint)trap_mdo->overflow_recompile_count() >
1563 trap_method->set_not_compilable(CompLevel_full_optimization, true, "overflow_recompile_count > PerBytecodeRecompilationCutoff");
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1493 uint overflow_recompile_count() const { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp3179 && md->overflow_recompile_count() >= bc_cutoff) {
3187 md->overflow_recompile_count());

Completed in 262 milliseconds