hotspot/src/share/vm/prims/jvm.h
changeset 37179 4dbcb3a642d2
parent 36508 5f9eee6b383b
parent 37064 5c82fa70d313
child 37438 873c4aea8d1b
equal deleted inserted replaced
36617:390e8993b88e 37179:4dbcb3a642d2
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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.
   199  * java.lang.Throwable
   199  * java.lang.Throwable
   200  */
   200  */
   201 JNIEXPORT void JNICALL
   201 JNIEXPORT void JNICALL
   202 JVM_FillInStackTrace(JNIEnv *env, jobject throwable);
   202 JVM_FillInStackTrace(JNIEnv *env, jobject throwable);
   203 
   203 
   204 JNIEXPORT jint JNICALL
   204 JNIEXPORT void JNICALL
   205 JVM_GetStackTraceDepth(JNIEnv *env, jobject throwable);
   205 JVM_GetStackTraceElements(JNIEnv *env, jobject throwable, jobjectArray elements);
   206 
       
   207 JNIEXPORT jobject JNICALL
       
   208 JVM_GetStackTraceElement(JNIEnv *env, jobject throwable, jint index);
       
   209 
   206 
   210 /*
   207 /*
   211  * java.lang.StackWalker
   208  * java.lang.StackWalker
   212  */
   209  */
   213 enum {
   210 enum {