8006503: JVM_PrintStackTrace is not used in JDK

Reviewed-by: alanb, darcy
This commit is contained in:
Eric Mccorkle 2013-01-26 16:57:02 +00:00 committed by Alan Bateman
parent 43b8609138
commit c2419823c8

View File

@ -188,9 +188,6 @@ JVM_IsNaN(jdouble d);
JNIEXPORT void JNICALL
JVM_FillInStackTrace(JNIEnv *env, jobject throwable);
JNIEXPORT void JNICALL
JVM_PrintStackTrace(JNIEnv *env, jobject throwable, jobject printable);
JNIEXPORT jint JNICALL
JVM_GetStackTraceDepth(JNIEnv *env, jobject throwable);