< prev index next >

src/share/vm/jvmci/jvmciRuntime.hpp

Print this page

        

*** 154,167 **** static void write_barrier_post(JavaThread* thread, void* card); static jboolean validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child); static void new_store_pre_barrier(JavaThread* thread); // used to throw exceptions from compiled JVMCI code ! static void throw_and_post_jvmti_exception(JavaThread* thread, Symbol* exception, const char* message); // helper methods to throw exception with complex messages ! static void throw_klass_external_name_exception(JavaThread* thread, Symbol* exception, Klass* klass); ! static void throw_class_cast_exception(JavaThread* thread, Symbol* exception, Klass* caster_klass, Klass* target_klass); // Test only function static int test_deoptimize_call_int(JavaThread* thread, int value); }; --- 154,167 ---- static void write_barrier_post(JavaThread* thread, void* card); static jboolean validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child); static void new_store_pre_barrier(JavaThread* thread); // used to throw exceptions from compiled JVMCI code ! static void throw_and_post_jvmti_exception(JavaThread* thread, const char* exception, const char* message); // helper methods to throw exception with complex messages ! static void throw_klass_external_name_exception(JavaThread* thread, const char* exception, Klass* klass); ! static void throw_class_cast_exception(JavaThread* thread, const char* exception, Klass* caster_klass, Klass* target_klass); // Test only function static int test_deoptimize_call_int(JavaThread* thread, int value); };
< prev index next >