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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2076 struct siglabel exceptlabels[] = { variable in typeref:struct:siglabel
2105 for (int i = 0; exceptlabels[i].name != NULL; i++) {
2106 if (exceptlabels[i].number == exception_code) {
2107 jio_snprintf(buf, size, "%s", exceptlabels[i].name);

Completed in 34 milliseconds