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

/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp124 static const char * fatal_class_not_a_throwable_class = "JNI Throw or ThrowNew received a class argument that is not a Throwable or Throwable subclass"; variable
388 ReportJNIFatalError(thr, fatal_class_not_a_throwable_class);

Completed in 33 milliseconds