src/hotspot/share/jfr/jni/jfrJniMethod.hpp
changeset 50163 268ea94772da
parent 50113 caf115bb98ad
child 53014 339d2fbe8675
equal deleted inserted replaced
50162:f9fe56417050 50163:268ea94772da
   115 
   115 
   116 void JNICALL jfr_abort(JNIEnv* env, jobject jvm, jstring errorMsg);
   116 void JNICALL jfr_abort(JNIEnv* env, jobject jvm, jstring errorMsg);
   117 
   117 
   118 jlong JNICALL jfr_get_epoch_address(JNIEnv* env, jobject jvm);
   118 jlong JNICALL jfr_get_epoch_address(JNIEnv* env, jobject jvm);
   119 
   119 
   120 jlong JNICALL jfr_add_string_constant(JNIEnv* env, jclass jvm, jlong gen, jlong id, jstring string);
   120 jboolean JNICALL jfr_add_string_constant(JNIEnv* env, jclass jvm, jboolean epoch, jlong id, jstring string);
   121 
   121 
   122 void JNICALL jfr_uncaught_exception(JNIEnv* env, jobject jvm, jobject thread, jthrowable throwable);
   122 void JNICALL jfr_uncaught_exception(JNIEnv* env, jobject jvm, jobject thread, jthrowable throwable);
   123 
   123 
   124 void JNICALL jfr_set_force_instrumentation(JNIEnv* env, jobject jvm, jboolean force);
   124 void JNICALL jfr_set_force_instrumentation(JNIEnv* env, jobject jvm, jboolean force);
   125 
   125