src/share/vm/jfr/jni/jfrJavaSupport.hpp

changeset 9925
30fb8c8cceb9
parent 9858
b985cbb00e68
child 9986
85e682d8ab91
equal deleted inserted replaced
9924:89fb452b3688 9925:30fb8c8cceb9
79 static void throw_illegal_state_exception(const char* message, TRAPS); 79 static void throw_illegal_state_exception(const char* message, TRAPS);
80 static void throw_illegal_argument_exception(const char* message, TRAPS); 80 static void throw_illegal_argument_exception(const char* message, TRAPS);
81 static void throw_internal_error(const char* message, TRAPS); 81 static void throw_internal_error(const char* message, TRAPS);
82 static void throw_out_of_memory_error(const char* message, TRAPS); 82 static void throw_out_of_memory_error(const char* message, TRAPS);
83 static void throw_class_format_error(const char* message, TRAPS); 83 static void throw_class_format_error(const char* message, TRAPS);
84 static void throw_runtime_exception(const char* message, TRAPS);
84 85
85 static jlong jfr_thread_id(jobject target_thread); 86 static jlong jfr_thread_id(jobject target_thread);
86 87
87 // critical 88 // critical
88 static void abort(jstring errorMsg, TRAPS); 89 static void abort(jstring errorMsg, TRAPS);

mercurial