35 #if defined(ENABLE_JNI_HEADERS)
36 # include "native/include/java_lang_Throwable.h"
75 jlt.set_backtrace(ba);
JNIEXPORT void JNICALL Java_java_lang_Throwable_printStackTrace(JNIEnv *env, jobject _this)
virtual java_handle_t * get_handle() const
Table containing all native methods registered with the VM.
NativeMethods & get_nativemethods()
void register_methods(Utf8String classname, const JNINativeMethod *methods, size_t count)
Register native methods with the VM.
#define NATIVE_METHODS_COUNT
JNIEXPORT void JNICALL Java_java_lang_Throwable_fillInStackTrace(JNIEnv *env, jobject _this)
void stacktrace_print_exception(java_handle_t *h)
static JNINativeMethod methods[]
static Utf8String from_utf8(const char *, size_t)
GNU Classpath java/lang/Throwable.
void _Jv_java_lang_Throwable_init(void)
void exceptions_print_exception(java_handle_t *xptr)
java_handle_bytearray_t * stacktrace_get_current(void)
static VM * get_current()