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

/openjdk7/jdk/src/share/back/
H A DdebugInit.c73 static char *initOnException = NULL; /* init when this exception thrown */ variable
378 if (initOnUncaught || (initOnException != NULL)) {
527 } else if (initOnException != NULL) {
538 initOnException, signature));
540 (strcmp(signature, initOnException) == 0)) {
1137 initOnException = current;
1271 if ((initOnException != NULL) || (initOnUncaught)) {

Completed in 31 milliseconds