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

/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp108 NativeReportJNIFatalError(thr, warn_wrong_jnienv); \
150 static void NativeReportJNIFatalError(JavaThread* thr, const char *msg) { function
587 NativeReportJNIFatalError(thr, "negative capacity");
687 NativeReportJNIFatalError(thr, "negative capacity");
1338 NativeReportJNIFatalError(thr, "ReleaseStringChars called on something not allocated by GetStringChars");
1408 NativeReportJNIFatalError(thr, "ReleaseStringUTFChars called on something not allocated by GetStringUTFChars");

Completed in 33 milliseconds