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

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp241 reportErrorToSA(const char* str, ...) { function
285 reportErrorToSA("Target process already suspended");
306 reportErrorToSA("Error while getting thread list");
337 reportErrorToSA("Target process already suspended");
358 reportErrorToSA("Error %d while resuming threads", firstError);
373 reportErrorToSA("Error %d while getting loaded classes", glcRes);
397 reportErrorToSA("Error %d while getting a class's signature", sigRes);
406 reportErrorToSA("Error while getting methods of class %s", clazzName);
431 reportErrorToSA("Unexpected error %d while fetching line number table", lnRes);
438 reportErrorToSA("Unexpecte
[all...]

Completed in 1749 milliseconds