comparison src/share/vm/prims/jvm.h @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents f08d439fab8c
children 8b0a4867acf0
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
288 JNIEXPORT void JNICALL 288 JNIEXPORT void JNICALL
289 JVM_DumpAllStacks(JNIEnv *env, jclass unused); 289 JVM_DumpAllStacks(JNIEnv *env, jclass unused);
290 290
291 JNIEXPORT jobjectArray JNICALL 291 JNIEXPORT jobjectArray JNICALL
292 JVM_GetAllThreads(JNIEnv *env, jclass dummy); 292 JVM_GetAllThreads(JNIEnv *env, jclass dummy);
293
294 JNIEXPORT void JNICALL
295 JVM_SetNativeThreadName(JNIEnv *env, jobject jthread, jstring name);
293 296
294 /* getStackTrace() and getAllStackTraces() method */ 297 /* getStackTrace() and getAllStackTraces() method */
295 JNIEXPORT jobjectArray JNICALL 298 JNIEXPORT jobjectArray JNICALL
296 JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray threads); 299 JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray threads);
297 300