Searched defs:assertMsg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.cpp158 static char assertMsg[ASSERT_MSG_SIZE+1]; local
177 _snprintf(assertMsg, ASSERT_MSG_SIZE, AssertFmt, expr, file, line, lastError, msgBuffer);
184 fprintf(stderr, "%s\n", assertMsg);
186 ret = MessageBoxA(NULL, assertMsg, "AWT Assertion Failure",

Completed in 105 milliseconds