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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp685 int retry_count = 0; local
690 guarantee((retry_count++ < 100),
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1138 int retry_count = 0; local
1150 guarantee((retry_count++ < 100),

Completed in 33 milliseconds