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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiUtil.hpp43 static const char* _error_names[]; member in class:JvmtiUtil
50 static const char* error_name(int num) { return _error_names[num]; } // To Do: add range checking

Completed in 28 milliseconds