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

/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp246 int expected_str_count = 2 + AttachOperation::arg_count_max; local
288 } while (left > 0 && str_count < expected_str_count);
290 if (str_count != expected_str_count) {
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp241 int expected_str_count = 2 + AttachOperation::arg_count_max; local
283 } while (left > 0 && str_count < expected_str_count);
285 if (str_count != expected_str_count) {

Completed in 23 milliseconds