< prev index next >

src/hotspot/share/jvmci/jvmciRuntime.hpp

Print this page

        

*** 148,159 **** --- 148,161 ---- // Print the passed in object, optionally followed by a newline. If // as_string is true and the object is a java.lang.String then it // printed as a string, otherwise the type of the object is printed // followed by its address. static void log_object(JavaThread* thread, oopDesc* object, bool as_string, bool newline); + #if INCLUDE_G1GC static void write_barrier_pre(JavaThread* thread, oopDesc* obj); static void write_barrier_post(JavaThread* thread, void* card); + #endif static jboolean validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child); // 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
< prev index next >