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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp156 jint error_count = _ext_functions->at(i)->error_count; local
157 ext_funcs[i].error_count = error_count;
158 if (error_count == 0) {
161 err = rt.allocate(error_count*sizeof(jvmtiError),
167 error_count*sizeof(jvmtiError));
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h641 jint error_count; member in struct:_jvmtiExtensionFunctionInfo

Completed in 41 milliseconds