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

/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp237 char ver_str[8]; local
238 sprintf(ver_str, "%d", ATTACH_PROTOCOL_VER);
247 const int max_len = (sizeof(ver_str) + 1) + (AttachOperation::name_length_max + 1) +
276 if ((strlen(buf) != strlen(ver_str)) ||
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp232 char ver_str[8]; local
233 sprintf(ver_str, "%d", ATTACH_PROTOCOL_VER);
242 const int max_len = (sizeof(ver_str) + 1) + (AttachOperation::name_length_max + 1) +
271 if ((strlen(buf) != strlen(ver_str)) ||

Completed in 32 milliseconds