src/hotspot/share/jfr/jni/jfrJavaSupport.hpp
changeset 59259 127ca611f19b
parent 58863 c16ac7a2eba4
equal deleted inserted replaced
59258:4c2557ab304e 59259:127ca611f19b
    82   static void throw_illegal_state_exception(const char* message, TRAPS);
    82   static void throw_illegal_state_exception(const char* message, TRAPS);
    83   static void throw_illegal_argument_exception(const char* message, TRAPS);
    83   static void throw_illegal_argument_exception(const char* message, TRAPS);
    84   static void throw_internal_error(const char* message, TRAPS);
    84   static void throw_internal_error(const char* message, TRAPS);
    85   static void throw_out_of_memory_error(const char* message, TRAPS);
    85   static void throw_out_of_memory_error(const char* message, TRAPS);
    86   static void throw_class_format_error(const char* message, TRAPS);
    86   static void throw_class_format_error(const char* message, TRAPS);
       
    87   static void throw_runtime_exception(const char* message, TRAPS);
    87 
    88 
    88   static bool is_jdk_jfr_module_available();
    89   static bool is_jdk_jfr_module_available();
    89   static bool is_jdk_jfr_module_available(outputStream* stream, TRAPS);
    90   static bool is_jdk_jfr_module_available(outputStream* stream, TRAPS);
    90 
    91 
    91   static jlong jfr_thread_id(jobject thread);
    92   static jlong jfr_thread_id(jobject thread);