comparison src/share/vm/prims/jvm.h @ 7627:c73c3f2c5b3b

Merge
author acorn
date Mon, 21 Jan 2013 16:11:24 -0500
parents b14da2e6f2dc
children 815957d0203e
comparison
equal deleted inserted replaced
7622:617b18aadb33 7627:c73c3f2c5b3b
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
209 /* 209 /*
210 * java.lang.Throwable 210 * java.lang.Throwable
211 */ 211 */
212 JNIEXPORT void JNICALL 212 JNIEXPORT void JNICALL
213 JVM_FillInStackTrace(JNIEnv *env, jobject throwable); 213 JVM_FillInStackTrace(JNIEnv *env, jobject throwable);
214
215 JNIEXPORT void JNICALL
216 JVM_PrintStackTrace(JNIEnv *env, jobject throwable, jobject printable);
217 214
218 JNIEXPORT jint JNICALL 215 JNIEXPORT jint JNICALL
219 JVM_GetStackTraceDepth(JNIEnv *env, jobject throwable); 216 JVM_GetStackTraceDepth(JNIEnv *env, jobject throwable);
220 217
221 JNIEXPORT jobject JNICALL 218 JNIEXPORT jobject JNICALL